Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.h71 std::map<string, std::unique_ptr<ScopeNode>> nodes_map_; variable
Dtfprof_graph.h81 std::map<string, std::unique_ptr<GraphNode>> nodes_map_; variable
Dtfprof_stats.h115 std::map<string, std::unique_ptr<TFGraphNode>> nodes_map_; variable
/external/pytorch/torch/csrc/jit/ir/
Dsubgraph_matcher.cpp47 std::unordered_map<const Node*, Node*> nodes_map_; member in torch::jit::__anonbd5004980111::SubgraphMatcher