Update the existing implementation to match TOSA spec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Tosa/IR/TosaOps.cpp | ||
---|---|---|
1103–1104 | Could you change the outputShape[4] == -1 to ShapedType::isDynamic(outputShape[4]). |
Could you change the outputShape[4] == -1 to ShapedType::isDynamic(outputShape[4]).