Home
last modified time | relevance | path

Searched refs:ShortDebugString (Results 1 – 25 of 58) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util.cc74 if (expected.ShortDebugString() != actual.ShortDebugString()) { in EqualShapesAndLayouts()
76 << "want: " << expected.ShortDebugString() in EqualShapesAndLayouts()
77 << " got: " << actual.ShortDebugString(); in EqualShapesAndLayouts()
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h142 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
278 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
Dshape_util.cc119 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/
Drecent_request_ids.cc64 request.ShortDebugString()); in TrackUnique()
75 wrapper->ToProto().ShortDebugString()); in TrackUnique()
/external/protobuf/conformance/
Dconformance_python.py118 request.ShortDebugString().c_str(),
119 response.ShortDebugString().c_str()))
Dconformance_cpp.cc187 request.ShortDebugString().c_str(), in DoTestIo()
188 response.ShortDebugString().c_str()); in DoTestIo()
Dconformance_test.cc201 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/
Devents_writer_test.cc74 VLOG(1) << actual.ShortDebugString(); in VerifyFile()
86 VLOG(1) << actual.ShortDebugString(); in VerifyFile()
95 VLOG(1) << actual.ShortDebugString(); in VerifyFile()
Dtensor_slice_writer_test.cc174 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/
Dloop_emitter.cc82 << ": '" << shape_.ShortDebugString() << "' does not match '" in LoopEmitter()
83 << array.GetShape().ShortDebugString() << "'"; in LoopEmitter()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter.cc131 << conv->window().ShortDebugString() in MatchBackwardFilter()
137 << conv->window().ShortDebugString() in MatchBackwardFilter()
311 << conv->window().ShortDebugString() in MatchBackwardInput()
317 << conv->window().ShortDebugString() in MatchBackwardInput()
Dcudnn_conv_runner.cc136 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/
Dclient.cc240 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()
Dglobal_data.cc34 VLOG(1) << "Requesting to unregister " << handle.ShortDebugString(); in ReleaseHandles()
/external/tensorflow/tensorflow/core/framework/
Dop_def_builder_test.cc56 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString()); in ExpectSuccess()
73 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString()); in ExpectOrdered()
Dtensor_slice_test.cc77 proto.ShortDebugString()); in TEST()
109 proto.ShortDebugString()); in TEST()
/external/tensorflow/tensorflow/core/platform/
Dlogger.cc26 VLOG(2) << proto->ShortDebugString(); in DoLogProto()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dshow_literal.cc45 LOG(INFO) << "literal: " << literal_proto.ShortDebugString(); in main()
/external/tensorflow/tensorflow/python/util/
Dkernel_registry.cc48 << node_def.ShortDebugString(); in TryFindKernelClass()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_proto_util.cc42 VLOG(4) << proto.ShortDebugString(); in CreateModuleFromProto()
Dhlo_cse.cc68 string shape_string = shape.ShortDebugString(); in CombineConstants()
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
Dbigtable_test_client.cc52 LOG(ERROR) << "Unknown mutation: " << mut.ShortDebugString(); in UpdateRow()
212 << i->ShortDebugString(); in MakeRowFilter()
249 << i->ShortDebugString(); in MakeRowFilter()
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib_test.cc32 const string s = short_debug ? input.ShortDebugString() : input.DebugString(); in RoundtripParseProtoOrDie()
44 EXPECT_EQ(proto.ShortDebugString(), ProtoShortDebugString(proto)); \
DBUILD4 # provide equivalent functionality as proto.DebugString, proto.ShortDebugString,
/external/tensorflow/tensorflow/compiler/jit/
Dcreate_xla_launch_op.cc167 node_def.ShortDebugString()); in CreateXlaLaunchOp()

123