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.cc466 SummarizeOpDef(op_def), "; NodeDef: ", FormatNodeDefForError(node_def)); in ValidateNodeDef()
494 "': ", SummarizeOpDef(op_def)); in ValidateNodeDef()
513 SummarizeOpDef(op_def), in ValidateNodeDef()
523 SummarizeOpDef(op_def)); in ValidateNodeDef()
538 "' from ", SummarizeOpDef(op_def), in ValidateNodeDef()
550 SummarizeOpDef(op_def), "; NodeDef: ", FormatNodeDefForError(node_def)); in ValidateNodeDef()
573 "' incorrectly specified in op definition: ", SummarizeOpDef(op_def)); in ComputeArgRange()
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()
Dop_def_util.cc389 string SummarizeOpDef(const OpDef& op_def) { in SummarizeOpDef() function
610 "; old: ", SummarizeOpDef(old_op), \ in OpDefCompatible()
611 "; new: ", SummarizeOpDef(new_op)); \ in OpDefCompatible()
692 "' in op: ", SummarizeOpDef(new_op)); in OpDefAddedDefaultsUnchanged()
698 "' in op: ", SummarizeOpDef(new_op)); in OpDefAddedDefaultsUnchanged()
707 " in op: ", SummarizeOpDef(new_op)); in OpDefAddedDefaultsUnchanged()
Dop.cc105 LOG(INFO) << SummarizeOpDef(op); in LookUpSlow()
191 strings::StrAppend(&ret, SummarizeOpDef(op), "\n"); in DebugString()
Dop_def_util.h57 string SummarizeOpDef(const OpDef& op_def);
Dnode_def_builder.cc236 "' using ", SummarizeOpDef(*op_def_)); in Finalize()
240 node_def_.name(), "' using ", SummarizeOpDef(*op_def_), ":\n", in Finalize()
Dop_compatibility_test.cc97 ADD_FAILURE() << SummarizeOpDef(old_op_def) << " vs. " in ExpectIncompatible()
98 << 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.cc125 "' not found in OpDef: ", SummarizeOpDef(*op_def)); in MemoryTypesForNode()
Dgraph_def_util.cc105 "' missing in producer's OpDef: ", SummarizeOpDef(*producer_op_def), in RemoveNewDefaultAttrsFromNodeDef()
Dfunction.cc109 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs()
135 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs()
Dop_kernel.cc1365 "' not found in OpDef: ", SummarizeOpDef(op_def)); in ValidateKernelRegistrations()
/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.cc118 SummarizeOpDef(in_op_history.op(start))); in ValidateCompatible()
178 SummarizeOpDef(in_op_history.op(start))); in ValidateCompatible()