Home
last modified time | relevance | path

Searched refs:IsWhileNode (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_functional_ops.cc165 } else if (n->IsWhileNode() && lower_control_flow(n)) { in Run()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dside_effect_util.cc59 } else if (node->IsWhileNode()) { in SetDeviceOrdinalAttributeForNode()
Dtf2xla_util.cc773 } else if (n->IsWhileNode()) { in PropagateConstIntoFunctionalNodes()
804 if (!e->IsControlEdge() && e->dst()->IsWhileNode()) { in RewriteTensorListWithConstElement()
818 if (e->src_output() == fwd_while_dst_input && e->dst()->IsWhileNode()) { in RewriteTensorListWithConstElement()
Drearrange_function_argument.cc537 if (n->IsWhileNode()) { in RearrangeFunctionArguments()
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc418 } else if (n->IsWhileNode()) { in ResetDeviceOrdinalToPlaceholderValue()
587 TF_RET_CHECK(n->IsWhileNode()); in PostprocessLiftedArgsForWhile()
946 if (n->IsWhileNode()) { in PostprocessLiftedArgs()
2122 } else if (n->IsWhileNode()) { in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
Dcompilability_check_util.cc450 if (node.IsWhileNode() && in IsCompilableNode()
Dmark_for_compilation_pass.cc1018 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h198 bool IsWhileNode() const { return class_ == NC_WHILE; } in IsWhileNode() function
Dgraph.cc635 if (!dst->IsWhileNode()) { in AddWhileInputHack()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1258 } else if (n->IsWhileNode()) { in InlineFunctionCalls()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc3722 if (n->IsWhileNode() || n->IsIfNode() || IsFunctionCall(flib_def, *n)) { in LowerOutsideCompilationFunctionalNodes()
3774 if (n->IsWhileNode()) { in LowerOutsideCompilationFunctionalNodes()
3811 if (IsFunctionCall(flib_def, *node) || node->IsWhileNode() || in LowerOutsideCompilationFunctionalNodes()
Dencapsulate_tpu_computations_pass.cc2364 if (n->IsWhileNode()) { in LiftOutsideCompilationOnlyArgs()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc988 if (node.IsWhileNode()) { in InferOutputType()
2014 if (node.IsWhileNode()) { in ConvertNode()