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.cc1642 ShapeHandle* tensors_as_shapes) { in MaybeTensorProtoToShape() argument
1656 return MaybeTensorValueToShape(ic, tensor, tensors_as_shapes); in MaybeTensorProtoToShape()
1660 ShapeHandle* tensors_as_shapes) { in MaybeTensorValueToShape() argument
1673 *tensors_as_shapes = ic->MakeShape(dims); in MaybeTensorValueToShape()
1682 *tensors_as_shapes = ic->MakeShape({ic->MakeDim(value)}); in MaybeTensorValueToShape()