Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h552 inline int ParseInt64Feature(protobuf::io::CodedInputStream* stream, in ParseInt64Feature() function
617 ParseInt64Feature(stream, out->flat<int64>().data() + *out_offset); in ParseFeature()
639 return ParseInt64Feature(stream, nullptr); in GetFeatureLength()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1942 inline int ParseInt64Feature(protobuf::io::CodedInputStream* stream, in ParseInt64Feature() function
2007 ParseInt64Feature(stream, out->flat<int64>().data() + *out_offset); in ParseFeature()
2029 return ParseInt64Feature(stream, nullptr); in GetFeatureLength()
2580 num_added = ParseInt64Feature(&stream, out_int64); in ParseSequenceDenseFeatures()
2708 num_added = ParseInt64Feature(&stream, out_int64); in ParseSequenceSparseFeatures()