Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp614 SmallVector<Location, 2> argumentLocs(rank, result.location); in build() local
616 b.createBlock(bodyRegion, bodyRegion->end(), argumentTypes, argumentLocs); in build()