Home
last modified time | relevance | path

Searched refs:DebugString (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc42 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 …]
Dscatter_nd_op.cc38 indices_shape.DebugString()); in ValidateUpdateShape()
48 updates_shape.DebugString(), in ValidateUpdateShape()
49 ", indices.shape: ", indices_shape.DebugString(), in ValidateUpdateShape()
50 ", buffer_shape: ", buffer_shape.DebugString(), in ValidateUpdateShape()
93 "got shape: ", buffer_shape.DebugString())); in Compile()
101 indices_shape.DebugString())); in Compile()
Dreverse_op.cc42 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()
Dxla_broadcast_helper_op.cc57 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()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats_test.cc77 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/tensorflow/tensorflow/core/framework/
Dshape_inference_test.cc83 EXPECT_EQ("5", c.DebugString(c.NumElements(c.input(0)))); in TEST_F()
84 EXPECT_EQ("10", c.DebugString(c.NumElements(c.input(1)))); in TEST_F()
85 EXPECT_EQ("3", c.DebugString(c.NumElements(c.input(2)))); in TEST_F()
90 EXPECT_EQ("[1,5]", c.DebugString(shapes[0])); in TEST_F()
91 EXPECT_EQ("[2,5]", c.DebugString(shapes[1])); in TEST_F()
92 EXPECT_EQ("[1,3]", c.DebugString(shapes[2])); in TEST_F()
97 EXPECT_EQ("5", c.DebugString(c.NumElements(c.output(0)))); in TEST_F()
98 EXPECT_EQ("10", c.DebugString(c.NumElements(c.output(1)))); in TEST_F()
99 EXPECT_EQ("3", c.DebugString(c.NumElements(c.output(2)))); in TEST_F()
263 EXPECT_EQ("?", c.DebugString(in0)); in TEST_F()
[all …]
Dkernel_def_builder_test.cc30 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
45 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
59 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
71 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
86 EXPECT_EQ(def->DebugString(), expected.DebugString()); in TEST()
Dtensor_slice_test.cc31 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 …]
Dlookup_interface.cc26 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()
Dfunction_test.cc95 EXPECT_EQ(DebugString(fdef), e); in TEST()
110 EXPECT_EQ(DebugString(result.nodes), e2); in TEST()
141 EXPECT_EQ(DebugString(fdef), e); in TEST()
156 EXPECT_EQ(DebugString(result.nodes), e2); in TEST()
185 EXPECT_EQ(DebugString(fdef), e); in TEST()
198 EXPECT_EQ(DebugString(result.nodes), e2); in TEST()
230 EXPECT_EQ(DebugString(fdef), e); in TEST()
242 EXPECT_EQ(DebugString(result.nodes), e2); in TEST()
267 EXPECT_EQ(DebugString(fdef), e); in TEST()
278 EXPECT_EQ(DebugString(result.nodes), e2); in TEST()
[all …]
/external/tensorflow/tensorflow/core/ops/
Darray_grad.cc87 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/
Dtraining_ops.cc482 alpha.shape().DebugString())); in Compute()
487 var.shape().DebugString(), " ", in Compute()
488 delta.shape().DebugString())); in Compute()
524 alpha_dev.shape().DebugString())); in Compute()
529 var.shape().DebugString(), " ", in Compute()
530 delta.shape().DebugString())); in Compute()
661 lr.shape().DebugString())); in DoValidate()
665 rho.shape().DebugString())); in DoValidate()
669 epsilon.shape().DebugString())); in DoValidate()
674 var.shape().DebugString(), " ", in DoValidate()
[all …]
Dedit_distance_op.cc46 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 …]
Dscatter_nd_op.cc82 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 …]
Dbatch_norm_op.cc56 input.shape().DebugString())); in Compute()
59 mean.shape().DebugString())); in Compute()
62 var.shape().DebugString())); in Compute()
65 beta.shape().DebugString())); in Compute()
68 gamma.shape().DebugString())); in Compute()
106 input.shape().DebugString())); in Compute()
109 mean.shape().DebugString())); in Compute()
112 var.shape().DebugString())); in Compute()
115 gamma.shape().DebugString())); in Compute()
118 out_backprop.shape().DebugString())); in Compute()
Dnon_max_suppression_op.cc47 scores.shape().DebugString())); in CheckScoreSizes()
58 overlaps.shape().DebugString())); in ParseAndCheckOverlapSizes()
63 overlaps.shape().DebugString())); in ParseAndCheckOverlapSizes()
71 boxes.shape().DebugString())); in ParseAndCheckBoxSizes()
83 scores.shape().DebugString())); in CheckCombinedNMSScoreSizes()
95 boxes.shape().DebugString())); in ParseAndCheckCombinedNMSBoxSizes()
456 max_output_size.shape().DebugString())); in Compute()
494 max_output_size.shape().DebugString())); in Compute()
499 iou_threshold.shape().DebugString())); in Compute()
535 max_output_size.shape().DebugString())); in Compute()
[all …]
Dlist_kernels.h57 string DebugString() const { return "TensorList"; } in DebugString() function
113 partial_element_shape.DebugString())); in Compute()
134 partial_element_shape.DebugString())); in Compute()
230 partial_element_shape.DebugString(), in Compute()
278 partial_element_shape.DebugString())); in Compute()
355 element_shape_except_first_dim_.DebugString())); in Compute()
403 element_shape_except_first_dim_.DebugString())); in Compute()
510 "rank 1, but saw: ", element_shape.DebugString())); in Compute()
517 input_tensor.shape().DebugString())); in Compute()
530 "tensor shape ", input_tensor.shape().DebugString(), in Compute()
[all …]
/external/tensorflow/tensorflow/core/grappler/inputs/
Dutils_test.cc89 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/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc234 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F()
261 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F()
270 const string debug_string = empty_message_.DebugString(); in TEST_F()
271 const string other_debug_string = other_message.DebugString(); in TEST_F()
275 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F()
276 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F()
280 const string debug_string = empty_message_.DebugString(); in TEST_F()
285 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
305 destination.DebugString()); in TEST_F()
353 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F()
[all …]
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
Dgradient-stats.h48 << "My shape = " << t.shape().DebugString()
49 << " Other shape = " << other.t.shape().DebugString();
63 << "My shape = " << t.shape().DebugString()
64 << " Other shape = " << other.t.shape().DebugString();
113 string DebugString() const { return t.DebugString(); } in DebugString() function
157 string DebugString() const { in DebugString() function
158 return "First = " + first.DebugString() + in DebugString()
159 " Second = " + second.DebugString(); in DebugString()
/external/grpc-grpc/test/cpp/end2end/
Dproto_server_reflection_test.cc77 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/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_util_test.cc73 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()
/external/tensorflow/tensorflow/contrib/ffmpeg/
Dencode_audio_op.cc76 contents.shape().DebugString())); in Compute()
81 contents.shape().DebugString())); in Compute()
85 file_format_tensor.shape().DebugString())); in Compute()
90 samples_per_second_tensor.shape().DebugString())); in Compute()
95 bits_per_second_tensor.shape().DebugString())); in Compute()
181 contents.shape().DebugString())); in Compute()
186 contents.shape().DebugString())); in Compute()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder_ops.cc123 data_shape.DebugString(), ", cdf shape=", cdf_shape.DebugString()); in CheckCdfShape()
128 "The last dimension of `cdf` should be > 1: ", cdf_shape.DebugString()); in CheckCdfShape()
174 "Irregular broadcast pattern: ", data.shape().DebugString(), ", ", in Compute()
175 cdf.shape().DebugString())); in Compute()
233 encoded_tensor.shape().DebugString())); in Compute()
236 shape.shape().DebugString())); in Compute()
266 "Irregular broadcast pattern: ", output_shape.DebugString(), ", ", in Compute()
267 cdf.shape().DebugString())); in Compute()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc39 string EagerOperation::DebugString() const { in DebugString() function in tensorflow::EagerOperation
45 &out, "Device: ", Device() ? Device()->DebugString() : "[]", "\n"); in DebugString()
48 strings::StrAppend(&out, "Input: ", input->DebugString(), "\n"); in DebugString()
53 strings::StrAppend(&out, "Attrs: ", ndef.DebugString(), "\n"); in DebugString()

12345678910>>...29