Searched refs:SummarizeAttrValue (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util_test.cc | 101 SummarizeAttrValue(v), in TEST() 106 EXPECT_EQ(SummarizeAttrValue(v), in TEST() 118 EXPECT_EQ(SummarizeAttrValue(v), in TEST() 131 EXPECT_EQ(SummarizeAttrValue(v), in TEST() 136 EXPECT_EQ(SummarizeAttrValue(v), in TEST() 144 SummarizeAttrValue(attr_value)); in TEST() 150 EXPECT_EQ("\"----------...----------\"", SummarizeAttrValue(attr_value)); in TEST() 159 EXPECT_EQ("[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]", SummarizeAttrValue(attr_value)); in TEST() 169 SummarizeAttrValue(attr_value)); in TEST()
|
D | kernel_def_util.cc | 45 SummarizeAttrValue(constraint.allowed_values())); in KernelAttrsMatch() 59 "' that has value '", SummarizeAttrValue(*found), in KernelAttrsMatch()
|
D | op_def_util.cc | 398 SummarizeAttrValue(op_def.attr(i).default_value())); in SummarizeOpDef() 405 SummarizeAttrValue(op_def.attr(i).allowed_values())); in SummarizeOpDef() 463 return SummarizeAttrValue(attr.allowed_values()); in AllowedStr() 468 return SummarizeAttrValue(attr.default_value()); in DefaultAttrStr() 706 "' from ", SummarizeAttrValue(penultimate_attr.default_value()), in OpDefAddedDefaultsUnchanged()
|
D | node_def_builder.cc | 264 "' ", SummarizeAttrValue(*found), in Attr() 265 " vs. ", SummarizeAttrValue(value))); in Attr()
|
D | attr_value_util.h | 39 string SummarizeAttrValue(const AttrValue& attr_value);
|
D | attr_value_util.cc | 198 strings::StrCat(p.first, "=", SummarizeAttrValue(p.second))); in SummarizeFunc() 206 string SummarizeAttrValue(const AttrValue& attr_value) { in SummarizeAttrValue() function
|
D | node_def_util.cc | 68 SummarizeAttrValue(*attrs.Find(attr_name))); in SummarizeAttrsHelper()
|
D | function.cc | 499 return SummarizeAttrValue(attr_value); in Print() 720 SummarizeAttrValue(attr.second)); in InstantiateFunction()
|
D | op_kernel.cc | 1249 SummarizeAttrValue(kernel_def.constraint(i).allowed_values())); in KernelsRegisteredForOp()
|
/external/tensorflow/tensorflow/core/util/ |
D | equal_graph_def.cc | 208 "' with value: ", SummarizeAttrValue(e.second)); in EqualNodeDef() 217 "' with value: ", SummarizeAttrValue(iter->second), in EqualNodeDef() 218 " that does not match expected: ", SummarizeAttrValue(e.second)); in EqualNodeDef() 228 SummarizeAttrValue(actual.attr().find(*actual_attr.begin())->second)); in EqualNodeDef()
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training_test.cc | 117 SummarizeAttrValue(*identity_q_node->attrs().Find("signed_input"))); in TEST_F() 124 SummarizeAttrValue(*relu_q_node->attrs().Find("signed_input"))); in TEST_F() 168 SummarizeAttrValue(*relu6_q_node->attrs().Find("range_given"))); in TEST_F() 175 SummarizeAttrValue(*relu_q_node->attrs().Find("range_given"))); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 212 << SummarizeAttrValue(*attr_kv_pair.second) in MatchAndExplain() 213 << "\", found: \"" << SummarizeAttrValue(it->second) in MatchAndExplain() 287 ? SummarizeAttrValue(*attr_kv_pair.second) in DescribeTo()
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.cc | 486 SummarizeAttrValue(actual_attr_value).c_str(), in EqualAttrValueWrapper() 487 SummarizeAttrValue(expected_attr_value).c_str()); in EqualAttrValueWrapper()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | colocation_graph.cc | 963 strings::StrCat(name, "=", SummarizeAttrValue(attr_value))); in InitializeMember()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 716 SummarizeAttrValue(api_def_attr.default_value()), "\n"); in GetOpAttrStruct()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator.cc | 708 << " Value:" << SummarizeAttrValue(item.second); in CountMatMulOperations()
|