Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc166 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()