Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp119 struct InterpreterStateImpl : c10::intrusive_ptr_target { struct
120 InterpreterStateImpl(const Code& code, TaskLauncher taskLauncher) in InterpreterStateImpl() argument
126 using Frame = torch::jit::interpreter::Frame;
127 struct WarnedNodes {
141 WarnedNodes warned_nodes_;
146 int64_t stack_start_ = -1;
147 c10::intrusive_ptr<Future> future_;
148 TaskLauncher taskLauncher_;
159 std::vector<IValue> registers;
162 std::vector<IValue> entered_objects;
[all …]