Home
last modified time | relevance | path

Searched refs:FormatNodeForError (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcontrol_flow.cc61 "\". The node giving this error: ", FormatNodeForError(*node), in ValidateControlFlowInfo()
74 "\" has more than one LoopCond node: ", FormatNodeForError(*node), in ValidateControlFlowInfo()
75 " and ", FormatNodeForError(*frame.loop_cond), in ValidateControlFlowInfo()
140 FormatNodeForError(*out), in BuildControlFlowInfo()
142 FormatNodeForError(*curr_node), " is in frame '", frame_name, in BuildControlFlowInfo()
143 "'. The input ", FormatNodeForError(*parent_nodes[out->id()]), in BuildControlFlowInfo()
153 FormatNodeForError(*out), in BuildControlFlowInfo()
161 FormatNodeForError(*out), in BuildControlFlowInfo()
163 FormatNodeForError(*curr_node), " is in frame '", frame_name, in BuildControlFlowInfo()
164 "'. The input ", FormatNodeForError(*parent_nodes[out->id()]), in BuildControlFlowInfo()
H A Dgraph_node_util.h37 string FormatNodeForError(const Node& node);
H A Dgraph_node_util.cc30 string FormatNodeForError(const Node& node) { in FormatNodeForError() function
H A Dnode_builder.cc168 def_builder_.op_def().name(), ". Node: ", FormatNodeForError(*node))); in AddIndexError()
H A Dgraph.cc692 FormatNodeForError(*dst)); in UpdateEdge()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_while.cc304 FormatNodeForError(*arg.enter), in FunctionalizeLoop()
306 FormatNodeForError(*enter_merge->dst()), in FunctionalizeLoop()
307 " and ", FormatNodeForError(*e->dst())); in FunctionalizeLoop()
313 FormatNodeForError(*arg.enter), in FunctionalizeLoop()
320 FormatNodeForError(*arg.merge), in FunctionalizeLoop()
330 FormatNodeForError(*arg.merge), "; expected 2, got ", in FunctionalizeLoop()
338 FormatNodeForError(*arg.next_iteration), " with kind ", in FunctionalizeLoop()
349 FormatNodeForError(*arg.merge)); in FunctionalizeLoop()
356 FormatNodeForError(*arg.merge)); in FunctionalizeLoop()
382 FormatNodeForError(*arg.switch_node)); in FunctionalizeLoop()
[all …]
H A Dfunctionalize_cond.cc489 FormatNodeForError(*m), " that doesn't have input on ", in BuildArgumentNodes()
601 "Graph contains node ", FormatNodeForError(*src), in ExtractBodies()
602 " that feeds into node ", FormatNodeForError(*dst), in ExtractBodies()
690 "Graph contains node ", FormatNodeForError(*src), in ExtractBodies()
691 " that feeds into node ", FormatNodeForError(*dst), in ExtractBodies()
892 FormatNodeForError(*node)); in AddOutputEdges()
1176 FormatNodeForError(*dst)); in DetermineCondStateMerge()
1201 FormatNodeForError(*dst)); in DetermineCondStateNonMerge()
1226 return errors::InvalidArgument("Merge node ", FormatNodeForError(*node), in RemoveRedundantMerge()
1295 FormatNodeForError(*dst_node)); in RemoveRedundantSwitch()
H A Dgraph_compiler_util.cc212 " nodes with index ", index, ", ", FormatNodeForError(*n), " and ", in CollectArgNodes()
213 FormatNodeForError(*dup)); in CollectArgNodes()
H A Dfunctionalize_control_flow_util.cc95 return errors::Internal("Detected a cycle: ", FormatNodeForError(*node), in CheckNodeNotInCycle()
H A Dgraph_compiler.cc192 FormatNodeForError(*n)); in Compile()
H A Dxla_compiler.cc1255 s.error_message(), ")", FormatNodeForError(*node)); in ValidateGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dmemory_types.cc105 FormatNodeForError(*e->src()), " to ", in ValidateMemoryTypes()
106 FormatNodeForError(*e->dst())); in ValidateMemoryTypes()
225 "'th output of node ", FormatNodeForError(*n), in MemoryTypeForOutput()
H A Dplacer_inspection_required_ops_utils.cc125 FormatNodeForError(*frames_[i].node))); in FormatForError()
130 " contains node ", FormatNodeForError(*frames_[i].node))); in FormatForError()
135 msgs.push_back(absl::StrCat("Node ", FormatNodeForError(*frames_[i].node), in FormatForError()
H A Dlower_functional_ops.cc193 << "Node " << FormatNodeForError(*n) << " of type " in Run()
H A Dinspecting_placer.cc141 FormatNodeForError(node), " inside the body of ", in ComputeIOColocationGroups()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util_test.cc841 EXPECT_EQ("{{node enter}}", FormatNodeForError(*node)); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dencapsulate_tpu_computations_pass.cc2472 FormatNodeForError(*e->src()), ":", e->src_output(), " -> ", in Encapsulate()
2473 FormatNodeForError(*e->dst()), ":", e->dst_input()); in Encapsulate()
2606 " replicas, input '", FormatNodeForError(*in_edges[pos]->src()), in BuildTPUReplicateOps()
H A Ddistributed_tpu_rewrite_pass.cc2020 FormatNodeForError(node)); in GetArgAndRetvalShapes()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Ddeadness_analysis.cc992 FormatNodeForError(*merge), ": \n", absl::StrJoin(backedges, "\n"), in CreateMultipleNextIterationInputsError()