Home
last modified time | relevance | path

Searched defs:n_dim (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dbatchnorm_fp32_coder.cc34 int n_dim = static_cast<int>(input_shapes.size()); in Init() local
Dsoftmax_fp32_coder.cc30 int n_dim = softmax_param_->n_dim_; in Prepare() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dsoftmax_grad.c24 int n_dim = parameter->n_dim_; in SoftmaxGrad() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dprelu_fp32.cc76 auto n_dim = in_shape.size(); in ReSize() local
Dsoftmax_fp32.cc51 auto n_dim = softmax_param_->n_dim_; in ReSize() local
Dlog_softmax_fp32.cc56 auto n_dim = softmax_param_->n_dim_; in ReSize() local
Dbatchnorm_fp32.cc65 auto n_dim = input_shapes.size(); in FillParam() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dsoftmax_fp16.cc51 auto n_dim = softmax_param_->n_dim_; in ReSize() local
Dlog_softmax_fp16.cc58 auto n_dim = softmax_param_->n_dim_; in ReSize() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dsoftmax_int8.c23 int n_dim = parameter->n_dim_; in SoftmaxInt8() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dstack_base.cc36 static int GetCopyNum(const std::vector<int> &in_shape, int axis, int n_dim) { in GetCopyNum()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dlog_softmax_fp32.c48 int n_dim = parameter->n_dim_; in LogSoftmax() local
Dsoftmax_fp32.c107 int n_dim = parameter->n_dim_; in Softmax() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dlog_softmax_fp16.c51 int n_dim = parameter->n_dim_; in LogSoftmaxFp16() local
Dsoftmax_fp16.c97 int n_dim = parameter->n_dim_; in SoftmaxFp16() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dsparse_softmax_cross_entropy_with_logits.cc130 int n_dim = sm_params_.n_dim_; in Run() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dbatchnorm_int8_coder.cc29 size_t n_dim = input_shapes.size(); in Prepare() local
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/kernels/nnacl/fp32/
Dsoftmax_fp32.c107 int n_dim = parameter->n_dim_; in Softmax() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dbatchnorm_int8.cc173 auto n_dim = input_shapes.size(); in Init() local
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.cc1979 auto n_dim = args.host_shape[kN]; in NchwFracZTransWithGroups() local