Searched refs:SummarizeOpDef (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util.cc | 585 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()
|
D | op.cc | 131 LOG(INFO) << SummarizeOpDef(op); in LookUpSlow() 205 strings::StrAppend(&ret, SummarizeOpDef(op), "\n"); in DebugString()
|
D | op_def_util.cc | 403 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()
|
D | op_def_util.h | 57 std::string SummarizeOpDef(const OpDef& op_def);
|
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 | 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 | 98 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()
|
D | memory_types.cc | 134 "' not found in OpDef: ", SummarizeOpDef(*op_def)); in MemoryTypesForNode()
|
D | graph_def_util.cc | 106 "' missing in producer's OpDef: ", SummarizeOpDef(*producer_op_def), in RemoveNewDefaultAttrsFromNodeDef()
|
D | function.cc | 124 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs() 150 SummarizeOpDef(sig)); in ValidateSignatureWithAttrs()
|
D | op_kernel.cc | 1703 "' not found in OpDef: ", SummarizeOpDef(op_def)); in ValidateKernelRegistrations()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | op_compatibility_lib.cc | 179 SummarizeOpDef(history_op_list.op(0))); in ValidateCompatible() 230 SummarizeOpDef(in_op_history[hist].second.op(0))); in ValidateCompatible()
|