Home
last modified time | relevance | path

Searched defs:num_kernels (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDeconvolutionLayerFixture.h251 unsigned int num_kernels, DataType data_type, DataLayout data_layout, bool add_bias) in setup()
272 …unsigned int pad_bottom, unsigned int num_kernels, DataType data_type, DataLayout data_layout, boo… in setup()
293unsigned int num_kernels, DataType data_type, DataLayout data_layout, QuantizationInfo input_quant… in setup()
315unsigned int num_kernels, DataType data_type, DataLayout data_layout, QuantizationInfo input_quant… in setup()
H A DDirectConvolution3DFixture.h162unsigned int num_kernels, bool has_bias, ActivationLayerInfo act_info, DataType data_type, DataLay… in setup()
175unsigned int num_kernels, bool has_bias, ActivationLayerInfo act_info, DataType data_type, DataLay… in setup()
H A DDirectConvolutionLayerFixture.h234 …, int stride_y, int pad_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType… in setup()
247 …, int stride_y, int pad_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType… in setup()
H A DConvolutionLayerFixture.h580 …const int num_kernels = weights_shape[get_data_layout_dimension_index(_data_layout, DataLayoutDi… in compute_target() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dim2col.cuh84 int64_t num_kernels = channels * height_col * width_col; in im2col() local
217 int64_t num_kernels = channels * height * width; in col2im() local
312 const int64_t num_kernels = channels * height * width; in col2im_batched() local
H A DUpSampleTrilinear3d.cu125 const int num_kernels, in upsample_trilinear3d_backward_out_frame()
262 const int num_kernels = output_depth * output_height * output_width; in upsample_trilinear3d_out_cuda_template() local
330 const int num_kernels = output_depth * output_height * output_width; in upsample_trilinear3d_backward_out_cuda_template() local
H A DUpSampleLinear1d.cu136 const int num_kernels = output_width; in upsample_linear1d_out_cuda_template() local
180 const int num_kernels = output_width; in upsample_linear1d_backward_out_cuda_template() local
H A DForeachReduceOp.cu192 const size_t num_kernels = ceil_div(ntensors, MAX_TENSORS_PER_KERNEL); in foreach_tensor_max_cuda() local
502 const size_t num_kernels = in foreach_tensor_norm_cuda() local
H A Dvol2col.cuh101 const auto num_kernels = static_cast<int64_t>(channels) * depth_col * height_col * width_col; in vol2col() local
222 const auto num_kernels = channels * depth * height * width; in col2vol() local
H A DUpSampleNearest2d.cu247 const int64_t num_kernels = output.numel(); in upsample_nearest2d_out_cuda_template() local
377 const int num_kernels = grad_input.numel(); in upsample_nearest2d_backward_out_cuda_template() local
H A DUpSampleBilinear2d.cu306 const int num_kernels = output.numel(); in upsample_bilinear2d_out_cuda_template() local
333 const int num_kernels = output_height * output_width; in upsample_bilinear2d_out_cuda_template() local
390 const size_t num_kernels = nbatch * channels * output_height * output_width; in upsample_bilinear2d_backward_out_cuda_template() local
H A DUpSampleBicubic2d.cu244 const int num_kernels = output_height * output_width; in upsample_bicubic2d_backward_out_cuda_template() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DDirectConv2dFixture.h226 …t stride_x, int stride_y, int pad_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, in setup()
345 …, int stride_y, int pad_x, int pad_y, unsigned int kernel_size, unsigned int num_kernels, DataType… in setup()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClGemmConv2d.cpp180 const unsigned int num_kernels = weights->dimension(idx_kernels); in configure() local
375 const unsigned int num_kernels = weights->dimension(idx_kernels); in validate() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_createkernelsinprogram.cpp58 unsigned int num_kernels; in test_createkernelsinprogram() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A Dcm_fc_ld.cpp73 int cm_fc_combine_kernels(size_t num_kernels, cm_fc_kernel_t kernels[], in cm_fc_combine_kernels()
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_prioritize.c103 int num_kernels; in CgptPrioritize() local
/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp693 unsigned *num_kernels,
757 unsigned num_kernels)
H A Dclc.h190 unsigned num_kernels; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpooling_ops_3d_gpu.cu.cc145 int num_kernels = in operator ()() local
H A Dmaxpooling_op_gpu.cu.cc431 const int num_kernels = batch * channels * pooled_height * pooled_width; in operator ()() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Drun_build_test.cpp207 size_t num_kernels; in process() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dkernel.rs316 let mut num_kernels = 0; in create_kernels_in_program() localVariable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_image.cpp1286 const uint32_t num_kernels = ARRAY_SIZE(num2DImagesList) + 1; in test_image_common() local
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dtriton_heuristics.py1740 *numels, num_kernels, min_blocks, is_sequential, default_meta=None argument

12