| 96 | } |
| 97 | |
| 98 | protobuf::RepeatedPtrField<Feature>* GetFeatureList( |
| 99 | const string& feature_list_key, SequenceExample* sequence_example) { |
| 100 | return (*sequence_example->mutable_feature_lists() |
| 101 | ->mutable_feature_list())[feature_list_key] |
| 102 | .mutable_feature(); |
| 103 | } |
| 104 | |
| 105 | template <> |
| 106 | void ClearFeatureValues<protobuf_int64>(Feature* feature) { |