Searched defs:width_offset (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClWidthConcatenateKernel.cpp | 45 Status validate_arguments(const ITensorInfo *src, unsigned int width_offset, const ITensorInfo *dst) in validate_arguments() 69 Status ClWidthConcatenateKernel::validate(const ITensorInfo *src, unsigned int width_offset, const … in validate() 75 …gure(const CLCompileContext &compile_context, ITensorInfo *src, unsigned int width_offset, ITensor… in configure()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuConcatenateWidthKernel.cpp | 48 Status validate_arguments(const ITensorInfo *src, unsigned int width_offset, const ITensorInfo *dst) in validate_arguments() 65 void CpuConcatenateWidthKernel::configure(const ITensorInfo *src, unsigned int width_offset, ITenso… in configure() 79 Status CpuConcatenateWidthKernel::validate(const ITensorInfo *src, unsigned int width_offset, const… in validate()
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | indirection.c | 401 const float width_offset = 0.5f * width_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_hwc_f16() local 496 const float width_offset = 0.5f * width_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_hwc_f32() local 591 const float width_offset = 0.5f * width_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_hwc_q11() local 689 const float width_offset = 0.5f * width_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_chw_f16() local 789 const float width_offset = 0.5f * width_scale - 0.5f; in xnn_indirection_init_resize_bilinear2d_chw_f32() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | ConcatenateLayer.cpp | 50 int width_offset = 0; in widthconcatenate_layer() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | types.h | 42 int16_t width_offset; member 54 int16_t width_offset; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | builtin_op_data.h | 57 int width_offset; member
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | builtin_op_data.h | 62 int width_offset; member
|