Home
last modified time | relevance | path

Searched refs:SummarizeOpDef (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc585 SummarizeOpDef(op_def), "; NodeDef: ", FormatNodeDefForError(node_def)); in ValidateNodeDef()
613 "': ", SummarizeOpDef(op_def)); in ValidateNodeDef()
632 SummarizeOpDef(op_def), in ValidateNodeDef()
642 SummarizeOpDef(op_def)); in ValidateNodeDef()
657 "' from ", SummarizeOpDef(op_def), in ValidateNodeDef()
669 SummarizeOpDef(op_def), "; NodeDef: ", FormatNodeDefForError(node_def)); in ValidateNodeDef()
691 "' incorrectly specified in op definition: ", SummarizeOpDef(op_def)); in ComputeArgRange()
Dop.cc131 LOG(INFO) << SummarizeOpDef(op); in LookUpSlow()
205 strings::StrAppend(&ret, SummarizeOpDef(op), "\n"); in DebugString()
Dop_def_util.cc403 string SummarizeOpDef(const OpDef& op_def) { in SummarizeOpDef() function
624 "; old: ", SummarizeOpDef(old_op), \ in OpDefCompatible()
625 "; new: ", SummarizeOpDef(new_op)); \ in OpDefCompatible()
706 "' in op: ", SummarizeOpDef(new_op)); in OpDefAddedDefaultsUnchanged()
712 "' in op: ", SummarizeOpDef(new_op)); in OpDefAddedDefaultsUnchanged()
721 " in op: ", SummarizeOpDef(new_op)); in OpDefAddedDefaultsUnchanged()
Dop_def_util.h57 std::string SummarizeOpDef(const OpDef& op_def);
Dnode_def_util_test.cc55 << "; OpDef: " << SummarizeOpDef(op_def); in ExpectSuccess()
63 << "; OpDef: " << SummarizeOpDef(op_def); in ExpectFailure()
68 << "; OpDef: " << SummarizeOpDef(op_def); in ExpectFailure()
73 << "; OpDef: " << SummarizeOpDef(op_def) << "\nActual error: " << status in ExpectFailure()
Dnode_def_builder.cc236 "' using ", SummarizeOpDef(*op_def_)); in Finalize()
240 node_def_.name(), "' using ", SummarizeOpDef(*op_def_), ":\n", in Finalize()
Dop_compatibility_test.cc98 ADD_FAILURE() << SummarizeOpDef(old_op_def) << " vs. " in ExpectIncompatible()
99 << SummarizeOpDef(new_op_def); in ExpectIncompatible()
179 ADD_FAILURE() << SummarizeOpDef(old_op_def) << " vs. " in ExpectDefaultChangeFailure()
180 << SummarizeOpDef(*new_op_def); in ExpectDefaultChangeFailure()
Dmemory_types.cc134 "' not found in OpDef: ", SummarizeOpDef(*op_def)); in MemoryTypesForNode()
Dgraph_def_util.cc106 "' missing in producer's OpDef: ", SummarizeOpDef(*producer_op_def), in RemoveNewDefaultAttrsFromNodeDef()
Dfunction.cc124 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs()
150 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs()
Dop_kernel.cc1703 "' not found in OpDef: ", SummarizeOpDef(op_def)); in ValidateKernelRegistrations()
/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.cc179 SummarizeOpDef(history_op_list.op(0))); in ValidateCompatible()
230 SummarizeOpDef(in_op_history[hist].second.op(0))); in ValidateCompatible()