Searched defs:InterpreterStateImpl (Results 1 – 1 of 1) sorted by relevance
119 struct InterpreterStateImpl : c10::intrusive_ptr_target { struct120 InterpreterStateImpl(const Code& code, TaskLauncher taskLauncher) in InterpreterStateImpl() argument126 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 …]