Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h70 inline ArrayRef<NamedAttribute> getResultAttrs(Operation *op, unsigned index) { in getResultAttrs() function
362 ArrayRef<NamedAttribute> getResultAttrs(unsigned index) { in getResultAttrs() function
363 return ::mlir::impl::getResultAttrs(this->getOperation(), index); in getResultAttrs()
498 for (auto attr : funcOp.getResultAttrs(i)) { in verifyTrait()
/external/llvm-project/mlir/lib/Transforms/
DBufferResultsToOutParams.cpp45 func.getResultAttrs(erasedResultIndices[i])); in updateFuncOp()
/external/llvm-project/mlir/lib/IR/
DFunctionImplementation.cpp278 resultAttrs.push_back(::mlir::impl::getResultAttrs(op, i)); in printFunctionSignature()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc278 function.getResultAttrs(index); in GetReturnNode()