Home
last modified time | relevance | path

Searched refs:out_y (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/common/operations/internal/reference/
Ddepthwiseconv_float.h46 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
52 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
74 output_data[Offset(output_dims, oc, out_x, out_y, b)] = in DepthwiseConv()
Ddepthwiseconv_uint8.h62 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
68 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
95 output_data[Offset(output_dims, oc, out_x, out_y, b)] = in DepthwiseConv()
Dreference_ops.h181 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local
185 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
210 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)] = in Conv()
252 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local
256 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
286 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)] = in Conv()
1214 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
1218 const int in_y_origin = (out_y * stride_height) - pad_height; in AveragePool()
1241 output_data[Offset(output_dims, channel, out_x, out_y, batch)] = in AveragePool()
1273 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_hardware_composer_client.h152 int32_t* out_x, int32_t* out_y);
Ddvr_api.h343 int32_t* out_y);
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp219 int32_t* out_x, int32_t* out_y) { in dvrHwcFrameGetLayerCursor() argument
221 *out_y = frame->frame.layers[layer_index].cursor_y; in dvrHwcFrameGetLayerCursor()
/frameworks/ml/nn/common/operations/internal/optimized/
Ddepthwiseconv_float.h693 for (int out_y = 0; out_y < output_height; ++out_y) {
694 const int in_y_origin = (out_y * stride_height) - pad_height;
Doptimized_ops.h2002 for (int out_y = 0; out_y < output_height; ++out_y) {
2005 const int in_y_origin = (out_y * stride_height) - pad_height;
2055 output_data + Offset(output_dims, 0, out_x, out_y, batch);
2174 for (int out_y = 0; out_y < output_height; ++out_y) {
2177 const int in_y_origin = (out_y * stride_height) - pad_height;
2220 output_data + Offset(output_dims, 0, out_x, out_y, batch);
Ddepthwiseconv_uint8.h1442 for (int out_y = 0; out_y < output_height; ++out_y) {
1443 const int in_y_origin = (out_y * stride_height) - pad_height;