/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | control_flow.cc | 61 "\". 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 D | graph_node_util.h | 37 string FormatNodeForError(const Node& node);
|
H A D | graph_node_util.cc | 30 string FormatNodeForError(const Node& node) { in FormatNodeForError() function
|
H A D | node_builder.cc | 168 def_builder_.op_def().name(), ". Node: ", FormatNodeForError(*node))); in AddIndexError()
|
H A D | graph.cc | 692 FormatNodeForError(*dst)); in UpdateEdge()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | functionalize_while.cc | 304 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 D | functionalize_cond.cc | 489 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 D | graph_compiler_util.cc | 212 " nodes with index ", index, ", ", FormatNodeForError(*n), " and ", in CollectArgNodes() 213 FormatNodeForError(*dup)); in CollectArgNodes()
|
H A D | functionalize_control_flow_util.cc | 95 return errors::Internal("Detected a cycle: ", FormatNodeForError(*node), in CheckNodeNotInCycle()
|
H A D | graph_compiler.cc | 192 FormatNodeForError(*n)); in Compile()
|
H A D | xla_compiler.cc | 1255 s.error_message(), ")", FormatNodeForError(*node)); in ValidateGraph()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | memory_types.cc | 105 FormatNodeForError(*e->src()), " to ", in ValidateMemoryTypes() 106 FormatNodeForError(*e->dst())); in ValidateMemoryTypes() 225 "'th output of node ", FormatNodeForError(*n), in MemoryTypeForOutput()
|
H A D | placer_inspection_required_ops_utils.cc | 125 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 D | lower_functional_ops.cc | 193 << "Node " << FormatNodeForError(*n) << " of type " in Run()
|
H A D | inspecting_placer.cc | 141 FormatNodeForError(node), " inside the body of ", in ComputeIOColocationGroups()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | node_def_util_test.cc | 841 EXPECT_EQ("{{node enter}}", FormatNodeForError(*node)); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | encapsulate_tpu_computations_pass.cc | 2472 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 D | distributed_tpu_rewrite_pass.cc | 2020 FormatNodeForError(node)); in GetArgAndRetvalShapes()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | deadness_analysis.cc | 992 FormatNodeForError(*merge), ": \n", absl::StrJoin(backedges, "\n"), in CreateMultipleNextIterationInputsError()
|