Searched defs:tensorTy (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/Tensor/Utils/ | ||
H A D | Utils.cpp | 46 auto tensorTy = cast<RankedTensorType>(rankedTensor.getType()); createDynamicDimValues() local |
/llvm-project/mlir/lib/Conversion/ShapeToStandard/ | ||
H A D | ShapeToStandard.cpp | 575 Type tensorTy = tensor.getType(); in matchAndRewrite() local |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertConstant.cpp | 193 auto tensorTy = tryCreatingGlobal() local |
/llvm-project/mlir/lib/IR/ | ||
H A D | AsmPrinter.cpp | 2627 __anonc242fc4b3c02(RankedTensorType tensorTy) printTypeImpl() argument |
/llvm-project/flang/lib/Optimizer/CodeGen/ | ||
H A D | CodeGen.cpp | 2704 auto tensorTy = mlir::dyn_cast<mlir::TensorType>(intOrFpEleAttr.getType()); attributeTypeIsCompatible() local |