Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp348 int32_t axisVal = axis.getValue().getSExtValue(); in inferReturnTypeComponents() local
358 if (i == axisVal) in inferReturnTypeComponents()
848 int64_t axisVal = axis.getValue().getSExtValue(); in ReduceInferReturnTypes() local
849 outputShape[axisVal] = 1; in ReduceInferReturnTypes()