Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/framework/
Dkernel_def_util.cc61 "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()
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/compiler/xla/tests/
Dliteral_test_util.cc80 if (expected.ShortDebugString() != actual.ShortDebugString()) { in EqualShapesAndLayouts()
82 << "want: " << expected.ShortDebugString() in EqualShapesAndLayouts()
83 << " got: " << actual.ShortDebugString(); in EqualShapesAndLayouts()
/external/protobuf/conformance/
Dconformance_test.cc194 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()
Dconformance_python.py204 request.ShortDebugString().c_str(),
205 response.ShortDebugString().c_str()))
Dconformance_cpp.cc263 request.ShortDebugString().c_str(), in DoTestIo()
264 response.ShortDebugString().c_str()); in DoTestIo()
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h171 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
329 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
Dshape_util.cc153 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/
Dmangling_util.cc64 return absl::StrCat(kTensorShapePrefix, shape.ShortDebugString()); in MangleShape()
72 return absl::StrCat(kTensorPrefix, tensor.ShortDebugString()); in MangleTensor()
Dexport_utils.cc433 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/
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/tf2xla/
Dconst_analysis.cc125 << node.ShortDebugString() in GetCompileTimeConstInputs()
128 << arg_i->def().ShortDebugString() << " vs. " in GetCompileTimeConstInputs()
129 << ret_i->def().ShortDebugString(); in GetCompileTimeConstInputs()
/external/tensorflow/tensorflow/compiler/jit/
Dcompilability_check_util_test.cc138 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/
Dshow_literal.cc45 LOG(INFO) << "literal: " << literal_proto.ShortDebugString(); in main()
/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/distributed_runtime/
Drecent_request_ids.cc64 request.ShortDebugString()); in TrackUnique()
Drecent_request_ids.h90 wrapper->ToProto().ShortDebugString()); in TrackUnique()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dloop_emitter.cc90 << ": '" << shape_.ShortDebugString() << "' does not match '" in LoopEmitter()
91 << array.GetShape().ShortDebugString() << "'"; in LoopEmitter()
/external/tensorflow/tensorflow/python/util/
Dkernel_registry.cc48 << node_def.ShortDebugString(); in TryFindKernelClass()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_proto_util.cc43 VLOG(4) << proto.ShortDebugString(); in CreateModuleFromProto()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_rewriter.cc193 << 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/
Dsession_factory.cc64 "\" config: ", options.config.ShortDebugString()); in SessionOptionsToString()

1234