Searched refs:skip_assert (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | function_utils.cc | 175 const FunctionDef& function_def, bool skip_assert) { in IsFunctionStateful() argument 179 if (IsNodeStateful(library, node_def, skip_assert)) return true; in IsFunctionStateful() 185 const NodeDef& node, bool skip_assert) { in IsNodeStateful() argument 193 if (skip_assert && op_def->name() == "Assert") { in IsNodeStateful() 203 !IsFunctionStateful(library, *then_func, skip_assert)) && in IsNodeStateful() 205 !IsFunctionStateful(library, *else_func, skip_assert))) { in IsNodeStateful() 216 !IsFunctionStateful(library, *cond_func, skip_assert)) && in IsNodeStateful() 218 !IsFunctionStateful(library, *body_func, skip_assert))) { in IsNodeStateful()
|
D | function_utils.h | 111 bool skip_assert = false); 118 const NodeDef& node, bool skip_assert = false);
|