Searched defs:ofm (Results 1 – 7 of 7) sorted by relevance
84 const int32_t ofm = dst_shape[0]; in configure_G78_f32() local145 const int32_t ofm = dst_shape[0]; in configure_G78_f16() local341 const int32_t ofm = dst_shape[0]; in configure_G57_f16() local
70 const int32_t ofm = dst_shape[0]; in configure_G77_f32() local113 const int32_t ofm = dst_shape[0]; in configure_G77_f16() local
154 const size_t ofm = weights->tensor_shape()[idx_n]; in get_deconvolution_method() local
84 for(int ofm = 0; ofm < static_cast<int>(depth_out / num_groups); ++ofm) in convolution_layer_nchw() local
671 for (int ofm = 0; ofm < n_output_feature_maps; ofm++) in ofm_ifm_h_w_to_h_w_ifm_ofm() local738 for (int ofm = 0; ofm < n_output_feature_maps; ofm++) in h_w_ifm_ofm_to_ofm_ifm_h_w() local
134 int img, ofm, ifm, oj, oi, ij, ii, kj, ki; in naive_conv_fp() local
449 unsigned int ofm, in DeconvolutionLayer()