/external/tensorflow/tensorflow/core/framework/ |
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() 89 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 111 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 130 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 152 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST() 167 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
|
D | shape_inference_test.cc | 91 EXPECT_EQ("5", c.DebugString(c.NumElements(c.input(0)))); in TEST_F() 92 EXPECT_EQ("10", c.DebugString(c.NumElements(c.input(1)))); in TEST_F() 93 EXPECT_EQ("3", c.DebugString(c.NumElements(c.input(2)))); in TEST_F() 98 EXPECT_EQ("[1,5]", c.DebugString(shapes[0])); in TEST_F() 99 EXPECT_EQ("[2,5]", c.DebugString(shapes[1])); in TEST_F() 100 EXPECT_EQ("[1,3]", c.DebugString(shapes[2])); in TEST_F() 105 EXPECT_EQ("5", c.DebugString(c.NumElements(c.output(0)))); in TEST_F() 106 EXPECT_EQ("10", c.DebugString(c.NumElements(c.output(1)))); in TEST_F() 107 EXPECT_EQ("3", c.DebugString(c.NumElements(c.output(2)))); in TEST_F() 280 EXPECT_EQ("?", c.DebugString(in0)); in TEST_F() [all …]
|
D | tensor_slice_test.cc | 31 EXPECT_EQ("-:-:-", s.DebugString()); in TEST() 35 EXPECT_EQ("-:-:-:-", s.DebugString()); in TEST() 45 EXPECT_EQ("-:0,10:14,1:-", s.DebugString()); in TEST() 63 EXPECT_EQ("-:0,10:14,1:-", s.DebugString()); in TEST() 134 EXPECT_EQ("1,2:3,4", c.DebugString()); in TEST() 142 EXPECT_EQ("1,2:3,4", c.DebugString()); in TEST() 151 EXPECT_EQ("1,2:3,4:9,1:12,1", c.DebugString()); in TEST() 160 EXPECT_EQ("-:1,1", c.DebugString()); in TEST() 169 EXPECT_EQ("", c.DebugString()); in TEST() 177 EXPECT_EQ("", c.DebugString()); in TEST() [all …]
|
D | lookup_interface.cc | 26 return errors::InvalidArgument("Input key shape ", shape.DebugString(), in CheckKeyShape() 28 key_shape().DebugString()); in CheckKeyShape() 58 "Expected shape ", expected_value_shape.DebugString(), in CheckKeyAndValueTensorsHelper() 59 " for value, got ", values.shape().DebugString()); in CheckKeyAndValueTensorsHelper() 88 "Expected shape ", value_shape().DebugString(), in CheckFindArguments() 89 " for default value, got ", default_value.shape().DebugString()); in CheckFindArguments()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
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 …]
|
D | select_op.cc | 44 then_shape.DebugString(), " vs. ", else_shape.DebugString())); in Compile() 56 cond_shape.DebugString())); in Compile() 60 then_shape.DebugString())); in Compile() 100 "Incompatible shapes: ", then_shape.DebugString(), " vs. ", in Compile() 101 else_shape.DebugString())); in Compile() 109 BCast::ToShape(bcast_then_else.output_shape()).DebugString(), " vs. ", in Compile() 110 cond_shape.DebugString())); in Compile()
|
D | beta_op.cc | 44 a_shape.DebugString(), " vs. ", b_shape.DebugString())); in Compile() 50 a_shape.DebugString(), " vs. ", x_shape.DebugString())); in Compile() 56 b_shape.DebugString(), " vs. ", x_shape.DebugString())); in Compile()
|
D | xla_broadcast_helper_op.cc | 57 lhs_shape.DebugString(), " and ", rhs_shape.DebugString())); in Compile() 69 lhs_shape.DebugString(), " and ", rhs_shape.DebugString())); in Compile() 89 lhs_shape.DebugString(), " and ", rhs_shape.DebugString())); in Compile()
|
D | reverse_op.cc | 42 revd_shape.DebugString())); in Compile() 44 errors::InvalidArgument("axes ", revd_shape.DebugString(), in Compile() 47 x_shape.DebugString(), ".")); in Compile() 80 axes_shape.DebugString())); in Compile() 82 errors::InvalidArgument("axes ", axes_shape.DebugString(), in Compile() 85 x_shape.DebugString(), ".")); in Compile()
|
D | scatter_nd_op.cc | 40 indices_shape.DebugString()); in ValidateUpdateShape() 50 updates_shape.DebugString(), in ValidateUpdateShape() 51 ", indices.shape: ", indices_shape.DebugString(), in ValidateUpdateShape() 52 ", buffer_shape: ", buffer_shape.DebugString(), in ValidateUpdateShape() 95 "got shape: ", buffer_shape.DebugString())); in Compile() 103 indices_shape.DebugString())); in Compile() 149 "got shape: ", buffer_shape.DebugString())); in CompileTensorScatter() 157 indices_shape.DebugString())); in CompileTensorScatter()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats_test.cc | 77 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto() 114 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 116 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts)); in TEST_F() 150 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 152 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts)); in TEST_F() 183 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 185 EXPECT_EQ(root.DebugString(), TestToFromProto("graph", opts)); in TEST_F() 231 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() 233 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts)); in TEST_F() 266 EXPECT_EQ(expected.DebugString(), root.DebugString()); in TEST_F() [all …]
|
/external/libtextclassifier/native/annotator/grammar/dates/utils/ |
D | date-match_test.cc | 106 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 111 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 116 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 121 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 126 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 131 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 136 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 141 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 146 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() 151 EXPECT_TRUE(d.IsValid()) << d.DebugString(); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
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 …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops.cc | 573 alpha.shape().DebugString())); in Compute() 578 var.shape().DebugString(), " ", in Compute() 579 delta.shape().DebugString())); in Compute() 615 alpha_dev.shape().DebugString())); in Compute() 620 var.shape().DebugString(), " ", in Compute() 621 delta.shape().DebugString())); in Compute() 766 lr.shape().DebugString())); in DoValidate() 770 rho.shape().DebugString())); in DoValidate() 774 epsilon.shape().DebugString())); in DoValidate() 779 var.shape().DebugString(), " ", in DoValidate() [all …]
|
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_shape.shape().DebugString(), " and ", in ValidateShapes() 72 hypothesis_indices.shape().DebugString()); in ValidateShapes() 82 truth_shape.shape().DebugString(), " and ", in ValidateShapes() 83 truth_indices.shape().DebugString()); in ValidateShapes() [all …]
|
D | cwise_op_select.cc | 76 cond->shape().DebugString())); in ComputeBroadcasting() 93 then->shape().DebugString())); in ComputeBroadcasting() 103 then->shape().DebugString(), " vs. ", in ComputeBroadcasting() 104 else_->shape().DebugString())); in ComputeBroadcasting() 136 then->shape().DebugString(), " vs. ", in ComputeScalar() 137 else_->shape().DebugString())); in ComputeScalar() 169 "then ", then->shape().DebugString(), " and else ", in Compute() 170 else_->shape().DebugString(), " must be broadcastable")); in Compute() 178 "condition ", cond->shape().DebugString(), ", then ", in Compute() 179 then->shape().DebugString(), ", and else ", in Compute() [all …]
|
D | reshape_util.cc | 40 input_indices_in.shape().DebugString())); in Reshape() 44 input_shape_in.shape().DebugString())); in Reshape() 48 target_shape_in.shape().DebugString())); in Reshape() 92 product, ". input_shape=", input_shape.DebugString(), in Reshape() 93 " output_shape=", output_shape.DebugString())); in Reshape() 102 ". input_shape=", input_shape.DebugString(), in Reshape() 103 " output_shape=", output_shape.DebugString())); in Reshape()
|
D | scatter_nd_op.cc | 82 indices.shape().DebugString())); in Compute() 86 updates.shape().DebugString())); in Compute() 107 indices.shape().DebugString(), in Compute() 108 ", updates shape:", updates.shape().DebugString())); in Compute() 116 shape.DebugString(), in Compute() 117 " updates: ", updates.shape().DebugString())); in Compute() 123 " dimensions of output.shape=", shape.DebugString(), in Compute() 125 " dimensions of updates.shape=", updates.shape().DebugString())); in Compute() 156 indices.shape().DebugString())); in Compute() 160 updates.shape().DebugString())); in Compute() [all …]
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | utils_test.cc | 89 EXPECT_EQ(result.DebugString(), graph_def_.DebugString()); in TEST_F() 95 EXPECT_EQ(result.DebugString(), graph_def_.DebugString()); in TEST_F() 101 EXPECT_EQ(result.DebugString(), meta_graph_def_.DebugString()); in TEST_F() 107 EXPECT_EQ(result.DebugString(), meta_graph_def_.DebugString()); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | utils.cc | 60 string DebugString(const nvinfer1::DimensionType type) { in DebugString() function 75 string DebugString(const nvinfer1::Dims& dims) { in DebugString() function 80 StrAppend(&out, "[", DebugString(dims.type[i]), "],"); in DebugString() 89 string DebugString(const nvinfer1::DataType trt_dtype) { in DebugString() function 104 string DebugString(const nvinfer1::Permutation& permutation, int len) { in DebugString() function 113 string DebugString(const nvinfer1::ITensor& tensor) { in DebugString() function 116 ", dtype=", DebugString(tensor.getType()), in DebugString() 117 ", dims=", DebugString(tensor.getDimensions()), ")"); in DebugString()
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_set_test.cc | 89 EXPECT_EQ("0,2:-", results[0].first.DebugString()); in TEST() 104 EXPECT_EQ("0,2:-", results[0].first.DebugString()); in TEST() 122 EXPECT_EQ("2,2:0,3", results[0].first.DebugString()); in TEST() 124 EXPECT_EQ("0,2:-", results[1].first.DebugString()); in TEST() 127 EXPECT_EQ("0,2:-", results[0].first.DebugString()); in TEST() 129 EXPECT_EQ("2,2:0,3", results[1].first.DebugString()); in TEST() 152 TF_CHECK_OK(slice_set.Register(part, part.DebugString())); in BM_RegisterOneByOne()
|
/external/protobuf/src/google/protobuf/util/ |
D | field_mask_util_test.cc | 421 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 425 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 455 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST() 571 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST() 602 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST() 669 EXPECT_EQ(trimmed_all_types.DebugString(), all_types_msg.DebugString()); in TEST() 681 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST() 689 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST() 710 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST() 717 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST() [all …]
|
/external/grpc-grpc/test/cpp/end2end/ |
D | proto_server_reflection_test.cc | 77 EXPECT_EQ(service_desc->DebugString(), ref_service_desc->DebugString()); in CompareService() 82 EXPECT_EQ(file_desc->DebugString(), in CompareService() 83 ref_service_desc->file()->DebugString()); in CompareService() 99 EXPECT_EQ(method_desc->DebugString(), ref_method_desc->DebugString()); in CompareMethod() 115 EXPECT_EQ(desc->DebugString(), ref_desc->DebugString()); in CompareType()
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set_unittest.cc | 237 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F() 264 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F() 273 const std::string debug_string = empty_message_.DebugString(); in TEST_F() 274 const std::string other_debug_string = other_message.DebugString(); in TEST_F() 278 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 279 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F() 283 const std::string debug_string = empty_message_.DebugString(); in TEST_F() 288 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F() 308 destination.DebugString()); in TEST_F() 356 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_util_test.cc | 73 ASSERT_EQ(proto.DebugString(), parsed.DebugString()); in TEST() 86 ASSERT_EQ(proto.DebugString(), parsed.DebugString()); in TEST() 108 ASSERT_EQ(proto.DebugString(), parsed.DebugString()); in TEST() 133 ASSERT_EQ(proto.DebugString(), parsed.DebugString()); in TEST()
|