Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1521 const int cols_per_batch = output_cols / batch_size; in HybridConvPerChannel() local
1523 const int b = c / cols_per_batch; in HybridConvPerChannel()