Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h150 static const int kSmallBatchSize = 32; variable
/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_ops.cc1061 (src_dims[MklDnnDims::Dim_N] > kSmallBatchSize) && in Compute()