OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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