Home
last modified time | relevance | path

Searched defs:node_state (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc94 const std::unordered_map<const NodeDef*, NodeState>* node_state) { in Init()
150 const std::unordered_map<const NodeDef*, NodeState>* node_state) { in Init()
475 auto& node_state = node_map_[node]; in MaybeUpdateInputOutput() local
632 const auto& node_state = node_map_.at(node); in GetCurrNode() local
662 auto& node_state = it->second; in GetNodeStateOrCreateIt() local
723 auto& node_state = node_map_[node]; in AddOutputNodesToReadyQueue() local
749 auto& node_state = node_map_[node]; in MarkCurrNodeExecuted() local
Dvirtual_scheduler.h136 const std::unordered_map<const NodeDef*, NodeState>* node_state) {} in Init()
147 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state) in Init()
169 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state) in Init()
Dvirtual_scheduler_test.cc2487 const NodeState& node_state = nodedef_node_state.second; in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc61 absl::flat_hash_map<int, NodeState> node_state; in DfsTraversal() local
/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h109 NodeState node_state(Handle h) { in node_state() function
Dexecutor.cc983 PendingCounts::NodeState node_state(PendingCounts::Handle h) { in node_state() function