/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A 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()
|
H A D | tensor_slice_test.cc | 82 EXPECT_EQ(proto.ShortDebugString(), in TEST() 83 expected_slice_proto.ShortDebugString()); in TEST() 117 EXPECT_EQ(proto.ShortDebugString(), in TEST() 118 expected_slice_proto.ShortDebugString()); in TEST()
|
H A 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()
|
H A D | op_kernel_test.cc | 793 EXPECT_EQ(get_attr_kernel->shape_proto.ShortDebugString(), in TEST_F() 794 expected_shape_proto.ShortDebugString()); in TEST_F() 806 EXPECT_EQ(get_attr_kernel->shape_proto_list[0].ShortDebugString(), in TEST_F() 807 expected_shape_proto.ShortDebugString()); in TEST_F() 810 EXPECT_EQ(get_attr_kernel->shape_proto_list[1].ShortDebugString(), in TEST_F() 811 expected_shape_proto.ShortDebugString()); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | tensor_slice_writer_test.cc | 178 EXPECT_EQ(ssm.shape().ShortDebugString(), in CheckEntries() 179 expected_shape_proto.ShortDebugString()); in CheckEntries() 196 EXPECT_EQ(ssm.shape().ShortDebugString(), in CheckEntries() 197 expected_shape_proto.ShortDebugString()); in CheckEntries() 212 EXPECT_EQ(ssm.shape().ShortDebugString(), in CheckEntries() 213 expected_shape_proto.ShortDebugString()); in CheckEntries() 228 EXPECT_EQ(ssm.shape().ShortDebugString(), in CheckEntries() 229 expected_shape_proto.ShortDebugString()); in CheckEntries()
|
H A 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape.h | 158 CHECK(has_layout()) << ShortDebugString(); in layout() 162 CHECK(IsArray()) << ShortDebugString(); in mutable_layout() 198 std::string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function 373 std::string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
|
H A D | shape_util.cc | 157 VLOG(3) << "ShapeUtil::Equal differ: lhs = " << lhs.ShortDebugString() in Equal() 158 << ", rhs = " << rhs.ShortDebugString(); in Equal() 169 << lhs.ShortDebugString() << ", rhs = " << rhs.ShortDebugString(); in EqualIgnoringElementType() 180 << lhs.ShortDebugString() << ", rhs = " << rhs.ShortDebugString(); in EqualIgnoringFpPrecision() 852 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ShortDebugString(); in ByteSizeOfElements() 863 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 887 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 893 shape.ShortDebugString()); in ValidateShapeWithOptionalLayoutInternal() 1348 VLOG(3) << "input_shape=" << input_shape.ShortDebugString() in ReshapeIsBitcast() 1349 << ", output_shape=" << output_shape.ShortDebugString(); in ReshapeIsBitcast()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | literal_test_util.cc | 81 if (expected.ShortDebugString() != actual.ShortDebugString()) { in EqualShapesAndLayouts() 83 << "want: " << expected.ShortDebugString() in EqualShapesAndLayouts() 84 << " got: " << actual.ShortDebugString(); in EqualShapesAndLayouts()
|
/aosp_15_r20/external/protobuf/conformance/ |
H A D | conformance_test.cc | 209 request.ShortDebugString().c_str(), in ReportFailure() 210 response.ShortDebugString().c_str()); in ReportFailure() 218 test_name.c_str(), request.ShortDebugString().c_str(), in ReportSkip() 219 response.ShortDebugString().c_str()); in ReportSkip() 332 request.ShortDebugString().c_str(), in RunTest() 333 response->ShortDebugString().c_str()); in RunTest()
|
H A D | conformance_python.py | 201 request.ShortDebugString().c_str(), 202 response.ShortDebugString().c_str()))
|
H A D | conformance_cpp.cc | 245 request.ShortDebugString().c_str(), in DoTestIo() 246 response.ShortDebugString().c_str()); in DoTestIo()
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 209 request.ShortDebugString().c_str(), in ReportFailure() 210 response.ShortDebugString().c_str()); in ReportFailure() 218 test_name.c_str(), request.ShortDebugString().c_str(), in ReportSkip() 219 response.ShortDebugString().c_str()); in ReportSkip() 332 request.ShortDebugString().c_str(), in RunTest() 333 response->ShortDebugString().c_str()); in RunTest()
|
H A D | conformance_python.py | 201 request.ShortDebugString().c_str(), 202 response.ShortDebugString().c_str()))
|
H A D | conformance_cpp.cc | 245 request.ShortDebugString().c_str(), in DoTestIo() 246 response.ShortDebugString().c_str()); in DoTestIo()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/ |
H A D | tpu_embedding_configuration_proto_rewrite.cc | 87 table_id, feature_config.ShortDebugString(), table_count)); in ValidateFeatureDescriptors() 92 feature_config.ShortDebugString())); in ValidateFeatureDescriptors() 99 feature_config.ShortDebugString(), dim_size)); in ValidateFeatureDescriptors()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | compilability_check_util_test.cc | 139 uncompilable_nodes.find(NameAttrList().ShortDebugString()); in TEST_F() 206 uncompilable_nodes.find(function.ShortDebugString()); in TEST_F() 278 uncompilable_nodes.find(function.ShortDebugString()); in TEST_F() 354 auto it = uncompilable_nodes.find(function_one.ShortDebugString()); in TEST_F() 378 it = uncompilable_nodes.find(function_two.ShortDebugString()); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A D | hlo_proto_to_memory_visualization_utils.cc | 241 << " bytes :: " << buffer_allocation->ShortDebugString(); in NoteSpecialAllocations() 265 VLOG(1) << "HLO: " << instruction.ShortDebugString(); in ConvertHloProtoToPreprocessResult() 275 VLOG(1) << "Logical buffer: " << logical_buffer.ShortDebugString(); in ConvertHloProtoToPreprocessResult() 457 return copy.ShortDebugString(); in ConvertHloProtoToPreprocessResult() 468 << logical_buffer->ShortDebugString() in ConvertHloProtoToPreprocessResult()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | client.cc | 239 VLOG(1) << "making compile request: " << request.ShortDebugString(); in Compile() 261 VLOG(1) << "making execute request: " << request.ShortDebugString(); in Execute() 343 << request.ShortDebugString(); in ExecuteParallel() 373 VLOG(1) << "making get device request: " << request.ShortDebugString(); in GetDeviceHandles()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | test_util.h | 68 : expected_(expected.ShortDebugString()) {} in ProtoStringMatcher() 73 return p.ShortDebugString() == expected_; in MatchAndExplain()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ |
H A D | mangling.cc | 71 return absl::StrCat(kTensorShapePrefix, shape.ShortDebugString()); in MangleShape() 79 return absl::StrCat(kTensorPrefix, tensor.ShortDebugString()); in MangleTensor()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/ |
H A D | test_utils.cc | 74 histogram_proto.ShortDebugString(), in Subtract() 75 ", right operand: ", other.histogram_proto_.ShortDebugString()); in Subtract()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | op_level_cost_estimator.cc | 691 << op_context.op_info.ShortDebugString(); in PredictCosts() 1684 << op_info.ShortDebugString(); in HasZeroDim() 1698 op_info.ShortDebugString()); in PredictConv2D() 1714 op_info.ShortDebugString()); in PredictConv2DBackpropInput() 1730 op_info.ShortDebugString()); in PredictConv2DBackpropFilter() 1766 ") for op: ", op_context.op_info.ShortDebugString()); in PredictFusedConv2DBiasActivation() 1773 ") for op: ", op_context.op_info.ShortDebugString()); in PredictFusedConv2DBiasActivation() 1842 op_info.ShortDebugString()); in PredictEinsum() 1994 " Op doesn't have valid input / output: ", op_info.ShortDebugString()); in PredictGatherOrSlice() 2254 op_info.ShortDebugString()); in PredictMaxPoolGrad() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_conv_rewriter.cc | 114 << conv->window().ShortDebugString() in MatchBackwardFilter() 120 << conv->window().ShortDebugString() in MatchBackwardFilter() 330 << conv->window().ShortDebugString() in MatchBackwardInput() 336 << conv->window().ShortDebugString() in MatchBackwardInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | loop_emitter.cc | 63 << ": '" << shape_.ShortDebugString() << "' does not match '" in LoopEmitter() 64 << array.GetShape().ShortDebugString() << "'"; in LoopEmitter()
|