Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/mobile/
Dinterpreter.h10 struct InterpreterState { struct
21 std::vector<c10::IValue> registers_;
22 std::vector<Frame> frames_;
Dinterpreter.cpp22 InterpreterState::InterpreterState(const Code& code) { in InterpreterState() function in torch::jit::mobile::InterpreterState
/external/pytorch/torch/csrc/jit/runtime/
Dinterpreter.h89 struct InterpreterState { struct
124 InterpreterState state_, argument
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