Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A DMobileModelRunner.h117 std::set<std::string> get_root_operators() { in get_root_operators() function
H A DTracerRunner.cpp236 root_ops = module_runner.get_root_operators(); in run_model()