Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/ops/ascend/
Dtest_dynamic_gru_v2.py31 def construct(self, x, weight_i, weight_h, bias_i, bias_h, init_h): argument
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dlstm_fp32_tests.cc65 auto *weight_h = new lite::Tensor; in InitLstmForwardCreator() local
223 auto *weight_h = new lite::Tensor; in InitLstmBackwardCreator() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dlstm_fp32.cc117 auto weight_h = in_tensors_.at(weight_h_index); in InitStateWeightBias() local
349 int LstmCPUKernel::LstmUnidirectional(float *output, const float *weight_i, const float *weight_h, in LstmUnidirectional()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dlstm_fp16.cc144 auto weight_h = in_tensors_.at(2); in InitStateWeightBias() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dlstm_fp32_coder.cc58 Tensor *weight_h = input_tensors().at(kInputSize1); in InitStateWeightBias() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dlstm_fp32.c232 …directional(float *output, const float *packed_input, const float *weight_i, const float *weight_h, in LstmUnidirectional()
261 void Lstm(float *output, const float *input, const float *weight_i, const float *weight_h, const fl… in Lstm()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dlstm_fp16.c246const float16_t *weight_h, const float16_t *input_bias, const float16_t *state_bias, in LstmUnidirectionalFp16()
275 …16(float16_t *output, const float16_t *input, const float16_t *weight_i, const float16_t *weight_h, in LstmFp16()