Home
last modified time | relevance | path

Searched defs:in_y (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dresize_nearest_neighbor_op_gpu.cu.cc51 const int in_y = in ResizeNearestNeighborNHWC() local
82 const int in_y = in LegacyResizeNearestNeighborNHWC() local
107 int in_y = n % in_height; in ResizeNearestNeighborBackwardNHWC() local
138 int in_y = n % in_height; in LegacyResizeNearestNeighborBackwardNHWC() local
Dcrop_and_resize_op_gpu.cu.cc72 const float in_y = (crop_height > 1) in CropAndResizeKernel() local
164 const float in_y = (crop_height > 1) in CropAndResizeBackpropImageKernel() local
265 const float in_y = (crop_height > 1) in CropAndResizeBackpropBoxesKernel() local
Dresize_bilinear_op_gpu.cu.cc51 const float in_y = (static_cast<float>(y) + 0.5f) * height_scale - 0.5f; in ResizeBilinearKernel() local
166 const float in_y = y * height_scale; in LegacyResizeBilinearKernel() local
Dcrop_and_resize_op.cc240 const float in_y = (crop_height > 1) in operator ()() local
464 const float in_y = (crop_height > 1) in operator ()() local
645 const float in_y = (crop_height > 1) in operator ()() local
Dconv_ops_using_gemm.cc160 const int in_y = in_y_origin + filter_y; in operator ()() local
345 const int in_y = in_y_origin + filter_y; in operator ()() local
Dresize_area_op_test.cc102 const float in_y = y * height_scale; in ResizeAreaBaseline() local
Dquantized_conv_ops.cc137 const int in_y = in_y_origin + filter_y; in operator ()() local
313 const int in_y = in_y_origin + filter_y; in operator ()() local
Dresize_nearest_neighbor_op.cc147 Eigen::Index in_y = std::min( in operator ()() local
Dresize_area_op.cc225 const float in_y = y * st.height_scale; in ComputeLoop() local
Dresize_bilinear_op.cc321 const float in_y = scaler(y, height_scale); in ResizeGradCore() local
Dresize_bilinear_op_test.cc86 const float in_y = in ResizeBilinearBaseline() local
Dconv_ops_fused_image_transform.cc187 float in_y = (cache_y - top_padding); in CalculatePerCacheLineParameters() local
/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp43 uint32_t in_x = x * 4, in_y = y * 4; in gauss_luma_2x2() local
112 int32_t in_x = x * 2, in_y = y * 2; in work_range() local
171 const uint32_t in_x, const uint32_t in_y, in read_and_blend_pixel_luma_8()
187 const uint32_t in_x, const uint32_t in_y, in read_and_blend_uv_4()
220 uint32_t in_y = y * 2; in work_range() local
444 uint32_t in_x = x * 8, in_y = y * 4; in work_range() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dpooling.h62 const int in_y = in_y_origin + filter_y; in AveragePool() local
122 const int in_y = in_y_origin + filter_y; in MaxPool() local
Dconv.h75 const int in_y = in ConvPerChannel() local
Ddepthwise_conv.h74 const int in_y = in DepthwiseConvPerChannel() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h68 const int in_y = in DepthwiseConv() local
Ddepthwiseconv_uint8.h143 const int in_y = in Run() local
Dreference_ops.h176 const int in_y = in Conv() local
256 const int in_y = in Conv() local
2310 const int in_y = in_y_origin + filter_y; in AveragePool() local
2365 const int in_y = in_y_origin + filter_y; in AveragePool() local
2418 const int in_y = in_y_origin + filter_y; in L2Pool() local
2471 const int in_y = in_y_origin + filter_y; in MaxPool() local
2525 const int in_y = in_y_origin + filter_y; in MaxPool() local
4018 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local
4585 int32 in_y = std::min(static_cast<int32>(std::floor(y * height_scale)), in ResizeNearestNeighbor() local
/external/freetype/src/base/
Dftcalc.c978 FT_Pos in_y, in ft_corner_orientation()
1042 FT_Pos in_y, in ft_corner_is_flat()
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc167 const float in_y = y * height_scale; in ReadTensorFromImageFile() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc356 const float in_y = y * height_scale; in TensorFromFrame() local
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc183 int in_y = in_y_start; in DepthwiseConvOptimizedForFilterWidthEight() local
/external/freetype/src/autofit/
Dafhints.c1056 FT_Pos in_x, in_y; in af_glyph_hints_reload() local
/external/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local

12