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.h74 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes() function
Dtfprof_show.h75 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes() function
Dtfprof_scope.cc165 show_cnodes = SortNodes(show_cnodes, opts); in PrintScope()
Dtfprof_graph.cc185 show_cnodes = SortNodes(show_cnodes, opts); in PrintGraph()
Dtfprof_op.cc129 nodes = SortNodes(nodes, opts); in ShowInternal()
Dtfprof_code.cc591 show_cnodes = SortNodes(show_cnodes, opts); in PrintScope()