Home
last modified time | relevance | path

Searched defs:reducedValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/test/lib/Analysis/
H A DTestMatchReduction.cpp22 Value reducedValue, in printReductionResult()
75 Value reducedValue = matchReduction(outputs, i, combinerOps); in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DMeshShardingInterfaceImpl.cpp83 Value reducedValue = matchReduction(op.getRegionOutputArgs(), 0, combinerOps); in getCombinerOp() local
201 Value reducedValue = builder.create<mesh::AllReduceOp>( createAllReduceForResultWithoutPartialSharding() local
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaFolders.cpp328 llvm::APInt reducedValue = oldTensor[indexAtOldTensor]; in calculateReducedValue() local