Searched refs:shape_tensor_def (Results 1 – 1 of 1) sorted by relevance
2710 NodeDef shape_tensor_def; in CreatePerHostDummyArgs() local2711 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()