Home
last modified time | relevance | path

Searched defs:x_coord (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise.cc267 const std::string x_coord = shape.w == 1 ? "0" : "X_COORD"; in CreateElementwiseTwoInput() local
330 const std::string x_coord = shape.w == 1 ? "0" : "X_COORD"; in CreateElementwiseTwoInput() local
Dprelu.cc62 const std::string x_coord = shape.w == 1 ? "0" : "X_COORD"; in CreatePReLU() local
Dconvolution_transposed_thin.cc130 const std::string x_coord = "X + " + std::to_string(x); in GenerateConvolutionTransposedCode() local
Dconvolution_transposed_3x3_thin.cc175 const std::string x_coord = "X + " + std::to_string(x); in GenerateConvolutionTransposedCode() local
/external/libaom/libaom/av1/encoder/
Doptical_flow.c73 const double x_coord, in get_subpixels()
108 static void spatial_gradient(const YV12_BUFFER_CONFIG *frame, const int x_coord, in spatial_gradient()
136 static void gradient_interp(double *fullpel_deriv, const double x_coord, in gradient_interp()
156 const double x_coord, const double y_coord, in temporal_gradient()
213 const double x_coord, const double y_coord, in gradients_over_window()
532 const double x_coord = 1.0 * ref_corners[i * 2] / expand_multiplier; in lucas_kanade() local
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dhelpers.h216 #define read_image2d_floatx1(img, x_coord, y_coord) (float4)(read_imagef(img, (int2)(x_coord, y_coo… argument
217 #define read_image2d_floatx2(img, x_coord, y_coord) (float8)(read_imagef(img, (int2)(x_coord, y_coo… argument
218 #define read_image2d_floatx4(img, x_coord, y_coord) (float16)(read_imagef(img, (int2)(x_coord, y_co… argument
221 #define read_image2d_halfx1(img, x_coord, y_coord) (half4)(read_imageh(img, (int2)(x_coord, y_coord… argument
222 #define read_image2d_halfx2(img, x_coord, y_coord) (half8)(read_imageh(img, (int2)(x_coord, y_coord… argument
223 #define read_image2d_halfx4(img, x_coord, y_coord) (half16)(read_imageh(img, (int2)(x_coord, y_coor… argument
239 #define READ_IMAGE2D_STR(data_type, n0, img, x_coord, y_coord) read_image2d_##data_type##x##n0(img,… argument
240 #define READ_IMAGE2D(data_type, n0, img, x_coord, y_coord) READ_IMAGE2D_STR(data_type, n0, img, x_c… argument
/external/wpa_supplicant_8/src/common/
Ddpp_pkex.c355 u8 *x_coord = NULL, *y_coord = NULL; in dpp_pkex_rx_exchange_req() local
702 u8 *x_coord = NULL, *y_coord = NULL; in dpp_pkex_rx_exchange_resp() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc265 std::string* x_coord, std::string* y_coord, std::string* s_coord) const { in GetLinkingContextFromWriteSelector()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc738 std::string value_name, x_coord, y_coord, s_coord; in ResolveSelector() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc352 std::string value_name, x_coord, y_coord, s_coord; in ResolveSelector() local
/external/ComputeLibrary/tests/validation/reference/
DColorConvertHelper.h165 int x_coord = 0; in yuyv_to_rgb_calculation() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1298 auto x_coord = up / down; in IntersectConstraints() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1298 auto x_coord = up / down; in IntersectConstraints() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.cpp1298 auto x_coord = up / down; in IntersectConstraints() local