Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dcompilability_check_util.cc612 static bool HasBoolAttr(const NodeDef& node, const char* attr) { in HasBoolAttr() function
618 return HasBoolAttr(node_def, kXlaMustCompileAttr); in CanCreateXlaKernel()
723 HasBoolAttr(node, kXlaMustCompileAttr) || in NodeCanTriggerXlaCompilation()
724 HasBoolAttr(node, kXlaCompileAttr) || in NodeCanTriggerXlaCompilation()
725 HasBoolAttr(node, kXlaScopeAttr) || in NodeCanTriggerXlaCompilation()
726 HasBoolAttr(node, kXlaInternalScopeAttr) || in NodeCanTriggerXlaCompilation()