Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc2710 NodeDef shape_tensor_def; in CreatePerHostDummyArgs() local
2711 shape_tensor_def.set_op("Const"); in CreatePerHostDummyArgs()
2712 shape_tensor_def.set_name(graph->NewName( in CreatePerHostDummyArgs()
2714 AddNodeAttr("dtype", DT_INT32, &shape_tensor_def); in CreatePerHostDummyArgs()
2722 AddNodeAttr("value", tensorshape_proto, &shape_tensor_def); in CreatePerHostDummyArgs()
2723 Node* shape_as_tensor_node = graph->AddNode(shape_tensor_def, &status); in CreatePerHostDummyArgs()