Searched defs:height_offset (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClHeightConcatenateKernel.cpp | 46 Status validate_arguments(const ITensorInfo *src, unsigned int height_offset, const ITensorInfo *ds… in validate_arguments() 70 Status ClHeightConcatenateKernel::validate(const ITensorInfo *src, unsigned int height_offset, cons… in validate() 76 …ure(const CLCompileContext &compile_context, ITensorInfo *src, unsigned int height_offset, ITensor… in configure()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuConcatenateHeightKernel.cpp | 48 Status validate_arguments(const ITensorInfo *src, unsigned int height_offset, const ITensorInfo *ds… in validate_arguments() 65 void CpuConcatenateHeightKernel::configure(const ITensorInfo *src, unsigned int height_offset, ITen… in configure() 78 Status CpuConcatenateHeightKernel::validate(const ITensorInfo *src, unsigned int height_offset, con… in validate()
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | indirection.c | 400 const float height_offset = 0.5f * height_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_hwc_f16() local 495 const float height_offset = 0.5f * height_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_hwc_f32() local 590 const float height_offset = 0.5f * height_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_hwc_q11() local 688 const float height_offset = 0.5f * height_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_chw_f16() local 788 const float height_offset = 0.5f * height_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_chw_f32() local
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A D | post_filter.cc | 345 const int height_offset = (row4x4 == 0) ? 8 : 0; in CopyBordersForOneSuperBlockRow() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | types.h | 44 int16_t height_offset; member 56 int16_t height_offset; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | builtin_op_data.h | 58 int height_offset; member
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | builtin_op_data.h | 63 int height_offset; member
|