Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1981 ShapeHandle* tensors_as_shapes) { in MaybeTensorProtoToShape() argument
2000 return MaybeTensorValueToShape(ic, tensor, tensors_as_shapes); in MaybeTensorProtoToShape()
2004 ShapeHandle* tensors_as_shapes) { in MaybeTensorValueToShape() argument
2021 *tensors_as_shapes = ic->MakeShape(dims); in MaybeTensorValueToShape()
2031 *tensors_as_shapes = ic->UnknownShape(); in MaybeTensorValueToShape()
2036 *tensors_as_shapes = ic->MakeShape({ic->MakeDim(value)}); in MaybeTensorValueToShape()