Searched refs:IsCompilable (Results 1 – 3 of 3) sorted by relevance
54 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef);
161 if (!IsCompilable(flr, node_def)) { in CreateXlaLaunchOp()
653 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef) { in IsCompilable() function