Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op.cc304 const AttrValue* then_attr = n->attrs().Find("then_branch"); in RewriteIfNode() local
305 if (then_attr == nullptr) { in RewriteIfNode()
313 CondBuilder cb(n, then_attr->func(), else_attr->func(), keep_node_fetchable, in RewriteIfNode()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc577 auto then_attr = builder.getSymbolRefAttr(func_names.at(then_idx)); in ConvertSubgraphIdxsToFunctionAttrs() local
581 return {builder.getNamedAttr("then_branch", then_attr), in ConvertSubgraphIdxsToFunctionAttrs()