Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dinterpreter.h10 struct InterpreterState { struct
21 std::vector<c10::IValue> registers_;
22 std::vector<Frame> frames_;
H A Dinterpreter.cpp22 InterpreterState::InterpreterState(const Code& code) { in InterpreterState() function in torch::jit::mobile::InterpreterState
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.h89 struct InterpreterState { struct
124 InterpreterState state_, argument
H A Dinterpreter.cpp1220 InterpreterState::InterpreterState(const Code& code, TaskLauncher taskLauncher) in InterpreterState() function in torch::jit::InterpreterState
1237 InterpreterState::InterpreterState( in InterpreterState() function in torch::jit::InterpreterState