Home
last modified time | relevance | path

Searched refs:profile_function_table_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h100 profile_function_table_; member
574 insertInstruction(PROFILE_OP, profile_function_table_.size()); in emitProfile()
576 profile_function_table_.push_back(node->cast<ProfileOp>()->getCallback()); in emitProfile()
578 profile_function_table_.push_back( in emitProfile()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp556 frame.function->profile_function_table_[inst.X]; in runTemplate()