Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A 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()
H A Dtensor_slice_test.cc82 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 Dop_def_builder_test.cc56 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString()); in ExpectSuccess()
73 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString()); in ExpectOrdered()
H A Dop_kernel_test.cc793 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 Dtensor_slice_writer_test.cc178 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 Devents_writer_test.cc74 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 Dshape.h158 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 Dshape_util.cc157 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 Dliteral_test_util.cc81 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 Dconformance_test.cc209 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 Dconformance_python.py201 request.ShortDebugString().c_str(),
202 response.ShortDebugString().c_str()))
H A Dconformance_cpp.cc245 request.ShortDebugString().c_str(), in DoTestIo()
246 response.ShortDebugString().c_str()); in DoTestIo()
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_test.cc209 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 Dconformance_python.py201 request.ShortDebugString().c_str(),
202 response.ShortDebugString().c_str()))
H A Dconformance_cpp.cc245 request.ShortDebugString().c_str(), in DoTestIo()
246 response.ShortDebugString().c_str()); in DoTestIo()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_embedding_configuration_proto_rewrite.cc87 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 Dcompilability_check_util_test.cc139 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 Dhlo_proto_to_memory_visualization_utils.cc241 << " 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 Dclient.cc239 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 Dtest_util.h68 : expected_(expected.ShortDebugString()) {} in ProtoStringMatcher()
73 return p.ShortDebugString() == expected_; in MatchAndExplain()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dmangling.cc71 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 Dtest_utils.cc74 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 Dop_level_cost_estimator.cc691 << 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 Dgpu_conv_rewriter.cc114 << 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 Dloop_emitter.cc63 << ": '" << shape_.ShortDebugString() << "' does not match '" in LoopEmitter()
64 << array.GetShape().ShortDebugString() << "'"; in LoopEmitter()

123456789