Searched defs:num_to_pad (Results 1 – 2 of 2) sorted by relevance
487 inline void PadFloatFeature(int num_to_pad, float* out) { in PadFloatFeature()493 inline void PadInt64Feature(int num_to_pad, int64* out) { in PadInt64Feature()
1877 inline void PadFloatFeature(int num_to_pad, float* out) { in PadFloatFeature()1883 inline void PadInt64Feature(int num_to_pad, int64* out) { in PadInt64Feature()2609 int num_to_pad = expected_max_elements - num_elements; in ParseSequenceDenseFeatures() local