Searched defs:bundled_inputs (Results 1 – 4 of 4) sorted by relevance
7 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() local157 c10::IValue bundled_inputs = module_->run_method(function_to_call); in get_many_functions_bundled_inputs() local164 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
274 std::vector<std::vector<at::IValue>> bundled_inputs = entry.second; in run_model() local290 std::vector<std::vector<at::IValue>> bundled_inputs = in run_model() local
264 auto bundled_inputs = in load_bundled_input() local
22 from torch.utils import bundled_inputs as bundled_inputs unknown