Searched refs:IsCompilableCall (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass.cc | 166 bool IsCompilableCall(const NodeDef& call_def, 191 if (!IsCompilableCall(call, jit_device_type, op_filter, depth + 1, in IsCompilableWhile() 207 if (!IsCompilableCall(call, jit_device_type, op_filter, depth + 1, in IsCompilableWhile() 219 bool IsCompilableCall(const NodeDef& call_def, in IsCompilableCall() function 283 !IsCompilableCall(node->def(), jit_device_type, op_filter, depth + 1, in IsCompilableCall() 517 !IsCompilableCall(node->def(), jit_device_type, op_filter, 0, in FindCompilationCandidates() 669 return IsCompilableCall(ndef, jit_device_type, op_filter, 0, flr); in IsCompilable()
|