Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc827 Node* bwd_while = bwd_while_edges[0]->dst(); in RewriteTensorListWithConstElement() local
870 TF_CHECK_OK(GetNodeAttr(bwd_while->def(), "body", &bwd_body_attr)); in RewriteTensorListWithConstElement()
875 bwd_while->DebugString()); in RewriteTensorListWithConstElement()
926 bwd_while->ClearAttr("body"); in RewriteTensorListWithConstElement()
927 bwd_while->AddAttr("body", bwd_body_attr); in RewriteTensorListWithConstElement()