Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
H A DShapeUtils.h117 int64_t rhsSize = rhs.sizes[i]; in join() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp116 int64_t rhsSize = rhsShape[currRhsDim]; in inferReshapeCollapsedType() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp1008 int64_t rhsSize = rhsShape[0]; verify() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp3390 auto rhsSize = cast<VectorType>(rhs.getType()).getShape()[0]; depthwiseConv1dSliceAsMulAcc() local