Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/internal/reference/
Ddepthwiseconv_float.h52 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv() local
57 const int in_y = in_y_origin + filter_y; in DepthwiseConv()
Ddepthwiseconv_uint8.h68 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv() local
73 const int in_y = in_y_origin + filter_y; in DepthwiseConv()
Dreference_ops.h185 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv() local
191 const int in_y = in_y_origin + filter_y; in Conv()
256 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv() local
262 const int in_y = in_y_origin + filter_y; in Conv()
1218 const int in_y_origin = (out_y * stride_height) - pad_height; in AveragePool() local
1224 const int filter_y_start = std::max(0, -in_y_origin); in AveragePool()
1226 std::min(filter_height, input_height - in_y_origin); in AveragePool()
1234 const int in_y = in_y_origin + filter_y; in AveragePool()
1277 const int in_y_origin = (out_y * stride_height) - pad_height; in AveragePool() local
1283 const int filter_y_start = std::max(0, -in_y_origin); in AveragePool()
[all …]
/frameworks/ml/nn/common/operations/internal/optimized/
Ddepthwiseconv_float.h694 const int in_y_origin = (out_y * stride_height) - pad_height;
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;
Doptimized_ops.h2005 const int in_y_origin = (out_y * stride_height) - pad_height;
2009 const int filter_y_start = std::max(0, -in_y_origin);
2011 std::min(filter_height, input_height - in_y_origin);
2021 input_dims.strides[2] * in_y_origin + input_dims.strides[3] * batch;
2177 const int in_y_origin = (out_y * stride_height) - pad_height;
2181 const int filter_y_start = std::max(0, -in_y_origin);
2183 std::min(filter_height, input_height - in_y_origin);
2191 input_dims.strides[2] * in_y_origin + input_dims.strides[3] * batch;
Ddepthwiseconv_uint8.h1443 const int in_y_origin = (out_y * stride_height) - pad_height;
1444 const int filter_y_start = std::max(0, -in_y_origin);
1446 std::min(filter_height, input_height - in_y_origin);
1462 const int in_y = in_y_origin + filter_y;