Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Utils/
H A DUtils.cpp61 Value rankedTensor) { in createDynamicDimValues() argument
62 auto tensorTy = rankedTensor.getType().cast<RankedTensorType>(); in createDynamicDimValues()
67 b.create<tensor::DimOp>(loc, rankedTensor, en.index())); in createDynamicDimValues()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/Utils/
H A DUtils.h34 Value rankedTensor);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp335 Value rankedTensor = std::get<0>(it); in splitReductionByScaling() local
336 auto t = rankedTensor.getType().cast<RankedTensorType>(); in splitReductionByScaling()
340 tensor::createDynamicDimValues(b, loc, rankedTensor); in splitReductionByScaling()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c730 MlirType rankedTensor = mlirRankedTensorTypeGet( in printBuiltinTypes() local
732 if (!mlirTypeIsATensor(rankedTensor) || in printBuiltinTypes()
733 !mlirTypeIsARankedTensor(rankedTensor) || in printBuiltinTypes()
734 !mlirAttributeIsNull(mlirRankedTensorTypeGetEncoding(rankedTensor))) in printBuiltinTypes()
736 mlirTypeDump(rankedTensor); in printBuiltinTypes()