HomeSort by relevance Sort by last modified time
    Searched full:padding_amount (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
batch_kernels.cc 323 const int padding_amount = padded_batch_size - batch->size(); local
359 if (padding_amount > 0) {
386 for (int i = 0; i < padding_amount; ++i) {
    [all...]

Completed in 112 milliseconds