Searched refs:GetNodeStates (Results 1 – 3 of 3) sorted by relevance
368 const std::unordered_map<const NodeDef*, NodeState>* GetNodeStates() const { in GetNodeStates() function509 const std::unordered_map<const NodeDef*, NodeState>* GetNodeStates() const { in GetNodeStates() function510 return scheduler_state_->GetNodeStates(); in GetNodeStates()
1335 TF_RETURN_IF_ERROR(ready_nodes_->Init(GetNodeStates())); in Init()
2653 const auto* node_states = scheduler_->GetNodeStates(); in TEST_F()