Home
last modified time | relevance | path

Searched defs:ofm (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/runtime/heuristics/direct_conv/
DClDirectConvDefaultConfigValhall.cpp84 const int32_t ofm = dst_shape[0]; in configure_G78_f32() local
145 const int32_t ofm = dst_shape[0]; in configure_G78_f16() local
341 const int32_t ofm = dst_shape[0]; in configure_G57_f16() local
/external/ComputeLibrary/src/runtime/heuristics/indirect_conv/
DClIndirectConvDefaultConfigValhall.cpp70 const int32_t ofm = dst_shape[0]; in configure_G77_f32() local
113 const int32_t ofm = dst_shape[0]; in configure_G77_f16() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLDeconvolutionLayer.cpp154 const size_t ofm = weights->tensor_shape()[idx_n]; in get_deconvolution_method() local
/external/ComputeLibrary/tests/validation/reference/
DConvolutionLayer.cpp84 for(int ofm = 0; ofm < static_cast<int>(depth_out / num_groups); ++ofm) in convolution_layer_nchw() local
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dshims.hpp671 for (int ofm = 0; ofm < n_output_feature_maps; ofm++) in ofm_ifm_h_w_to_h_w_ifm_ofm() local
738 for (int ofm = 0; ofm < n_output_feature_maps; ofm++) in h_w_ifm_ofm_to_ofm_ifm_h_w() local
/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d_test.cc134 int img, ofm, ifm, oj, oi, ij, ii, kj, ki; in naive_conv_fp() local
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h449 unsigned int ofm, in DeconvolutionLayer()