Home
last modified time | relevance | path

Searched defs:weights_per_block (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp243 int weights_per_block = x_weights * y_weights; in initialize_decimation_table_2d() local
326 int weights_per_block = x_weights * y_weights * z_weights; in initialize_decimation_table_3d() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp261 unsigned int weights_per_block = x_weights * y_weights; in init_decimation_info_2d() local
460 unsigned int weights_per_block = x_weights * y_weights * z_weights; in init_decimation_info_3d() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUpSampleBilinear2d.cu742 size_t weights_per_block = interp_width * block_x + interp_height * block_y; in upsample_gen2d_aa_out_cuda_template() local
827 size_t weights_per_block = interp_width * block_x + interp_height * block_y; in upsample_gen2d_aa_backward_out_cuda_template() local