Searched defs:nodes_map_ (Results 1 – 5 of 5) sorted by relevance
71 std::map<string, std::unique_ptr<ScopeNode>> nodes_map_; variable
81 std::map<string, std::unique_ptr<GraphNode>> nodes_map_; variable
115 std::map<string, std::unique_ptr<TFGraphNode>> nodes_map_; variable
47 std::unordered_map<const Node*, Node*> nodes_map_; member in torch::jit::__anon32ccba180111::SubgraphMatcher
392 ScopedArenaHashMap<const HInstruction*, std::unique_ptr<SchedulingNode>> nodes_map_; variable