Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc489 const FunctionDef* bwd_body = fld.Find("bwd_body_tl_rewrite_0"); in TEST() local
490 ASSERT_NE(bwd_body, nullptr); in TEST()
493 FunctionDefToBodyHelper(*bwd_body, AttrSlice(), &fld, &bwd_fbody)); in TEST()
Dtf2xla_util.cc865 const FunctionDef* bwd_body = fld->Find(bwd_body_attr.name()); in RewriteTensorListWithConstElement() local
866 if (!bwd_body) { in RewriteTensorListWithConstElement()
873 *bwd_body, AttrSlice(&bwd_body_attr.attr()), fld, &bwd_fbody)); in RewriteTensorListWithConstElement()