Searched defs:InterpreterState (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ | ||
H A D | interpreter.h | 10 struct InterpreterState { struct |
H A D | interpreter.cpp | 22 InterpreterState::InterpreterState(const Code& code) { in InterpreterState() function in torch::jit::mobile::InterpreterState |
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ | ||
H A D | interpreter.h | 89 struct InterpreterState { struct |
H A D | interpreter.cpp | 1220 InterpreterState::InterpreterState(const Code& code, TaskLauncher taskLauncher) in InterpreterState() function in torch::jit::InterpreterState |