Searched refs:ConvertTypeToTensorShape (Results 1 – 4 of 4) sorted by relevance
47 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()
46 PartialTensorShape ConvertTypeToTensorShape(const mlir::Type& type);
186 PartialTensorShape ConvertTypeToTensorShape(const mlir::Type& type) { in ConvertTypeToTensorShape() function
86 tensorflow::ConvertTypeToTensorShape(type); in TypeToShape()