Home
last modified time | relevance | path

Searched refs:batch_limit (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc1009 &output](int64 batch_start, int64 batch_limit) { in operator ()() argument
1120 for (int64 b = batch_start; b < batch_limit; ++b) { in operator ()()