Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.h54 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef);
Dcreate_xla_launch_op.cc161 if (!IsCompilable(flr, node_def)) { in CreateXlaLaunchOp()
Dmark_for_compilation_pass.cc653 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef) { in IsCompilable() function