Searched defs:example_input (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/executorch/examples/arm/ |
H A D | aot_arm_compiler.py | 130 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 D | sve-strlen.cc | 100 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 D | test_generic_annotater.py | 17 def __init__(self, op, example_input, **op_kwargs) -> None: argument
|
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_numeric_suite_fx.py | 2082 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 D | test_model_report_fx.py | 1938 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 D | test_tracer.py | 168 def run_cummax(example_input, out_1, out_2): argument
|