Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor_test.cc47 ConvertTypeToTensorShape(mlir::UnrankedTensorType::get(b.getF32Type())); in TEST()
56 PartialTensorShape output_shape = ConvertTypeToTensorShape( in TEST()
66 PartialTensorShape output_shape = ConvertTypeToTensorShape( in TEST()
75 PartialTensorShape output_shape = ConvertTypeToTensorShape(b.getF32Type()); in TEST()
Dconvert_tensor.h46 PartialTensorShape ConvertTypeToTensorShape(const mlir::Type& type);
Dconvert_tensor.cc186 PartialTensorShape ConvertTypeToTensorShape(const mlir::Type& type) { in ConvertTypeToTensorShape() function
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc86 tensorflow::ConvertTypeToTensorShape(type); in TypeToShape()