/external/tensorflow/tensorflow/core/graph/ |
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()
|
D | node_builder.cc | 154 def_builder_.op_def().name(), ". Node: ", FormatNodeForError(*node))); in AddIndexError()
|
D | graph.cc | 570 FormatNodeForError(*dst)); in UpdateEdge()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_while.cc | 377 FormatNodeForError(*arg.enter), in FunctionalizeLoop() 379 FormatNodeForError(*enter_merge->dst()), in FunctionalizeLoop() 380 " and ", FormatNodeForError(*e->dst())); in FunctionalizeLoop() 386 FormatNodeForError(*arg.enter), in FunctionalizeLoop() 393 FormatNodeForError(*arg.merge), in FunctionalizeLoop() 403 FormatNodeForError(*arg.merge), "; expected 2, got ", in FunctionalizeLoop() 411 FormatNodeForError(*arg.next_iteration), " with kind ", in FunctionalizeLoop() 422 FormatNodeForError(*arg.merge)); in FunctionalizeLoop() 429 FormatNodeForError(*arg.merge)); in FunctionalizeLoop() 459 FormatNodeForError(*arg.switch_node)); in FunctionalizeLoop() [all …]
|
D | functionalize_cond.cc | 475 FormatNodeForError(*m), " that doesn't have input on ", in BuildArgumentNodes() 587 "Graph contains node ", FormatNodeForError(*src), in ExtractBodies() 588 " that feeds into node ", FormatNodeForError(*dst), in ExtractBodies() 664 "Graph contains node ", FormatNodeForError(*src), in ExtractBodies() 665 " that feeds into node ", FormatNodeForError(*dst), in ExtractBodies() 856 FormatNodeForError(*node)); in AddOutputEdges() 1136 FormatNodeForError(*dst)); in DetermineCondStateMerge() 1161 FormatNodeForError(*dst)); in DetermineCondStateNonMerge() 1186 return errors::InvalidArgument("Merge node ", FormatNodeForError(*node), in RemoveRedundantMerge() 1255 FormatNodeForError(*dst_node)); in RemoveRedundantSwitch()
|
D | functionalize_control_flow_util.cc | 62 return errors::Internal("Detected a cycle: ", FormatNodeForError(*node), in CheckNodeNotInCycle()
|
D | tf2xla.cc | 219 FormatNodeForError(*n), " and ", FormatNodeForError(*dup)); in CollectArgNodes()
|
D | graph_compiler.cc | 184 FormatNodeForError(*n)); in Compile()
|
D | xla_compiler.cc | 989 s.error_message(), ")", FormatNodeForError(*node))); in ValidateGraph()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | memory_types.cc | 103 FormatNodeForError(*e->src()), " to ", in ValidateMemoryTypes() 104 FormatNodeForError(*e->dst())); in ValidateMemoryTypes() 213 "'th output of node ", FormatNodeForError(*n), in MemoryTypeForOutput()
|
D | lower_if_while.cc | 82 "Node ", FormatNodeForError(*n), " of type ", n->type_string(), in Run()
|
D | executor.cc | 2017 FormatNodeForError(*node))); in ProcessOutputs() 2071 " for node ", FormatNodeForError(*node))); in ProcessOutputs()
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util.cc | 109 string FormatNodeForError(const NodeDebugInfo& debug_info) { in FormatNodeForError() function 115 string FormatNodeForError(const Node& node) { in FormatNodeForError() function 116 return FormatNodeForError(NodeDebugInfo(node)); in FormatNodeForError() 120 return FormatNodeForError(NodeDebugInfo(node_def)); in FormatNodeDefForError()
|
D | node_def_util.h | 57 string FormatNodeForError(const Node& node);
|
D | node_def_util_test.cc | 565 EXPECT_EQ("{{node enter}}", FormatNodeForError(*node)); in TEST()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 831 FormatNodeForError(*merge), ": \n", absl::StrJoin(backedges, "\n"), in CreateMultipleNextIterationInputsError()
|
D | encapsulate_subgraphs_pass.cc | 2038 FormatNodeForError(*n), in DoStaticShapeInferenceForOutsideCompilationSend()
|