Home
last modified time | relevance | path

Searched refs:mutable_float_list (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc228 .mutable_float_list(); in ExampleWithSomeFeatures()
240 .mutable_float_list(); in ExampleWithSomeFeatures()
381 .mutable_float_list(); in Fuzz()
H A Dexample_proto_helper_test.cc91 .mutable_float_list() in TEST_F()
156 .mutable_float_list() in TEST_F()
H A Dexample_proto_fast_parsing.cc490 auto* result_list = value.mutable_float_list(); in TestFastParse()
/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dfeature_util.cc91 return feature->mutable_float_list()->mutable_value(); in GetFeatureValues()
141 feature->mutable_float_list()->Clear(); in ClearFeatureValues()
H A Dfeature_util_test.cc111 feature.mutable_float_list()->add_value(3.14); in TEST()
122 .mutable_float_list() in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/
H A Dsaved_model_bundle_lite_test.cc50 (*feature_map)["x"].mutable_float_list()->add_value(x); in MakeSerializedExample()
H A Dsaved_model_bundle_test.cc61 (*feature_map)["x"].mutable_float_list()->add_value(x); in MakeSerializedExample()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops_test.cc74 f->mutable_float_list()->add_value(1.729); in operator ()()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/example/
Dfeature.pb.h680 ::tensorflow::FloatList* mutable_float_list(); in Swap()
1557 inline ::tensorflow::FloatList* Feature::mutable_float_list() { in mutable_float_list() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dmeta_graph.pb.h1679 ::tensorflow::CollectionDef_FloatList* mutable_float_list(); in Swap()
4164 inline ::tensorflow::CollectionDef_FloatList* CollectionDef::mutable_float_list() { in mutable_float_list() function
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc1427 (*feature_map)["x"].mutable_float_list()->add_value(i); in TEST()