Searched refs:kNoInlineAttr (Results 1 – 3 of 3) sorted by relevance
31 static constexpr const char* const kNoInlineAttr = "_noinline"; variable
288 if (TryGetNodeAttr(attr, kNoInlineAttr, &noinline) && noinline) { in ValidateNoInline()860 if (fld->GetAttr(*node, kNoInlineAttr, &noinline).ok() && noinline) { in ExpandInlineFunctions()
2275 if (attributes->count(tensorflow::kNoInlineAttr) != 0) { in InlineAllFunctions()2276 (*attributes)[tensorflow::kNoInlineAttr].set_b(false); in InlineAllFunctions()