Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc832 NameAttrList fwd_body_attr; in RewriteTensorListWithConstElement() local
833 TF_CHECK_OK(GetNodeAttr(fwd_while->def(), "body", &fwd_body_attr)); in RewriteTensorListWithConstElement()
834 const FunctionDef* fwd_body = fld->Find(fwd_body_attr.name()); in RewriteTensorListWithConstElement()
837 fwd_body_attr.name(), " for While node ", in RewriteTensorListWithConstElement()
842 *fwd_body, AttrSlice(&fwd_body_attr.attr()), fld, &fwd_fbody)); in RewriteTensorListWithConstElement()