Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc710 if (IsSwitch(*node) && node->attr().count(kOutputSlots) > 0 && in AddOutputNodesToReadyQueue()
711 node->attr().at(kOutputSlots).list().i_size() > 0) { in AddOutputNodesToReadyQueue()
712 slot = node->attr().at(kOutputSlots).list().i(0); in AddOutputNodesToReadyQueue()
713 for (int i = 1; i < node->attr().at(kOutputSlots).list().i_size(); ++i) { in AddOutputNodesToReadyQueue()
714 if (slot != node->attr().at(kOutputSlots).list().i(i)) { in AddOutputNodesToReadyQueue()
Dgraph_properties.h37 ABSL_CONST_INIT const char kOutputSlots[] = "_output_slot_vector"; variable
Dvirtual_scheduler_test.cc2716 AddNodeAttr(kOutputSlots, attr_output_info, &node); in TEST_F()