Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_while_test.cc79 NameAttrList else_func; in WhileWithIfBody() local
80 else_func.set_name("XTimesFour"); in WhileWithIfBody()
99 {"else_branch", else_func}, in WhileWithIfBody()
252 AttrValue else_func; in TEST() local
253 else_func.mutable_func()->set_name("XTimesTwo"); in TEST()
259 .Attr("else_branch", else_func) in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc200 const FunctionDef* else_func = in IsNodeStateful() local
204 (else_func != nullptr && in IsNodeStateful()
205 !IsFunctionStateful(library, *else_func, skip_assert))) { in IsNodeStateful()