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

  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8_transitional.h 485 int start_width = 0;
487 start_width = 1;
508 for (int x = start_width; x < adjusted_residual_width; ++x) {
665 int start_width = 0;
667 start_width = 1;
672 adjusted_residual_width - start_width;
691 memcpy(&scratch_data[start_width], input_data, copy_size);
693 scratch_data[start_width + i] += -kSymmetricZeroPoint;
697 memset(&scratch_data[start_width + copy_size], -input_offset_difference,
1479 int start_width = 0; local
    [all...]
depthwiseconv_uint8_3x3_filter.h 4192 int start_width = 0; local
    [all...]

Completed in 94 milliseconds