Home
last modified time | relevance | path

Searched refs:ParseFloatFeature (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h501 inline int ParseFloatFeature(protobuf::io::CodedInputStream* stream, in ParseFloatFeature() function
613 ParseFloatFeature(stream, out->flat<float>().data() + *out_offset); in ParseFeature()
637 return ParseFloatFeature(stream, nullptr); in GetFeatureLength()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1891 inline int ParseFloatFeature(protobuf::io::CodedInputStream* stream, in ParseFloatFeature() function
2003 ParseFloatFeature(stream, out->flat<float>().data() + *out_offset); in ParseFeature()
2027 return ParseFloatFeature(stream, nullptr); in GetFeatureLength()
2576 num_added = ParseFloatFeature(&stream, out_float); in ParseSequenceDenseFeatures()
2704 num_added = ParseFloatFeature(&stream, out_float); in ParseSequenceSparseFeatures()