HomeSort by relevance Sort by last modified time
    Searched refs:GetNodeStateOrCreateIt (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 355 auto& curr_node_state = GetNodeStateOrCreateIt(curr_node);
389 auto& input_node_state = GetNodeStateOrCreateIt(input_node);
414 auto& input_node_state = GetNodeStateOrCreateIt(input_node);
600 auto& send_node_state = GetNodeStateOrCreateIt(send);
606 auto& recv_node_state = GetNodeStateOrCreateIt(recv);
652 NodeState& VirtualScheduler::GetNodeStateOrCreateIt(const NodeDef* node) {
653 CHECK(!initialized_) << "GetNodeStateOrCreateIt is called after Init().";
    [all...]
virtual_scheduler.h 313 NodeState& GetNodeStateOrCreateIt(const NodeDef* node);

Completed in 976 milliseconds