Home
last modified time | relevance | path

Searched refs:SortNodes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h78 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes() function
Dtfprof_show.h76 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes() function
Dtfprof_scope.cc166 show_cnodes = SortNodes(show_cnodes, opts); in PrintScope()
Dtfprof_graph.cc184 show_cnodes = SortNodes(show_cnodes, opts); in PrintGraph()
Dtfprof_op.cc132 nodes = SortNodes(nodes, opts); in ShowInternal()
Dtfprof_code.cc578 show_cnodes = SortNodes(show_cnodes, opts); in PrintScope()