Home
last modified time | relevance | path

Searched defs:in_channel (Results 1 – 25 of 67) sorted by relevance

123

/third_party/mindspore/tests/ut/python/model/
Dresnet.py27 def _conv3x3(in_channel, out_channel, stride=1): argument
34 def _conv1x1(in_channel, out_channel, stride=1): argument
41 def _conv7x7(in_channel, out_channel, stride=1): argument
58 def _fc(in_channel, out_channel): argument
82 in_channel, argument
198 def _make_layer(self, block, layer_num, in_channel, out_channel, stride): argument
/third_party/mindspore/tests/st/networks/models/resnet50/src/
Dresnet.py27 def _conv3x3(in_channel, out_channel, stride=1): argument
34 def _conv1x1(in_channel, out_channel, stride=1): argument
41 def _conv7x7(in_channel, out_channel, stride=1): argument
58 def _fc(in_channel, out_channel): argument
82 in_channel, argument
198 def _make_layer(self, block, layer_num, in_channel, out_channel, stride): argument
/third_party/mindspore/tests/st/ps/multi_full_ps/
Dresnet.py27 def _conv3x3(in_channel, out_channel, stride=1): argument
34 def _conv1x1(in_channel, out_channel, stride=1): argument
41 def _conv7x7(in_channel, out_channel, stride=1): argument
58 def _fc(in_channel, out_channel): argument
82 in_channel, argument
198 def _make_layer(self, block, layer_num, in_channel, out_channel, stride): argument
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dresnet.py25 def _conv_variance_scaling_initializer(in_channel, out_channel, kernel_size): argument
40 def _conv3x3(in_channel, out_channel, stride=1, use_se=False): argument
50 def _conv1x1(in_channel, out_channel, stride=1, use_se=False): argument
60 def _conv7x7(in_channel, out_channel, stride=1, use_se=False): argument
80 def _fc(in_channel, out_channel, use_se=False): argument
110 in_channel, argument
275 …def _make_layer(self, block, layer_num, in_channel, out_channel, stride, use_se=False, se_block=Fa… argument
/third_party/mindspore/tests/st/quantization/resnet50_quant/
Dresnet_quant_manual.py36 def _conv3x3(in_channel, out_channel, stride=1): argument
43 def _conv1x1(in_channel, out_channel, stride=1): argument
50 def _conv7x7(in_channel, out_channel, stride=1): argument
67 def _fc(in_channel, out_channel): argument
122 in_channel, argument
244 def _make_layer(self, block, layer_num, in_channel, out_channel, stride): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dconvolution_fp16.cc32 int in_channel = filter_tensor->Channel(); in PackWeight() local
43 int in_channel = filter_tensor->Channel(); in MallocWeightBiasData() local
102 int in_channel = filter_tensor->Channel(); in Init() local
Dconvolution_winograd_fp16.cc37 int in_channel = weight_tensor->Channel(); in MallocWeightBiasData() local
153 int in_channel = weight_tensor->Channel(); in Init() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_fp32.cc83 size_t in_channel = filter_tensor->Channel(); in Init() local
172 int32_t in_channel = filter_tensor->Channel(); in PackWeight() local
203 size_t in_channel = filter_tensor->Channel(); in MallocWeightBiasData() local
Dconvolution_winograd_fp32.cc109 int in_channel = filter_tensor->Channel(); in Init() local
190 int in_channel = filter_tensor->Channel(); in MallocWeightBiasData() local
Dadder_fp32.cc71 int in_channel = filter_tensor->Channel(); in InitWeightBias() local
/third_party/mindspore/mindspore/core/ops/fusion/
Dconv2d_backprop_input_fusion.cc25 void Conv2DBackpropInputFusion::Init(int64_t in_channel, int64_t out_channel, const std::vector<int… in Init()
44 void Conv2DBackpropInputFusion::set_in_channel(int64_t in_channel) { in set_in_channel()
Dconv2d_fusion.cc24 void Conv2DFusion::Init(int64_t in_channel, int64_t out_channel, const std::vector<int64_t> &kernel… in Init()
41 void Conv2DFusion::set_in_channel(const int64_t in_channel) { (void)this->AddAttr(kInChannel, MakeV… in set_in_channel()
Dadder_fusion.cc22 void AdderFusion::Init(const int64_t in_channel, const int64_t out_channel, const std::vector<int64… in Init()
Dconv2d_backprop_filter_fusion.cc49 void Conv2DBackpropFilterFusion::set_in_channel(const int64_t in_channel) { in set_in_channel()
Dconv2d_transpose_fusion.cc22 void Conv2dTransposeFusion::Init(int64_t in_channel, int64_t out_channel, const std::vector<int64_t… in Init()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dupdate_conv2d_param_pass.cc25 … SetConvAttr(const PrimitivePtr &prim, const std::vector<int64_t> &kernel_size, int64_t in_channel, in SetConvAttr()
82 int64_t in_channel = format == mindspore::NHWC ? shape[kInputIndexThree] : shape[1]; in UpdateConv2DAttr() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dconvolution_fp32_coder.cc32 int in_channel = conv_param_->input_channel_; in InitTmpBuffer() local
61 int in_channel = filter_tensor_->Channel(); in InitWeightBias() local
Ddeconv2d_fp32_coder.cc83 int in_channel = filter_tensor_->Channel(); in InitWeightBias() local
/third_party/mindspore/tests/ut/python/pynative_mode/ge/ops/
Dtest_conv.py28 def get_me_conv_output(input_data, weight, in_channel, out_channel, kernel_size, argument
35 def __init__(self, weight, in_channel, out_channel, kernel_size, argument
/third_party/mindspore/mindspore/core/ops/
Dadder.cc22 void Adder::Init(const int64_t in_channel, const int64_t out_channel, const std::vector<int64_t> &k… in Init()
36 void Adder::set_in_channel(const int64_t in_channel) { (void)this->AddAttr(kInChannel, MakeValue(in… in set_in_channel()
Dconv2d_transpose.cc28 void Conv2DTranspose::Init(int64_t in_channel, int64_t out_channel, const std::vector<int64_t> &ker… in Init()
45 void Conv2DTranspose::set_in_channel(int64_t in_channel) { in set_in_channel()
/third_party/mindspore/mindspore/core/ops/grad/
Dde_conv2d_grad_filter.cc24 void DeConv2DGradFilter::Init(const int64_t in_channel, const int64_t out_channel, in Init()
42 void DeConv2DGradFilter::set_in_channel(const int64_t in_channel) { in set_in_channel()
Dgroup_conv2d_grad_input.cc23 void GroupConv2DGradInput::Init(const int64_t &in_channel, const int64_t &out_channel, in Init()
43 void GroupConv2DGradInput::set_in_channel(const int64_t &in_channel) { in set_in_channel()
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/backbone/
Dresnet_deeplab.py23 def _conv_bn_relu(in_channel, argument
45 def _deep_conv_bn_relu(in_channel, argument
67 def _stob_deep_conv_btos_bn_relu(in_channel, argument
95 def _stob_conv_btos_bn_relu(in_channel, argument
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/common/
Dpack_tests.cc66 int in_channel = conv_param->input_channel_; in TEST_F() local
129 int in_channel = conv_param->input_channel_; in TEST_F() local

123