/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | literal_test_util.cc | 74 if (expected.ShortDebugString() != actual.ShortDebugString()) { in EqualShapesAndLayouts() 76 << "want: " << expected.ShortDebugString() in EqualShapesAndLayouts() 77 << " got: " << actual.ShortDebugString(); in EqualShapesAndLayouts()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape.h | 142 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function 278 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
|
D | shape_util.cc | 119 VLOG(3) << "ShapeUtil::Equal differ: lhs = " << lhs.ShortDebugString() in Equal() 120 << ", rhs = " << rhs.ShortDebugString(); in Equal() 131 << lhs.ShortDebugString() << ", rhs = " << rhs.ShortDebugString(); in EqualIgnoringFpPrecision() 607 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ShortDebugString(); in ByteSizeOfElements() 626 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 650 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 656 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | recent_request_ids.cc | 64 request.ShortDebugString()); in TrackUnique() 75 wrapper->ToProto().ShortDebugString()); in TrackUnique()
|
/external/protobuf/conformance/ |
D | conformance_python.py | 118 request.ShortDebugString().c_str(), 119 response.ShortDebugString().c_str()))
|
D | conformance_cpp.cc | 187 request.ShortDebugString().c_str(), in DoTestIo() 188 response.ShortDebugString().c_str()); in DoTestIo()
|
D | conformance_test.cc | 201 request.ShortDebugString().c_str(), in ReportFailure() 202 response.ShortDebugString().c_str()); in ReportFailure() 210 test_name.c_str(), request.ShortDebugString().c_str(), in ReportSkip() 211 response.ShortDebugString().c_str()); in ReportSkip() 237 request.ShortDebugString().c_str(), in RunTest() 238 response->ShortDebugString().c_str()); in RunTest()
|
/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/xla/service/llvm_ir/ |
D | loop_emitter.cc | 82 << ": '" << shape_.ShortDebugString() << "' does not match '" in LoopEmitter() 83 << array.GetShape().ShortDebugString() << "'"; in LoopEmitter()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_rewriter.cc | 131 << conv->window().ShortDebugString() in MatchBackwardFilter() 137 << conv->window().ShortDebugString() in MatchBackwardFilter() 311 << conv->window().ShortDebugString() in MatchBackwardInput() 317 << conv->window().ShortDebugString() in MatchBackwardInput()
|
D | cudnn_conv_runner.cc | 136 VLOG(3) << "Window: { " << window.ShortDebugString() << " }"; in RunCudnnConvImpl() 137 VLOG(3) << "Dim nums: { " << dnums.ShortDebugString() << " }"; in RunCudnnConvImpl() 375 backend_config.ShortDebugString()); in GetCudnnConvParams()
|
/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/framework/ |
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/core/platform/ |
D | logger.cc | 26 VLOG(2) << proto->ShortDebugString(); in DoLogProto()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | show_literal.cc | 45 LOG(INFO) << "literal: " << literal_proto.ShortDebugString(); in main()
|
/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 | 42 VLOG(4) << proto.ShortDebugString(); in CreateModuleFromProto()
|
D | hlo_cse.cc | 68 string shape_string = shape.ShortDebugString(); in CombineConstants()
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
D | bigtable_test_client.cc | 52 LOG(ERROR) << "Unknown mutation: " << mut.ShortDebugString(); in UpdateRow() 212 << i->ShortDebugString(); in MakeRowFilter() 249 << i->ShortDebugString(); in MakeRowFilter()
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib_test.cc | 32 const string s = short_debug ? input.ShortDebugString() : input.DebugString(); in RoundtripParseProtoOrDie() 44 EXPECT_EQ(proto.ShortDebugString(), ProtoShortDebugString(proto)); \
|
D | BUILD | 4 # provide equivalent functionality as proto.DebugString, proto.ShortDebugString,
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | create_xla_launch_op.cc | 167 node_def.ShortDebugString()); in CreateXlaLaunchOp()
|