Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A DOperatorCallTracer.cpp5 getCalledOperators().withLock([](std::set<std::string>& called_operators) { in OperatorCallTracer()
14 [op_name](std::set<std::string>& called_operators) { in OperatorCallTracer()
H A DTracerRunner.cpp359 [&](std::set<std::string>& called_operators) { in trace_run()