Home
last modified time | relevance | path

Searched defs:bundled_inputs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A DMobileModelRunner.cpp7 ivalue_to_bundled_inputs(const c10::IValue& bundled_inputs) { in ivalue_to_bundled_inputs()
37 ivalue_to_bundled_inputs_map(const c10::IValue& bundled_inputs) { in ivalue_to_bundled_inputs_map()
126 c10::IValue bundled_inputs = module_->run_method("get_all_bundled_inputs"); in get_all_bundled_inputs() local
157 c10::IValue bundled_inputs = module_->run_method(function_to_call); in get_many_functions_bundled_inputs() local
164 std::vector<std::vector<at::IValue>> const& bundled_inputs) { in run_with_inputs()
219 std::vector<std::vector<at::IValue>> bundled_inputs = entry.second; in for_each_tensor_in_bundled_inputs() local
H A DTracerRunner.cpp274 std::vector<std::vector<at::IValue>> bundled_inputs = entry.second; in run_model() local
290 std::vector<std::vector<at::IValue>> bundled_inputs = in run_model() local
/aosp_15_r20/external/executorch/devtools/bundled_program/
H A Dbundled_program.cpp264 auto bundled_inputs = in load_bundled_input() local
/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_ondevice_quantization.py22 from torch.utils import bundled_inputs as bundled_inputs unknown