Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc88 tensorflow::TensorShape fully_defined_tensor_shape; in TypeToShape() local
89 if (!partial_tensor_shape.AsTensorShape(&fully_defined_tensor_shape)) { in TypeToShape()
97 return shape_representation_fn(fully_defined_tensor_shape, dtype); in TypeToShape()