Searched refs:cond_xla_func_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass.cc | 1475 const string& cond_xla_func_name, const string& host_transfer_key, in AddSendLoopPredToLoopCond() argument 1528 if (loop_cond_func->name() == cond_xla_func_name) { in AddSendLoopPredToLoopCond() 2028 string cond_xla_func_name = absl::StrCat(cond.name(), "_oc"), in ExtractOutsideCompilationForWhileNode() local 2032 cond, cond_xla_func_name, cond_host_func_name, host_compute_core, flr, in ExtractOutsideCompilationForWhileNode() 2048 cond.set_name(cond_xla_func_name); in ExtractOutsideCompilationForWhileNode() 2064 cond_xla_func_name, host_transfer_key, &cond, fld, n)); in ExtractOutsideCompilationForWhileNode()
|