Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1081 const Node* maybe_loop_cond; in IsIdentityDrivingConstsInLoop() local
1082 TF_RETURN_IF_ERROR(switch_node->input_node(1, &maybe_loop_cond)); in IsIdentityDrivingConstsInLoop()
1083 if (!maybe_loop_cond->IsLoopCond()) { in IsIdentityDrivingConstsInLoop()