Home
last modified time | relevance | path

Searched refs:GetNodeStates (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.h297 const std::unordered_map<const NodeDef*, NodeState>* GetNodeStates() const { in GetNodeStates() function
Dvirtual_scheduler.cc297 ready_nodes_->Init(GetNodeStates()); in Init()
Dvirtual_scheduler_test.cc2482 const auto* node_states = scheduler_->GetNodeStates(); in TEST_F()