Searched refs:mutable_float_list (Results 1 – 11 of 11) sorted by relevance
228 .mutable_float_list(); in ExampleWithSomeFeatures()240 .mutable_float_list(); in ExampleWithSomeFeatures()381 .mutable_float_list(); in Fuzz()
91 .mutable_float_list() in TEST_F()156 .mutable_float_list() in TEST_F()
490 auto* result_list = value.mutable_float_list(); in TestFastParse()
91 return feature->mutable_float_list()->mutable_value(); in GetFeatureValues()141 feature->mutable_float_list()->Clear(); in ClearFeatureValues()
111 feature.mutable_float_list()->add_value(3.14); in TEST()122 .mutable_float_list() in TEST()
50 (*feature_map)["x"].mutable_float_list()->add_value(x); in MakeSerializedExample()
61 (*feature_map)["x"].mutable_float_list()->add_value(x); in MakeSerializedExample()
74 f->mutable_float_list()->add_value(1.729); in operator ()()
680 ::tensorflow::FloatList* mutable_float_list(); in Swap()1557 inline ::tensorflow::FloatList* Feature::mutable_float_list() { in mutable_float_list() function
1679 ::tensorflow::CollectionDef_FloatList* mutable_float_list(); in Swap()4164 inline ::tensorflow::CollectionDef_FloatList* CollectionDef::mutable_float_list() { in mutable_float_list() function
1427 (*feature_map)["x"].mutable_float_list()->add_value(i); in TEST()