/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | training_ops.cc | 42 alpha_shape.DebugString())); in Compile() 48 var_shape.DebugString(), " vs ", in Compile() 49 delta_shape.DebugString())); in Compile() 87 alpha_shape.DebugString())); in Compile() 91 l1_shape.DebugString())); in Compile() 95 l2_shape.DebugString())); in Compile() 100 var_shape.DebugString(), " vs ", in Compile() 101 delta_shape.DebugString())); in Compile() 134 var_shape.DebugString(), " ", accum_shape.DebugString())); in Compile() 139 lr_shape.DebugString())); in Compile() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | shape_inference_test.cc | 92 EXPECT_EQ("5", c.DebugString(c.NumElements(c.input(0)))); in TEST_F() 93 EXPECT_EQ("10", c.DebugString(c.NumElements(c.input(1)))); in TEST_F() 94 EXPECT_EQ("3", c.DebugString(c.NumElements(c.input(2)))); in TEST_F() 101 EXPECT_EQ("[1,5]", c.DebugString(shapes[0])); in TEST_F() 102 EXPECT_EQ("[2,5]", c.DebugString(shapes[1])); in TEST_F() 103 EXPECT_EQ("[1,3]", c.DebugString(shapes[2])); in TEST_F() 110 EXPECT_EQ("5", c.DebugString(c.NumElements(c.output(0)))); in TEST_F() 111 EXPECT_EQ("10", c.DebugString(c.NumElements(c.output(1)))); in TEST_F() 112 EXPECT_EQ("3", c.DebugString(c.NumElements(c.output(2)))); in TEST_F() 288 EXPECT_EQ("?", c.DebugString(in0)); in TEST_F() [all …]
|
H A D | kernel_def_builder_test.cc | 31 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 46 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 60 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 72 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 91 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 114 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 133 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 155 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 170 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
|
H A D | tensor_slice_test.cc | 34 EXPECT_EQ("-:-:-", s.DebugString()); in TEST() 38 EXPECT_EQ("-:-:-:-", s.DebugString()); in TEST() 48 EXPECT_EQ("-:0,10:14,1:-", s.DebugString()); in TEST() 66 EXPECT_EQ("-:0,10:14,1:-", s.DebugString()); in TEST() 145 EXPECT_EQ("-:0,10:14,1", s.DebugString()); in TEST() 186 EXPECT_EQ("1,2:3,4", c.DebugString()); in TEST() 194 EXPECT_EQ("1,2:3,4", c.DebugString()); in TEST() 203 EXPECT_EQ("1,2:3,4:9,1:12,1", c.DebugString()); in TEST() 212 EXPECT_EQ("-:1,1", c.DebugString()); in TEST() 221 EXPECT_EQ("", c.DebugString()); in TEST() [all …]
|
H A D | allocator_test.cc | 41 LOG(INFO) << "Alloc stats: \n" << stats->DebugString(); in CheckStats() 241 ASSERT_EQ(xspace.planes_size(), 1) << "XSpace: " << xspace.DebugString(); in TEST() 246 << "XSpace: " << xspace.DebugString(); in TEST() 248 << "XSpace: " << xspace.DebugString(); in TEST() 251 ASSERT_EQ(line.events_size(), 2) << "XSpace: " << xspace.DebugString(); in TEST() 256 << "XSpace: " << xspace.DebugString(); in TEST() 274 << "XSpace: " << xspace.DebugString(); in TEST() 275 EXPECT_EQ(*bytes_allocated, "48") << "XSpace: " << xspace.DebugString(); in TEST() 276 EXPECT_EQ(*peak_bytes_in_use, "48") << "XSpace: " << xspace.DebugString(); in TEST() 277 EXPECT_EQ(*requested_bytes, "32") << "XSpace: " << xspace.DebugString(); in TEST() [all …]
|
H A D | full_type_inference_util.cc | 80 i, ":\n", t.DebugString(), in Merge() 83 merged.DebugString())); in Merge() 127 ", got ", in_t.DebugString())); in Decode() 180 container_idx, ", got ", in_cont_t.DebugString())); in UnaryContainerAdd() 185 VLOG(1) << "ContainerAddUnary: " << cont_t->DebugString() << ", " in UnaryContainerAdd() 186 << in_el_t.DebugString() << ", " << container_idx << "; " in UnaryContainerAdd() 189 VLOG(1) << " input: " << tmp.get().DebugString(); in UnaryContainerAdd() 212 absl::StrCat("expected a subtype of ", el_t.DebugString(), in UnaryContainerAdd() 215 in_el_t.DebugString())); in UnaryContainerAdd() 222 el_t.DebugString(), " for input ", element_idx, in UnaryContainerAdd() [all …]
|
H A D | function_test.cc | 99 EXPECT_EQ(DebugString(fdef), e); in TEST() 114 EXPECT_EQ(DebugString(result.nodes), e2); in TEST() 146 EXPECT_EQ(DebugString(fdef), e); in TEST() 157 EXPECT_EQ(DebugString(result.nodes), e2); in TEST() 203 EXPECT_EQ(DebugString(fdef), e); in TEST() 218 EXPECT_EQ(DebugString(result.nodes), e2); in TEST() 247 EXPECT_EQ(DebugString(fdef), e); in TEST() 260 EXPECT_EQ(DebugString(result.nodes), e2); in TEST() 292 EXPECT_EQ(DebugString(fdef), e); in TEST() 304 EXPECT_EQ(DebugString(result.nodes), e2); in TEST() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/abt/ |
D | avlint32_test.go | 44 …nsistency problem %v at k=%d, j=%d, old=\n%v, t=\n%v", s, k, j, old.DebugString(), t.DebugString()) 48 te.Errorf("Wrong tree size %v, expected %v for old %v", i, j, old.DebugString()) 57 te.Errorf("Wrong tree size %v, expected %v for %v", i, k, t.DebugString()) 61 te.Errorf("Wrong t.Size() %v, expected %v for %v", t.Size(), k, t.DebugString()) 175 …tency problem %s at old after DeleteMin, old=\n%stree=\n%v", s, old.DebugString(), t.DebugString()) 179 …v, expected %v after DeleteMin, old=\n%vtree\n%v", i, len(x)-j, old.DebugString(), t.DebugString()) 186 te.Errorf("Tree consistency problem at %v after DeleteMin, tree=\n%v", s, t.DebugString()) 194 te.Errorf("Wrong t.Size() %v, expected %v for %v", t.Size(), i, t.DebugString()) 216 …tency problem %s at old after DeleteMin, old=\n%stree=\n%v", s, old.DebugString(), t.DebugString()) 220 …v, expected %v after DeleteMin, old=\n%vtree\n%v", i, len(x)-j, old.DebugString(), t.DebugString()) [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | crypto_handshake_message_test.cc | 16 TEST(CryptoHandshakeMessageTest, DebugString) { in TEST() argument 21 EXPECT_EQ(str, message.DebugString()); in TEST() 25 EXPECT_EQ(str, message2.DebugString()); in TEST() 29 EXPECT_EQ(str, message3.DebugString()); in TEST() 33 EXPECT_EQ(str, message4.DebugString()); in TEST() 37 EXPECT_EQ(str, message5.DebugString()); in TEST() 52 EXPECT_EQ(str, message.DebugString()); in TEST() 56 EXPECT_EQ(str, message2.DebugString()); in TEST() 60 EXPECT_EQ(str, message3.DebugString()); in TEST() 64 EXPECT_EQ(str, message4.DebugString()); in TEST() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_stats_test.cc | 73 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto() 110 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 112 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts)); in TEST_F() 146 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 148 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts)); in TEST_F() 179 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 181 EXPECT_EQ(root.DebugString(), TestToFromProto("graph", opts)); in TEST_F() 227 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 229 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts)); in TEST_F() 262 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | training_ops.cc | 982 alpha.shape().DebugString())); in Compute() 987 var.shape().DebugString(), " ", in Compute() 988 delta.shape().DebugString())); in Compute() 1096 lr.shape().DebugString())); in DoValidate() 1100 rho.shape().DebugString())); in DoValidate() 1104 epsilon.shape().DebugString())); in DoValidate() 1109 var.shape().DebugString(), " ", in DoValidate() 1110 accum.shape().DebugString())); in DoValidate() 1114 var.shape().DebugString(), " ", in DoValidate() 1115 grad.shape().DebugString())); in DoValidate() [all …]
|
H A D | edit_distance_op.cc | 46 hypothesis_indices.shape().DebugString()); in ValidateShapes() 50 truth_indices.shape().DebugString()); in ValidateShapes() 54 hypothesis_values.shape().DebugString()); in ValidateShapes() 58 truth_values.shape().DebugString()); in ValidateShapes() 62 hypothesis_shape.shape().DebugString()); in ValidateShapes() 66 truth_shape.shape().DebugString()); in ValidateShapes() 71 hypothesis_values.shape().DebugString(), " and ", in ValidateShapes() 72 hypothesis_indices.shape().DebugString()); in ValidateShapes() 77 hypothesis_shape.shape().DebugString(), " and ", in ValidateShapes() 78 hypothesis_indices.shape().DebugString()); in ValidateShapes() [all …]
|
H A D | cwise_op_select.cc | 70 cond->shape().DebugString())); in ComputeBroadcasting() 87 then->shape().DebugString())); in ComputeBroadcasting() 97 then->shape().DebugString(), " vs. ", in ComputeBroadcasting() 98 else_->shape().DebugString())); in ComputeBroadcasting() 130 then->shape().DebugString(), " vs. ", in ComputeScalar() 131 else_->shape().DebugString())); in ComputeScalar() 157 "condition ", cond->shape().DebugString(), ", then ", in Compute() 158 then->shape().DebugString(), ", and else ", in Compute() 159 else_->shape().DebugString(), " must be broadcastable")); in Compute() 169 errors::InvalidArgument("condition ", cond->shape().DebugString(), in Compute() [all …]
|
H A D | quantized_batch_norm_op.cc | 223 input.shape().DebugString())); in Compute() 226 mean.shape().DebugString())); in Compute() 229 var.shape().DebugString())); in Compute() 232 beta.shape().DebugString())); in Compute() 235 gamma.shape().DebugString())); in Compute() 238 gamma.shape().DebugString())); in Compute() 246 mean.shape().DebugString(), " vs. ", in Compute() 247 input.shape().DebugString())); in Compute() 252 mean.shape().DebugString(), " vs. ", var.shape().DebugString())); in Compute() 257 mean.shape().DebugString(), " vs. ", beta.shape().DebugString())); in Compute() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | array_grad.cc | 87 VLOG(1) << "IdentityGrad " << DebugString(*g); in IdentityGrad() 113 VLOG(1) << "PackGrad " << DebugString(*g); in PackGrad() 137 VLOG(1) << "UnpackGrad " << DebugString(*g); in UnpackGrad() 212 VLOG(1) << "ConcatGrad " << DebugString(*g); in ConcatGradHelper() 242 VLOG(1) << "SplitGrad " << DebugString(*g); in SplitGrad() 263 VLOG(1) << "SplitVGrad " << DebugString(*g); in SplitVGrad() 290 VLOG(1) << "ArrayToListGrad " << DebugString(*g); in ArrayToListGrad() 310 VLOG(1) << "ListToArrayGrad " << DebugString(*g); in ListToArrayGrad() 333 VLOG(1) << "FillGrad " << DebugString(*g); in FillGrad() 352 VLOG(1) << "TransposeGrad " << DebugString(*g); in TransposeGrad() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | utils.cc | 28 string DebugString(const nvinfer1::Dims& dims) { in DebugString() function 38 string DebugString(const DataType tf_type) { in DebugString() function 55 string DebugString(const nvinfer1::DataType trt_dtype) { in DebugString() function 72 string DebugString(const nvinfer1::Permutation& permutation, int len) { in DebugString() function 81 string DebugString(const ITensorProxyPtr& tensor) { in DebugString() function 85 ", dtype=", DebugString(tensor->getType()), in DebugString() 86 ", dims=", DebugString(tensor->getDimensions()), ")"); in DebugString() 89 string DebugString(const nvinfer1::ITensor& tensor) { in DebugString() function 92 ", dtype=", DebugString(tensor.getType()), in DebugString() 93 ", dims=", DebugString(tensor.getDimensions()), ")"); in DebugString() [all …]
|
H A D | utils.h | 48 DebugString(tensor.dtype()), " having shape ", \ 49 tensor.shape().DebugString(), " is not TRT compatible"); \ 87 string DebugString(const CType& el) { in DebugString() function 96 string DebugString(const std::vector<CType>& vector) { in DebugString() function 99 StrAppend(&tmp_s, StrCat(DebugString(el), ", ")); in DebugString() 103 string DebugString(const nvinfer1::Dims& dims); 104 string DebugString(const nvinfer1::DataType trt_dtype); 105 string DebugString(const DataType tf_type); 106 string DebugString(const nvinfer1::Permutation& permutation, int len); 107 string DebugString(const ITensorProxyPtr& tensor); [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | field_mask_util_test.cc | 437 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 441 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 471 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 587 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST() 618 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST() 685 EXPECT_EQ(trimmed_all_types.DebugString(), all_types_msg.DebugString()); in TEST() 697 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST() 705 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST() 726 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST() 733 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | field_mask_util_test.cc | 437 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 441 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 471 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 587 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST() 618 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST() 685 EXPECT_EQ(trimmed_all_types.DebugString(), all_types_msg.DebugString()); in TEST() 697 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST() 705 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST() 726 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST() 733 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/ |
H A D | parsed_metadata_test.cc | 151 TEST(ParsedMetadataTest, DebugString) { in TEST() argument 153 EXPECT_EQ(parsed.DebugString(), "key: x"); in TEST() 202 TYPED_TEST_P(TraitSpecializedTest, DebugString) { in TYPED_TEST_P() argument 205 EXPECT_EQ(p.DebugString(), in TYPED_TEST_P() 216 REGISTER_TYPED_TEST_SUITE_P(TraitSpecializedTest, Noop, CanMove, DebugString, 229 EXPECT_EQ(p->DebugString(), "key: value"); in TEST() 238 EXPECT_EQ(p->DebugString(), "key: value"); in TEST() 239 EXPECT_EQ(p2.DebugString(), "key: some_other_value"); in TEST() 242 EXPECT_EQ(p2.DebugString(), "key: some_other_value"); in TEST() 245 EXPECT_EQ(p3.DebugString(), "key: some_other_value"); in TEST() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | outfeed_receiver.cc | 124 std::string DebugString() const; 147 std::string OutfeedData::DebugString() const { in DebugString() function in xla::OutfeedData 148 return absl::StrFormat("dev=%s; cons=%d; shape=%s", device_->DebugString(), in DebugString() 304 << "[" << device->DebugString() in DeviceListenerThreadLoop() 312 VLOG(2) << "Listener received header " << received->DebugString(); in DeviceListenerThreadLoop() 314 VLOG(2) << "[" << device->DebugString() in DeviceListenerThreadLoop() 318 VLOG(2) << "[" << device->DebugString() << "] Enqueue shutdown callback"; in DeviceListenerThreadLoop() 336 VLOG(2) << "Listener enqueues data " << received->DebugString() << " of size " in EnqueueReceivedData() 369 VLOG(2) << "[" << device->DebugString() << "] Dequeued callback for " in CallbackThreadLoop() 370 << received->DebugString() << "; " in CallbackThreadLoop() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set_unittest.cc | 246 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F() 273 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F() 282 const std::string debug_string = empty_message_.DebugString(); in TEST_F() 283 const std::string other_debug_string = other_message.DebugString(); in TEST_F() 287 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 288 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F() 292 const std::string debug_string = empty_message_.DebugString(); in TEST_F() 297 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F() 405 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F() 419 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unknown_field_set_unittest.cc | 246 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F() 273 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F() 282 const std::string debug_string = empty_message_.DebugString(); in TEST_F() 283 const std::string other_debug_string = other_message.DebugString(); in TEST_F() 287 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 288 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F() 292 const std::string debug_string = empty_message_.DebugString(); in TEST_F() 297 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F() 405 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F() 419 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F() [all …]
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | RefElementwiseWorkload.cpp | 20 …mplate <typename Functor, typename ParentDescriptor, typename armnn::StringMapping::Id DebugString> 21 RefElementwiseWorkload<Functor, ParentDescriptor, DebugString>::RefElementwiseWorkload( in RefElementwiseWorkload() 28 …mplate <typename Functor, typename ParentDescriptor, typename armnn::StringMapping::Id DebugString> 29 void RefElementwiseWorkload<Functor, ParentDescriptor, DebugString>::Execute() const in Execute() 34 …mplate <typename Functor, typename ParentDescriptor, typename armnn::StringMapping::Id DebugString> 35 void RefElementwiseWorkload<Functor, ParentDescriptor, DebugString>::ExecuteAsync( in ExecuteAsync() 42 …mplate <typename Functor, typename ParentDescriptor, typename armnn::StringMapping::Id DebugString> 43 void RefElementwiseWorkload<Functor, ParentDescriptor, DebugString>::Execute( in Execute() 46 ARMNN_SCOPED_PROFILING_EVENT(Compute::CpuRef, StringMapping::Instance().Get(DebugString)); in Execute()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | non_max_suppression_op.cc | 47 "scores must be 1-D", scores.shape().DebugString(), in CheckScoreSizes() 62 overlaps.shape().DebugString())); in ParseAndCheckOverlapSizes() 67 overlaps.shape().DebugString())); in ParseAndCheckOverlapSizes() 75 "boxes must be 2-D", boxes.shape().DebugString(), in ParseAndCheckBoxSizes() 90 scores.shape().DebugString())); in CheckCombinedNMSScoreSizes() 102 boxes.shape().DebugString())); in ParseAndCheckCombinedNMSBoxSizes() 638 max_output_size.shape().DebugString())); in Compute() 677 max_output_size.shape().DebugString())); in Compute() 682 iou_threshold.shape().DebugString())); in Compute() 721 max_output_size.shape().DebugString(), in Compute() [all …]
|