Home
last modified time | relevance | path

Searched refs:kAttrTensorName (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc42 const char kAttrTensorName[] = "tensor_name"; variable
696 if (input_node->attr().count(kAttrTensorName)) { in CreateSendRecv()
697 send_attr[kAttrTensorName].set_s( in CreateSendRecv()
698 input_node->attr().at(kAttrTensorName).s()); in CreateSendRecv()
709 if (input_node->attr().count(kAttrTensorName)) { in CreateSendRecv()
710 recv_attr[kAttrTensorName].set_s( in CreateSendRecv()
711 input_node->attr().at(kAttrTensorName).s()); in CreateSendRecv()
Dvirtual_scheduler.h38 ABSL_CONST_INIT extern const char kAttrTensorName[];