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

  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_float.h 52 const int in_y_origin = (out_y * stride_height) - pad_height; local
57 const int in_y = in_y_origin + filter_y;
depthwiseconv_uint8.h 68 const int in_y_origin = (out_y * stride_height) - pad_height; local
73 const int in_y = in_y_origin + filter_y;
reference_ops.h 185 const int in_y_origin = (out_y * stride_height) - pad_height; local
191 const int in_y = in_y_origin + filter_y;
256 const int in_y_origin = (out_y * stride_height) - pad_height; local
262 const int in_y = in_y_origin + filter_y;
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
depthwiseconv_float.h 694 const int in_y_origin = (out_y * stride_height) - pad_height; local
695 const int filter_y_start = std::max(0, -in_y_origin);
697 std::min(filter_height, input_height - in_y_origin);
713 const int in_y = in_y_origin + filter_y;
optimized_ops.h     [all...]
depthwiseconv_uint8.h 1443 const int in_y_origin = (out_y * stride_height) - pad_height; local
    [all...]

Completed in 377 milliseconds