Home
last modified time | relevance | path

Searched defs:SortTopologically (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/toposort/
H A Dtoposort_pass.cc31 void SortTopologically(Block *block) { in SortTopologically() function
H A Dpass.cc31 void SortTopologically(Block *block, TFGraphDialect *dialect) { in SortTopologically() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dexecutor_tpuv1_island_coarsening.cc133 LogicalResult SortTopologically(Block::iterator begin, Block::iterator end) { in SortTopologically() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view.cc1426 Status MutableGraphView::SortTopologically( in SortTopologically() function in tensorflow::grappler::utils::MutableGraphView