Home
last modified time | relevance | path

Searched defs:root_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A DTracerRunner.cpp99 static void call_dependent_methods(std::set<std::string>& root_ops) { in call_dependent_methods()
184 std::set<std::string>& root_ops, in recordCustomClassesFromOpSchemas()
228 std::set<std::string>& root_ops, in run_model()
320 std::set<std::string> root_ops, traced_operators, enabled_backends, in trace_run() local
H A DTracerRunner.h21 std::set<std::string> root_ops; member
/aosp_15_r20/external/pytorch/tools/code_analyzer/
H A Dgen_op_registration_allowlist.py99 root_ops = load_root_ops(args.root_ops) variable