HomeSort by relevance Sort by last modified time
    Searched refs:fixed_depth_multiplier (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/nn/common/operations/internal/optimized/
depthwiseconv_float.h 651 int fixed_depth_multiplier = 0; local
653 fixed_depth_multiplier = depth_multiplier;
664 if (fixed_depth_multiplier &&
665 input_depth * fixed_depth_multiplier <= kMaxUnrolling) {
669 FIXED_DEPTH_MULTIPLIER) \
672 fixed_depth_multiplier == FIXED_DEPTH_MULTIPLIER) { \
675 FIXED_DEPTH_MULTIPLIER>; \
depthwiseconv_uint8.h 1391 int fixed_depth_multiplier = 0; local
    [all...]

Completed in 2814 milliseconds