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