Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp157 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue( in bufferize() local
160 if (failed(tensorAlloc)) in bufferize()
167 op->getLoc(), memrefType, *tensorAlloc); in bufferize()
387 FailureOr<Value> tensorAlloc = in bufferize() local
391 if (failed(tensorAlloc)) in bufferize()
396 op->getLoc(), memrefType, *tensorAlloc); in bufferize()
455 FailureOr<Value> tensorAlloc = in bufferize() local
459 if (failed(tensorAlloc)) in bufferize()
464 op->getLoc(), memrefType, *tensorAlloc); in bufferize()