Home
last modified time | relevance | path

Searched refs:float_list (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/core/example/
Dexample.proto31 // value { float_list {
44 // value { float_list {
61 // value { float_list {
72 // value { float_list {
122 // float_list: {
141 // float_list: {
146 // float_list: {
214 // value: { feature: { float_list: { value: [ 4.5 ] } }
215 // feature: { float_list: { value: [ 5.0 ] } } }
221 // value: { feature: { float_list: { value: [ 4.5 ] } }
[all …]
Dfeature.proto18 // value { float_list {
31 // value { float_list {
50 // value { float_list {
80 FloatList float_list = 2; field
Dfeature_util_test.cc134 ASSERT_EQ(1, feature.float_list().value_size()); in TEST()
135 EXPECT_NEAR(3.14, feature.float_list().value(0), kTolerance); in TEST()
144 example.features().feature().at("tag").float_list().value_size()); in TEST()
146 example.features().feature().at("tag").float_list().value(0), in TEST()
Dfeature_util.cc74 return feature.float_list().value(); in GetFeatureValues()
/external/tensorflow/tensorflow/core/kernels/fuzzing/corpus/decode_json_example/
Dc4f18ca60a84e9869a28faf6f65dc7585 float_list: {
12 float_list: {
19 float_list: {
26 float_list: {
D7e7f58fc443a11a0a2c5d9b643b7e99b1float_list:{value:29.0}}},feature:{movie_ratings:{float_list:{value:[9.0,9.7]}}},feature:{suggesti…
D849a23936269a261c0370b5e9abe24161float_list:{value:29.0}}},feature:{movie_ratings:{float_list:{value:[[[[[[9.0,9.7]]]]]],value:[[[9…
D9fa2f86ea6d3ade36e961247c3026f8d5 float_list: {
12 float_list: {
20 float_list: {
27 float_list: {
D90388b9c8093d8adedad0644b618da875 float_list: {
12 float_list: {
20 float_list: {
27 float_list: {
D85282c1696d98b9843ce3e8bd1cd899f1float_list:{value:29.0}}},feature:{movie_ratings:{float_list:{value:9.0,value:9.7}}},feature:{sugg…
D0875575fb76d630ccb19c5da8aab66b21float_list:{value:[29.0,2,3,4]}}},feature:{movie_ratings:{float_list:{value:[9.0,9.7]}}},feature:{…
De9f0ff6ee8d691ae69d2ecb4710030a25 float_list: {
12 float_list: {
19 float_list: {
26 float_list: {
D013a29ea098a178f8a36741c9fd911445 float_list: {
20 float_list: {
35 float_list: {
42 float_list: {
Dd456ee029700adef5d284385930102231float_list:{value:29.0}}},feature:{movie:{bytes_list:{value:"VGhlIFNoYXdzaGFuayBSZWRlbXB0aW9u",val…
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc234 FloatList* float_list = in ExampleWithSomeFeatures() local
237 float_list->add_value(1.0); in ExampleWithSomeFeatures()
238 float_list->add_value(2.0); in ExampleWithSomeFeatures()
375 FloatList* float_list = in Fuzz() local
379 float_list->add_value(rng->RandFloat()); in Fuzz()
Dexample_proto_fast_parsing.cc145 bool ParseFloatList(Result* float_list) { in ParseFloatList() argument
146 DCHECK(float_list != nullptr); in ParseFloatList()
174 const size_t initial_size = float_list->size(); in ParseFloatList()
175 float_list->resize(initial_size + packed_length / kNumFloatBytes); in ParseFloatList()
179 std::min(static_cast<uint32>((float_list->size() - initial_size) * in ParseFloatList()
182 if (!stream.ReadRaw(float_list->data() + initial_size, bytes_to_copy)) in ParseFloatList()
188 float_list->push_back(absl::bit_cast<float>(buffer32)); in ParseFloatList()
198 float_list->push_back(absl::bit_cast<float>(buffer32)); in ParseFloatList()
454 SmallVector<float> float_list; member
700 if (!feature.ParseFloatList(&out.float_list)) { in FastParseSerializedExample()
[all …]
Dexample_proto_helper.cc83 const FloatList& values = feature.float_list(); in FeatureDenseCopy()
128 const FloatList& values = feature.float_list(); in FeatureSparseCopy()
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/
Ddecode_json_example.dict4 "float_list"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-feature.pbtxt14 name: "float_list"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-feature.pbtxt14 name: "float_list"
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py48 ex.features.feature["target"].float_list.value.append(target[row, 0])
49 ex.features.feature["inputs"].float_list.value.append(inputs[row, 0])
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.proto46 FloatList float_list = 5; field
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dgan_estimator_test.py316 float_list=feature_pb2.FloatList(value=datum)),
318 float_list=feature_pb2.FloatList(value=datum)),
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
Dsequence_feature_column_integration_test.py43 example.context.feature['float_ctx'].float_list.value.extend([123.6])
/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_integration_test.py43 example.context.feature['float_ctx'].float_list.value.extend([123.6])

12