Searched refs:getResultAttr (Results 1 – 3 of 3) sorted by relevance
374 Attribute getResultAttr(unsigned index, Identifier name) { in getResultAttr() function378 Attribute getResultAttr(unsigned index, StringRef name) { in getResultAttr() function385 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()
233 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()
48 if (func.getResultAttr(resultIndex, "test.erase_this_result")) { in runOnOperation()