Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_cluster_util.h48 using OrderedNodeSet = std::set<Node*, NodeComparatorID>; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dcycle_detector.cc28 using OrderedNodeSet = OrderedSet<int32_t>; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
H A Dgraphcycles.cc48 using OrderedNodeSet = OrderedSet<int32_t>; typedef