File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ def _get_dtype_count(model: torch.nn.Module):
487487 "test_data" ,
488488 test_data_INT ,
489489)
490+ @common .SkipIfNoModelConverter
490491def test_convolution_2d_vgf_quant_a8w4 (test_data ):
491492 model , per_channel_quantization = test_data ()
492493 pipeline = VgfPipeline [input_t ](
Original file line number Diff line number Diff line change 1010 TosaLoweringContext ,
1111 TosaSpecification ,
1212)
13- from executorch .backends .cadence . aot .graph_builder import GraphBuilder
13+ from executorch .backends .test .graph_builder import GraphBuilder
1414from executorch .exir .dialects ._ops import ops as exir_ops
1515from executorch .exir .pass_base import ExportPass
1616from torch .fx import GraphModule
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ def define_arm_tests():
7878 "//executorch/backends/arm/tosa:compile_spec" ,
7979 "//executorch/backends/arm/tosa:partitioner" ,
8080 "//executorch/backends/arm:vgf" ,
81+ "//executorch/backends/test:graph_builder" ,
8182 "//executorch/exir:lib" ,
8283 "fbsource//third-party/pypi/pytest:pytest" ,
8384 "fbsource//third-party/pypi/parameterized:parameterized" ,
You can’t perform that action at this time.
0 commit comments