Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A Dtracer.cpp61 bool is_root_operator, in printOpYAML()
78 bool is_root_operator, in printOpsYAML()
/aosp_15_r20/external/pytorch/torchgen/selective_build/
H A Dselector.py215 def is_root_operator(self, name: str) -> bool: member in SelectiveBuilder