/external/tensorflow/tensorflow/core/framework/ |
D | kernel_def_util.cc | 61 "KernelDef '", kernel_def.ShortDebugString(), in KernelAttrsMatch() 68 "KernelDef '", kernel_def.ShortDebugString(), in KernelAttrsMatch() 79 "', KernelDef: '", kernel_def.ShortDebugString(), "'"); in KernelAttrsMatch() 88 "KernelDef '", kernel_def.ShortDebugString(), \ in KernelAttrsMatch() 125 "KernelDef '", kernel_def.ShortDebugString(), in KernelAttrsMatch()
|
D | op_def_builder_test.cc | 56 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString()); in ExpectSuccess() 73 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString()); in ExpectOrdered()
|
D | tensor_slice_test.cc | 77 proto.ShortDebugString()); in TEST() 109 proto.ShortDebugString()); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | literal_test_util.cc | 80 if (expected.ShortDebugString() != actual.ShortDebugString()) { in EqualShapesAndLayouts() 82 << "want: " << expected.ShortDebugString() in EqualShapesAndLayouts() 83 << " got: " << actual.ShortDebugString(); in EqualShapesAndLayouts()
|
/external/protobuf/conformance/ |
D | conformance_test.cc | 194 request.ShortDebugString().c_str(), in ReportFailure() 195 response.ShortDebugString().c_str()); in ReportFailure() 203 test_name.c_str(), request.ShortDebugString().c_str(), in ReportSkip() 204 response.ShortDebugString().c_str()); in ReportSkip() 308 request.ShortDebugString().c_str(), in RunTest() 309 response->ShortDebugString().c_str()); in RunTest()
|
D | conformance_python.py | 204 request.ShortDebugString().c_str(), 205 response.ShortDebugString().c_str()))
|
D | conformance_cpp.cc | 263 request.ShortDebugString().c_str(), in DoTestIo() 264 response.ShortDebugString().c_str()); in DoTestIo()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape.h | 171 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function 329 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
|
D | shape_util.cc | 153 VLOG(3) << "ShapeUtil::Equal differ: lhs = " << lhs.ShortDebugString() in Equal() 154 << ", rhs = " << rhs.ShortDebugString(); in Equal() 165 << lhs.ShortDebugString() << ", rhs = " << rhs.ShortDebugString(); in EqualIgnoringElementType() 176 << lhs.ShortDebugString() << ", rhs = " << rhs.ShortDebugString(); in EqualIgnoringFpPrecision() 772 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ShortDebugString(); in ByteSizeOfElements() 783 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 807 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 813 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 1268 << "input_shape=" << input_shape.ShortDebugString() in ReshapeIsBitcast() 1269 << ", output_shape=" << output_shape.ShortDebugString(); in ReshapeIsBitcast()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | mangling_util.cc | 64 return absl::StrCat(kTensorShapePrefix, shape.ShortDebugString()); in MangleShape() 72 return absl::StrCat(kTensorPrefix, tensor.ShortDebugString()); in MangleTensor()
|
D | export_utils.cc | 433 if (actual_shape.ShortDebugString() != tshape.ShortDebugString()) { in SetShapeAttribute() 434 return errors::InvalidArgument("Expected ", tshape.ShortDebugString(), in SetShapeAttribute() 436 actual_shape.ShortDebugString()); in SetShapeAttribute()
|
/external/tensorflow/tensorflow/core/util/ |
D | events_writer_test.cc | 74 VLOG(1) << actual.ShortDebugString(); in VerifyFile() 86 VLOG(1) << actual.ShortDebugString(); in VerifyFile() 95 VLOG(1) << actual.ShortDebugString(); in VerifyFile()
|
D | tensor_slice_writer_test.cc | 174 ssm.shape().ShortDebugString()); in CheckEntries() 189 ssm.shape().ShortDebugString()); in CheckEntries() 202 ssm.shape().ShortDebugString()); in CheckEntries() 215 ssm.shape().ShortDebugString()); in CheckEntries()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | const_analysis.cc | 125 << node.ShortDebugString() in GetCompileTimeConstInputs() 128 << arg_i->def().ShortDebugString() << " vs. " in GetCompileTimeConstInputs() 129 << ret_i->def().ShortDebugString(); in GetCompileTimeConstInputs()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | compilability_check_util_test.cc | 138 uncompilable_nodes.find(NameAttrList().ShortDebugString()); in TEST_F() 176 uncompilable_nodes.find(function.ShortDebugString()); in TEST_F() 248 uncompilable_nodes.find(function.ShortDebugString()); in TEST_F() 324 auto it = uncompilable_nodes.find(function_one.ShortDebugString()); in TEST_F() 348 it = uncompilable_nodes.find(function_two.ShortDebugString()); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | show_literal.cc | 45 LOG(INFO) << "literal: " << literal_proto.ShortDebugString(); in main()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 240 VLOG(1) << "making compile request: " << request.ShortDebugString(); in Compile() 262 VLOG(1) << "making execute request: " << request.ShortDebugString(); in Execute() 344 << request.ShortDebugString(); in ExecuteParallel() 374 VLOG(1) << "making get device request: " << request.ShortDebugString(); in GetDeviceHandles()
|
D | global_data.cc | 34 VLOG(1) << "Requesting to unregister " << handle.ShortDebugString(); in ReleaseHandles()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | recent_request_ids.cc | 64 request.ShortDebugString()); in TrackUnique()
|
D | recent_request_ids.h | 90 wrapper->ToProto().ShortDebugString()); in TrackUnique()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | loop_emitter.cc | 90 << ": '" << shape_.ShortDebugString() << "' does not match '" in LoopEmitter() 91 << array.GetShape().ShortDebugString() << "'"; in LoopEmitter()
|
/external/tensorflow/tensorflow/python/util/ |
D | kernel_registry.cc | 48 << node_def.ShortDebugString(); in TryFindKernelClass()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_proto_util.cc | 43 VLOG(4) << proto.ShortDebugString(); in CreateModuleFromProto()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_rewriter.cc | 193 << conv->window().ShortDebugString() in MatchBackwardFilter() 199 << conv->window().ShortDebugString() in MatchBackwardFilter() 382 << conv->window().ShortDebugString() in MatchBackwardInput() 388 << conv->window().ShortDebugString() in MatchBackwardInput()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | session_factory.cc | 64 "\" config: ", options.config.ShortDebugString()); in SessionOptionsToString()
|