Searched refs:SummarizeOpDef (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util.cc | 466 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()
|
D | node_def_util_test.cc | 55 << "; 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()
|
D | op_def_util.cc | 389 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()
|
D | op.cc | 105 LOG(INFO) << SummarizeOpDef(op); in LookUpSlow() 191 strings::StrAppend(&ret, SummarizeOpDef(op), "\n"); in DebugString()
|
D | op_def_util.h | 57 string SummarizeOpDef(const OpDef& op_def);
|
D | node_def_builder.cc | 236 "' using ", SummarizeOpDef(*op_def_)); in Finalize() 240 node_def_.name(), "' using ", SummarizeOpDef(*op_def_), ":\n", in Finalize()
|
D | op_compatibility_test.cc | 97 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()
|
D | memory_types.cc | 125 "' not found in OpDef: ", SummarizeOpDef(*op_def)); in MemoryTypesForNode()
|
D | graph_def_util.cc | 105 "' missing in producer's OpDef: ", SummarizeOpDef(*producer_op_def), in RemoveNewDefaultAttrsFromNodeDef()
|
D | function.cc | 109 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs() 135 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs()
|
D | op_kernel.cc | 1365 "' not found in OpDef: ", SummarizeOpDef(op_def)); in ValidateKernelRegistrations()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | op_compatibility_lib.cc | 118 SummarizeOpDef(in_op_history.op(start))); in ValidateCompatible() 178 SummarizeOpDef(in_op_history.op(start))); in ValidateCompatible()
|