Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dbufferize.mlir198 // CHECK-LABEL: func private @csum(tensor<6xi64>) -> tensor<6xi64>
199 func.func private @csum(%arg0: tensor<6xi64>) -> tensor<6xi64>
207 // CHECK: %[[call:.*]] = call @csum(%[[generic_t]])
217 %3 = func.call @csum(%2) : (tensor<6xi64>) -> tensor<6xi64>