Home
last modified time | relevance | path

Searched defs:nodes_map_ (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_scope.h71 std::map<string, std::unique_ptr<ScopeNode>> nodes_map_; variable
H A Dtfprof_graph.h81 std::map<string, std::unique_ptr<GraphNode>> nodes_map_; variable
H A Dtfprof_stats.h115 std::map<string, std::unique_ptr<TFGraphNode>> nodes_map_; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dsubgraph_matcher.cpp47 std::unordered_map<const Node*, Node*> nodes_map_; member in torch::jit::__anon32ccba180111::SubgraphMatcher
/aosp_15_r20/art/compiler/optimizing/
H A Dscheduler.h392 ScopedArenaHashMap<const HInstruction*, std::unique_ptr<SchedulingNode>> nodes_map_; variable