Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp50 int64_t higherRank = higherRankShape.size(); in computeReshapeOutput() local
53 reshapeOutputShape.assign(higherRank, 1); in computeReshapeOutput()
56 int64_t higherRightIndex = higherRank; in computeReshapeOutput()