Home
last modified time | relevance | path

Searched defs:convolved_dims (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClCol2ImKernel.cpp49 …ate_arguments(const ITensorInfo *src, const ITensorInfo *dst, const Size2D &convolved_dims, unsign… in validate_arguments()
67 …date_and_configure_window(ITensorInfo *src, ITensorInfo *dst, const Size2D &convolved_dims, unsign… in validate_and_configure_window()
93 …Context &compile_context, ITensorInfo *src, ITensorInfo *dst, const Size2D &convolved_dims, unsign… in configure()
134 …nel::validate(const ITensorInfo *src, const ITensorInfo *dst, const Size2D &convolved_dims, unsign… in validate()
H A DClIm2ColKernel.cpp159 …const std::pair<unsigned int, unsigned int> convolved_dims = scaled_dimensions(input_width, input_… in configure_opencl_kernel() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuCol2ImKernel.cpp46 …us validate_arguments(const ITensorInfo *src, const ITensorInfo *dst, const Size2D &convolved_dims) in validate_arguments()
63 … CpuCol2ImKernel::configure(const ITensorInfo *src, ITensorInfo *dst, const Size2D &convolved_dims) in configure()
80 …ImKernel::validate(const ITensorInfo *src, const ITensorInfo *output, const Size2D &convolved_dims) in validate()
H A DCpuIm2ColKernel.cpp413 …std::pair<unsigned int, unsigned int> convolved_dims = scaled_dimensions(src->dimension(width_idx)… in configure() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DIm2Col.cpp57 …std::pair<unsigned int, unsigned int> convolved_dims = scaled_dimensions(src_width, src_height, ke… in im2col_nchw() local
111 …std::pair<unsigned int, unsigned int> convolved_dims = scaled_dimensions(src_width, src_height, ke… in im2col_nhwc() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DCol2ImFixture.h69 …st TensorShape &input_shape, const TensorShape &output_shape, const Size2D &convolved_dims, unsign… in compute_target()