Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
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()
Dnode_builder.cc154 def_builder_.op_def().name(), ". Node: ", FormatNodeForError(*node))); in AddIndexError()
Dgraph.cc570 FormatNodeForError(*dst)); in UpdateEdge()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc377 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 …]
Dfunctionalize_cond.cc475 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()
Dfunctionalize_control_flow_util.cc62 return errors::Internal("Detected a cycle: ", FormatNodeForError(*node), in CheckNodeNotInCycle()
Dtf2xla.cc219 FormatNodeForError(*n), " and ", FormatNodeForError(*dup)); in CollectArgNodes()
Dgraph_compiler.cc184 FormatNodeForError(*n)); in Compile()
Dxla_compiler.cc989 s.error_message(), ")", FormatNodeForError(*node))); in ValidateGraph()
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types.cc103 FormatNodeForError(*e->src()), " to ", in ValidateMemoryTypes()
104 FormatNodeForError(*e->dst())); in ValidateMemoryTypes()
213 "'th output of node ", FormatNodeForError(*n), in MemoryTypeForOutput()
Dlower_if_while.cc82 "Node ", FormatNodeForError(*n), " of type ", n->type_string(), in Run()
Dexecutor.cc2017 FormatNodeForError(*node))); in ProcessOutputs()
2071 " for node ", FormatNodeForError(*node))); in ProcessOutputs()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc109 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()
Dnode_def_util.h57 string FormatNodeForError(const Node& node);
Dnode_def_util_test.cc565 EXPECT_EQ("{{node enter}}", FormatNodeForError(*node)); in TEST()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc831 FormatNodeForError(*merge), ": \n", absl::StrJoin(backedges, "\n"), in CreateMultipleNextIterationInputsError()
Dencapsulate_subgraphs_pass.cc2038 FormatNodeForError(*n), in DoStaticShapeInferenceForOutsideCompilationSend()