Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_show_multi.h78 std::vector<T*> sorted_nodes = nodes; in SortNodes() local
H A Dtfprof_show.h79 std::vector<T*> sorted_nodes = nodes; in SortNodes() local
/aosp_15_r20/external/pytorch/torch/profiler/
H A D_memory_profiler.py335 def sorted_nodes(self) -> Tuple[_ProfilerEvent, ...]: member in OpTree
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc1254 std::vector<Node*> sorted_nodes; in FindCompilationCandidates() local