/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/ |
D | proto_op_test_base.py | 73 field.value.int64_value.append(3) 78 field.value.int64_value.append(11) 83 field.value.int64_value.append(13) 146 value.int64_value.append(-9223372036854775808) 147 value.int64_value.append(9223372036854775807) 189 field.value.int64_value.append(-9223372036854775808) 190 field.value.int64_value.append(9223372036854775807) 195 field.value.int64_value.append(-9223372036854775808) 196 field.value.int64_value.append(9223372036854775807) 201 field.value.int64_value.append(-9223372036854775808) [all …]
|
D | test_example.proto | 32 repeated int64 int64_value = 3; field 77 repeated int64 int64_value = 3 [packed = true]; field 113 optional int64 int64_value = 3; field
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | nested_structure_coder_test.py | 55 list_value.values.add().int64_value = 3 57 tuple_value.values.add().int64_value = 2 58 tuple_value.values.add().int64_value = 1 68 expected.dict_value.fields["a"].int64_value = 3 70 list_value.values.add().int64_value = 7 103 list_value.values.add().int64_value = 1 104 list_value.values.add().int64_value = 2
|
D | nested_structure_coder.py | 273 value.int64_value = int_value 281 return int(value.int64_value)
|
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 327 int64_value = 0 330 int64_value = dim 336 if dtype == dtypes.int32 and int64_value: 338 "a dimension is too large (%s)" % int64_value) 340 dtype = dtypes.int64 if int64_value else dtypes.int32
|
/external/libbrillo/policy/tests/ |
D | libpolicy_unittest.cc | 125 int64_t int64_value = -1LL; in TEST() local 126 ASSERT_TRUE(policy.GetScatterFactorInSeconds(&int64_value)); in TEST() 127 EXPECT_EQ(17LL, int64_value); in TEST() 223 int64_t int64_value; in TEST() local 250 EXPECT_FALSE(policy.GetScatterFactorInSeconds(&int64_value)); in TEST()
|
/external/python/apitools/apitools/base/protorpclite/ |
D | test_util.py | 293 int64_value = messages.IntegerField(3, variant=messages.Variant.INT64) variable in OptionalMessage 316 int64_value = messages.IntegerField(3, variable in RepeatedMessage 465 message.int64_value = -100000000000 477 message.int64_value = -100000000000 492 message.int64_value = [-100000000000, 20]
|
/external/libbrillo/brillo/dbus/ |
D | data_serialization_unittest.cc | 198 int64_t int64_value = 0; in TEST() local 212 EXPECT_TRUE(PopValueFromReader(&reader, &int64_value)); in TEST() 226 EXPECT_EQ(6, int64_value); in TEST() 287 int64_t int64_value = 0; in TEST() local 303 EXPECT_TRUE(PopVariantValueFromReader(&reader, &int64_value)); in TEST() 319 EXPECT_EQ(16, int64_value); in TEST() 352 Any int64_value; in TEST() local 366 EXPECT_TRUE(PopValueFromReader(&reader, &int64_value)); in TEST() 380 EXPECT_EQ(16, int64_value.Get<int64_t>()); in TEST()
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry_test.cc | 141 EXPECT_EQ(42, lps.points[0]->int64_value); in TEST() 152 EXPECT_EQ(58, lps.points[1]->int64_value); in TEST() 164 EXPECT_EQ(7, ups.points[0]->int64_value); in TEST() 254 EXPECT_EQ(7, ups.points[0]->int64_value); in TEST()
|
D | collected_metrics.h | 89 int64 int64_value; member
|
D | collection_registry.h | 219 point->int64_value = value; in CollectValue()
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | hparam.proto | 41 int64 int64_value = 1; field
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 55 int64 int64_value = 3; field 116 google.protobuf.Int64Value int64_value = 3; field
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.h | 130 dbus_int64_t int64_value; member
|
D | dbus_dict_helpers.c | 907 dbus_message_iter_get_basic(iter, &entry->int64_value); in _wpa_dbus_dict_fill_value_from_variant() 909 __func__, (long long int) entry->int64_value); in _wpa_dbus_dict_fill_value_from_variant()
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 494 HANDLE_TYPE( INT64, Int64, int64_value); in SerializeFieldWithCachedSizesToArray() 498 HANDLE_TYPE( SINT64, SInt64, int64_value); in SerializeFieldWithCachedSizesToArray() 502 HANDLE_TYPE(SFIXED64, SFixed64, int64_value); in SerializeFieldWithCachedSizesToArray()
|
D | extension_set.cc | 1510 HANDLE_TYPE( INT64, Int64, int64_value); in SerializeFieldWithCachedSizes() 1514 HANDLE_TYPE( SINT64, SInt64, int64_value); in SerializeFieldWithCachedSizes() 1518 HANDLE_TYPE(SFIXED64, SFixed64, int64_value); in SerializeFieldWithCachedSizes() 1642 HANDLE_TYPE( INT64, Int64, int64_value); in ByteSize() 1646 HANDLE_TYPE( SINT64, SInt64, int64_value); in ByteSize()
|
D | extension_set.h | 467 int64 int64_value; member
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | default_value_test.proto | 39 int64 int64_value = 5; field
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | struct.proto | 42 sint64 int64_value = 12; field
|
/external/tensorflow/tensorflow/contrib/decision_trees/proto/ |
D | generic_tree_model.proto | 180 int64 int64_value = 4; field
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | custom_export_strategy.py | 202 matching_id.int64_value = split.feature_id
|
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 168 google.protobuf.Int64Value int64_value = 3; field
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 61 message.int64_value = -20
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 2643 def _build_tensor(self, int64_value, name): argument 2644 return ops.convert_to_tensor(int64_value, dtype=dtypes.int64, name=name)
|