Home
last modified time | relevance | path

Searched refs:w_size_ (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dconv3d_grad_input_gpu_kernel.h207 w_size_ = 0; in ResetResource()
247 CHECK_CUDNN_RET_WITH_EXCEPT(kernel_node_, cudnnGetFilterSizeInBytes(w_desc_, &w_size_), in InitSizeLists()
254 input_size_list_.push_back(w_size_); in InitSizeLists()
396 size_t w_size_; variable
Dconv2d_grad_input_gpu_kernel.h58 w_size_(0), in ConvGradInputGpuBkwKernel()
251 CHECK_CUDNN_RET_WITH_EXCEPT(kernel_node_, cudnnGetFilterSizeInBytes(w_desc_, &w_size_), in InitSizeLists()
257 input_size_list_.push_back(w_size_); in InitSizeLists()
408 size_t w_size_; variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Ddeconv_winograd_fp32.c54 unsigned int tmp_kernel_plane = unit->w_size_ * unit->h_size_; in PackDeConvWgDataFp32()
64 for (int uwi = 0; uwi < unit->w_size_; uwi++) { in PackDeConvWgDataFp32()
69 float *dst_hw = dst_ic + (uhi * unit->w_size_ + uwi) * conv_param->output_channel_; in PackDeConvWgDataFp32()
575 …f = (float *)unit->tmp_buffer_ + task_id * deconv_param->oc_div4_ * unit->w_size_ * unit->h_size_ * in DeconvWg()
578 unit->h_size_, unit->w_size_, conv_param, deconv_param); in DeconvWg()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_winograd_fp16.c244 int tmp_kernel_plane = unit->w_size_ * unit->h_size_; in PackDeConvWgDataFp16()
255 for (int uwi = 0; uwi < unit->w_size_; uwi++) { in PackDeConvWgDataFp16()
259 float16_t *dst_hw = dst_ic + (uhi * unit->w_size_ + uwi) * output_channel; in PackDeConvWgDataFp16()
397 …16_t *tmp_buf = (float16_t *)unit->tmp_buffer_ + task_id * deconv_param->oc_div4_ * unit->w_size_ * in DeconvWgFp16()
400 unit->h_size_, unit->w_size_, conv_param, deconv_param); in DeconvWgFp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dconv_parameter.h110 int w_size_; member
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Ddeconvolution_winograd_fp16.cc184 …unit.tmp_buffer_ = malloc(deconv_param_->thread_num_ * deconv_param_->oc_div4_ * unit.w_size_ * un… in InitParameter()
297 unit.w_size_ = w_size; in InitComputeParam()
306 unit.winograd_.kw_ = unit.w_size_ + DECONV_WINOGRAD_DEFAULT_UNIT - 1; in InitComputeParam()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Ddeconvolution_winograd_fp32.cc171 …unit.tmp_buffer_ = malloc(deconv_param_->thread_num_ * deconv_param_->oc_div4_ * unit.w_size_ * un… in InitParameter()
254 unit.w_size_ = w_size; in InitComputeParam()
263 unit.winograd_.kw_ = unit.w_size_ + DECONV_WINOGRAD_DEFAULT_UNIT - 1; in InitComputeParam()
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.hpp265 uInt w_size_; // LZ77 window size (32K by default) member in boost::beast::zlib::detail::deflate_stream
437 return w_size_ - kMinLookahead; in max_dist()
Ddeflate_stream.ipp515 if(dictLength >= w_size_)
521 dict += dictLength - w_size_; /* use the tail */
522 dictLength = w_size_;
606 w_size_ = 1 << w_bits_;
607 w_mask_ = w_size_ - 1;
613 auto const nwindow = w_size_ * 2*sizeof(Byte);
614 auto const nprev = w_size_ * sizeof(std::uint16_t);
668 window_size_ = (std::uint32_t)2L*w_size_;
1493 uInt wsize = w_size_;
1840 BOOST_ASSERT(strstart_ < w_size_+max_dist() ||
[all …]
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.hpp265 uInt w_size_; // LZ77 window size (32K by default) member in boost::beast::zlib::detail::deflate_stream
437 return w_size_ - kMinLookahead; in max_dist()
Ddeflate_stream.ipp515 if(dictLength >= w_size_)
521 dict += dictLength - w_size_; /* use the tail */
522 dictLength = w_size_;
606 w_size_ = 1 << w_bits_;
607 w_mask_ = w_size_ - 1;
613 auto const nwindow = w_size_ * 2*sizeof(Byte);
614 auto const nprev = w_size_ * sizeof(std::uint16_t);
668 window_size_ = (std::uint32_t)2L*w_size_;
1493 uInt wsize = w_size_;
1840 BOOST_ASSERT(strstart_ < w_size_+max_dist() ||
[all …]