| load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest") | |
| load(":targets.bzl", "define_common_targets") | |
| oncall("executorch") | |
| define_common_targets() | |
| python_unittest( | |
| name = "test_out_variants", | |
| srcs = ["test_out_variants.py"], | |
| preload_deps = [ | |
| "//executorch/kernels/quantized:custom_ops_generated_lib", | |
| ], | |
| deps = [ | |
| "//caffe2:torch", | |
| "//executorch/exir/dialects:lib", | |
| "//executorch/exir/passes:quant_fusion_pass", | |
| "//executorch/kernels/quantized:quantized_ops_lib", | |
| ], | |
| ) |