Home
last modified time | relevance | path

Searched defs:input_channel (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mindspore/tests/ut/python/communication/
Dtest_comm.py48 def __init__(self, input_channel, out_channel, op): argument
63 def __init__(self, input_channel, out_channel): argument
77 def __init__(self, input_channel, out_channel): argument
98 def __init__(self, input_channel, out_channel, op): argument
113 def __init__(self, input_channel, out_channel): argument
128 def __init__(self, batch_size, input_channel, out_channel): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_slidewindow_fp32.cc42 auto input_channel = filter_tensor->Channel(); in Init() local
190 auto input_channel = filter_tensor->Channel(); in PackWeight() local
203 auto input_channel = filter_tensor->Channel(); in MallocWeightBiasData() local
Ddeconvolution_fp32.cc58 auto input_channel = weight_tensor->Batch(); in MallocWeightBiasData() local
83 auto input_channel = weight_tensor->Batch(); in PackWeight() local
178 auto input_channel = weight_tensor->Batch(); in Init() local
Dconvolution_1x1_fp32.cc122 auto input_channel = filter_tensor->Channel(); in Init() local
273 auto input_channel = filter_tensor->Channel(); in PackWeight() local
300 auto input_channel = filter_tensor->Channel(); in MallocWeightBiasData() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dconvolution_1x1_fp16.cc85 auto input_channel = weight_tensor->Channel(); in MallocWeightBiasData() local
116 auto input_channel = weight_tensor->Channel(); in PackWeight() local
153 auto input_channel = weight_tensor->Channel(); in Init() local
Ddeconvolution_fp16.cc58 auto input_channel = weight_tensor->Batch(); in PackWeight() local
70 auto input_channel = weight_tensor->Batch(); in MallocWeightBiasData() local
192 auto input_channel = weight_tensor->Batch(); in Init() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dconv2d_3x3_int8_coder.cc28 int input_channel = conv_param->input_channel_; in ProcessFilterUint8() local
48 int input_channel = conv_param_->input_channel_; in InitWeightBias() local
Dconv2d_1x1_int8_coder.cc152 int32_t input_channel = filter_tensor_->Channel(); in InitWeightBias() local
Dconv2d_int8_coder.cc87 int32_t input_channel = filter_tensor_->Channel(); in InitWeightBias() local
/third_party/mindspore/tests/ut/python/parallel/
Dtest_optimizer.py30 def __init__(self, input_channel, out_channel): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_3x3_int8.cc31 auto input_channel = conv_param->input_channel_; in ProcessFilterUint8() local
83 auto input_channel = filter_tensor->Channel(); in InitWeightBias() local
Dconvolution_1x1_int8.cc154 int Convolution1x1Int8CPUKernel::InitBiasByzp(const void *src_weight, int input_channel, int output… in InitBiasByzp()
216 auto input_channel = filter_tensor->Channel(); in InitWeightBias() local
262 auto input_channel = filter_tensor->Channel(); in InitWeightBiasArm32() local
Dconvolution_int8.cc52 auto input_channel = filter_tensor->Channel(); in InitWeightBias() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Ddepthwise_conv2d_infer.c39 int input_channel = input->shape_[3]; in DepthwiseConv2dInferShape() local
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/int8/
Dconv1x1_init_int8_wrapper.c21 int Conv1x1Init(int8_t *src_weight, int32_t *src_bias, int32_t *filter_zps, int32_t input_channel, in Conv1x1Init()
Dconv_init_int8_wrapper.c23 … int kernel_w, int input_channel, int output_channel, int32_t input_zp, bool filter_peroc, in ConvInit()
/third_party/mindspore/tests/st/fusion/
Dtest_conv_bn1_fusion.py25 input_channel = 2048 variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dspace_to_depth_split.cc38 int64_t input_channel = SizeToLong(x_shape[kDim1]); in CreateTensor() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Ddeconv_fp32.c19 void PackDeConvWeightFp32(const float *weight, float *dst, int input_channel, int output_channel, i… in PackDeConvWeightFp32()
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/
Dconvolution_npu.cc181 auto input_channel = in_tensors.front().Shape()[NHWC_C]; in GetNPUConvOp() local
/third_party/mindspore/tests/ut/python/onnx/
Dtest_onnx.py128 def __init__(self, input_channel, kernel_size): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dconvolution_base.cc191 auto input_channel = filter_tensor->Channel(); in SetIfPerChannel() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/base/
Dconv2d_base_coder.cc147 auto input_channel = static_cast<size_t>(filter_tensor_->Channel()); in SetIfPerChannel() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c21 … size_t plane_size, size_t input_channel, size_t output_channel) { in PackInputSum16x4PerChannelArm32()
52 size_t plane_size, size_t input_channel, size_t output_channel) { in PackInputSum16x4PerChannel()
81 …reOptPeroc(const int8_t *src_input, int8_t *packed_input, int32_t *input_sum, size_t input_channel, in Conv1x1PreOptPeroc()
509 …PreOptPert(const int8_t *src_input, int8_t *packed_input, int32_t *input_sum, size_t input_channel, in Conv1x1PreOptPert()
857 int input_channel = conv_param->input_channel_; in PackWeightToC8Int8() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dconv2d_transpose.cc332 int input_channel = conv_param->input_channel_; in OpenCLConv2dTransposeCreator() local

12