Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_while_test.cc77 NameAttrList then_func; in WhileWithIfBody() local
78 then_func.set_name("XTimesTwo"); in WhileWithIfBody()
98 {{"then_branch", then_func}, in WhileWithIfBody()
250 AttrValue then_func; in TEST() local
251 then_func.mutable_func()->set_name("IfWithWhileThen"); in TEST()
258 .Attr("then_branch", then_func) in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc198 const FunctionDef* then_func = in IsNodeStateful() local
202 if ((then_func != nullptr && in IsNodeStateful()
203 !IsFunctionStateful(library, *then_func, skip_assert)) && in IsNodeStateful()