Home
last modified time | relevance | path

Searched refs:move_outputs_to_tuple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp1124 c10::IValue BlockRunner::move_outputs_to_tuple(uint32_t num_outputs) { in move_outputs_to_tuple() function in torch::jit::BlockRunner
1322 return move_outputs_to_tuple(block_info_.num_outputs()); in run_impl()
1797 output = move_outputs_to_tuple(static_module_.num_outputs()); in benchmark_individual_ops()
H A Dimpl.h773 IValue move_outputs_to_tuple(uint32_t num_outputs);