Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp5381 : otherResolver_(otherResolver), functionTable_(functionTable) {} in FunctionResolver()
5387 auto it = functionTable_.find(name); in resolveValue()
5388 if (it != functionTable_.end()) { in resolveValue()
5402 const std::unordered_map<std::string, Function*>& functionTable_; member