Home
last modified time | relevance | path

Searched defs:weightType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp106 auto weightType = weight.getType().dyn_cast<RankedTensorType>(); in buildConvOpQuantizationAttr() local
249 auto weightType = weight.getType().dyn_cast<RankedTensorType>(); in buildConvOpResultTypeInfo() local
/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp121 auto weightType = in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp118 auto weightType = op.weight().getType().template dyn_cast<RankedTensorType>(); in verifyConvOp() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp545 VectorType weightType = VectorType::get(2, rewriter.getI32Type()); in matchAndRewrite() local