Home
last modified time | relevance | path

Searched defs:hasTensorSemantics (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/MLProgram/Transforms/
H A DBufferizableOpInterfaceImpl.cpp52 bool hasTensorSemantics(Operation *) const { return true; } in hasTensorSemantics() function
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp308 SmallVector<OpFoldResult> vector::getMixedSizesXfer(bool hasTensorSemantics, in getMixedSizesXfer() argument
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp328 bool hasTensorSemantics(Operation *op) const { hasTensorSemantics() function
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp694 bool bufferization::hasTensorSemantics(Operation *op) { hasTensorSemantics() function in bufferization