Home
last modified time | relevance | path

Searched defs:num_to_pad (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dexample_proto_fast_parsing.h488 inline void PadFloatFeature(int num_to_pad, float* out) { in PadFloatFeature()
494 inline void PadInt64Feature(int num_to_pad, int64_t* out) { in PadInt64Feature()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc1893 inline void PadFloatFeature(int num_to_pad, float* out) { in PadFloatFeature()
1899 inline void PadInt64Feature(int num_to_pad, int64_t* out) { in PadInt64Feature()
2627 int num_to_pad = expected_max_elements - num_elements; in ParseSequenceDenseFeatures() local