Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_type.h41 void ConvertToMlirShape(const TensorShape& input_shape,
45 Status ConvertToMlirShape(const TensorShapeProto& input_shape,
Dconvert_type.cc162 void ConvertToMlirShape(const TensorShape& input_shape, in ConvertToMlirShape() function
170 Status ConvertToMlirShape(const TensorShapeProto& input_shape, in ConvertToMlirShape() function
192 TF_RETURN_IF_ERROR(ConvertToMlirShape(shape, &shape_dims)); in ConvertToMlirTensorType()
Dconvert_tensor.cc128 ConvertToMlirShape(input_shape, &shape); in ConvertTensor()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc2136 TF_RETURN_IF_ERROR(ConvertToMlirShape(node_info.shape, &shape)); in InferLibFunctionType()
2396 TF_RETURN_IF_ERROR(ConvertToMlirShape(node_info.shape, &shape)); in InferMainFunctionType()