Searched defs:num_to_pad (Results 1 – 1 of 1) sorted by relevance
1603 inline void PadFloatFeature(int num_to_pad, float* out) { in PadFloatFeature()1609 inline void PadInt64Feature(int num_to_pad, int64* out) { in PadInt64Feature()2295 int num_to_pad = expected_max_elements - num_elements; in FastParseSequenceExample() local