Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h28 constexpr int kDepthwiseConvAdjustedBiasLimit = 64; variable
Ddepthwiseconv_uint8_3x3_filter.h13099 TFLITE_DCHECK_EQ(kDepthwiseConvAdjustedBiasLimit % 8, 0);
13101 int32 adjusted_bias_data[kDepthwiseConvAdjustedBiasLimit];
13102 int8 filter_workspace[kDepthwiseConvAdjustedBiasLimit >> 3][3][2][4][4];