Home
last modified time | relevance | path

Searched refs:int64_value (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dproto_op_test_base.py73 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 …]
Dtest_example.proto32 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/
Dnested_structure_coder_test.py55 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
Dnested_structure_coder.py273 value.int64_value = int_value
281 return int(value.int64_value)
/external/tensorflow/tensorflow/python/framework/
Dconstant_op.py327 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/
Dlibpolicy_unittest.cc125 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/
Dtest_util.py293 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/
Ddata_serialization_unittest.cc198 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/
Dcollection_registry_test.cc141 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()
Dcollected_metrics.h89 int64 int64_value; member
Dcollection_registry.h219 point->int64_value = value; in CollectValue()
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.proto41 int64 int64_value = 1; field
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto55 int64 int64_value = 3; field
116 google.protobuf.Int64Value int64_value = 3; field
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.h130 dbus_int64_t int64_value; member
Ddbus_dict_helpers.c907 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/
Dextension_set_heavy.cc494 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()
Dextension_set.cc1510 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()
Dextension_set.h467 int64 int64_value; member
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto39 int64 int64_value = 5; field
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto42 sint64 int64_value = 12; field
/external/tensorflow/tensorflow/contrib/decision_trees/proto/
Dgeneric_tree_model.proto180 int64 int64_value = 4; field
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_export_strategy.py202 matching_id.int64_value = split.feature_id
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto168 google.protobuf.Int64Value int64_value = 3; field
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py61 message.int64_value = -20
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py2643 def _build_tensor(self, int64_value, name): argument
2644 return ops.convert_to_tensor(int64_value, dtype=dtypes.int64, name=name)

12