MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetFeatureList

Function GetFeatureList

tensorflow/core/example/feature_util.cc:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98protobuf::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
105template <>
106void ClearFeatureValues<protobuf_int64>(Feature* feature) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68