Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dcalc_instr_deps.rs188 struct DepGraph { struct
195 impl DepGraph { argument
/aosp_15_r20/external/pytorch/tools/code_analyzer/
H A Dgen_op_registration_allowlist.py20 DepGraph = Dict[str, Set[str]] variable
48 dep_graph: DepGraph,
78 def gen_transitive_closure_str(dep_graph: DepGraph, root_ops: list[str]) -> str:
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A DDepGraph.h55 DepGraph(Collection &_C, unsigned P) : C(_C), Policy(P) {}; in DepGraph() function