Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h374 Attribute getResultAttr(unsigned index, Identifier name) { in getResultAttr() function
378 Attribute getResultAttr(unsigned index, StringRef name) { in getResultAttr() function
385 return getResultAttr(index, name).template dyn_cast_or_null<AttrClass>(); in getResultAttrOfType()
389 return getResultAttr(index, name).template dyn_cast_or_null<AttrClass>(); in getResultAttrOfType()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_saved_model.cc233 if (func.getResultAttr(i, "tf_saved_model.index_path") || in HasAnyTfSavedModelArgAttr()
234 func.getResultAttr(i, "tf_saved_model.bound_input")) { in HasAnyTfSavedModelArgAttr()
366 if (!func.getResultAttr(i, "tf_saved_model.index_path")) { in VerifyExportedFunc()
/external/llvm-project/mlir/test/lib/IR/
DTestFunc.cpp48 if (func.getResultAttr(resultIndex, "test.erase_this_result")) { in runOnOperation()