Home
last modified time | relevance | path

Searched defs:example_input (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/examples/arm/
H A Daot_arm_compiler.py130 example_input = (torch.ones(5, dtype=torch.int32),) variable in AddModule
141 example_input = ( variable in AddModule2
155 example_input = ( variable in AddModule3
171 example_input = (torch.ones(2, 2),) variable in SoftmaxModule
/aosp_15_r20/external/vixl/examples/aarch64/
H A Dsve-strlen.cc100 const char* example_input = "This is a string of exactly 42 characters."; in main() local
/aosp_15_r20/external/executorch/backends/arm/test/quantizer/
H A Dtest_generic_annotater.py17 def __init__(self, op, example_input, **op_kwargs) -> None: argument
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_numeric_suite_fx.py2082 def _test_impl(self, m, example_input, qconfig_mappings): argument
2565 def _test_extract_weights_impl(self, m, example_input, qconfig_mapping): argument
2611 def _test_add_loggers_impl(self, m, example_input, qconfig_mapping): argument
H A Dtest_model_report_fx.py1938 def _get_prepped_for_calibration_model_helper(model, detector_set, example_input, fused: bool = Fal… argument
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_tracer.py168 def run_cummax(example_input, out_1, out_2): argument