Home
last modified time | relevance | path

Searched defs:hidden_size (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mindspore/tests/st/ops/gpu/
Dtest_lstm_op.py32 …def __init__(self, seq_len, batch_size, input_size, hidden_size, num_layers, has_bias, bidirection… argument
164 …def __init__(self, seq_len, batch_size, input_size, hidden_size, num_layers, has_bias, bidirection… argument
321 …def __init__(self, seq_len, batch_size, input_size, hidden_size, num_layers, has_bias, bidirection… argument
595 …def __init__(self, seq_len, batch_size, input_size, hidden_size, num_layers, has_bias, bidirection… argument
869 …def __init__(self, seq_len, batch_size, input_size, hidden_size, num_layers, has_bias, bidirection… argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_lstm_op.py38 hidden_size, argument
102 …def __init__(self, batch_size, input_size, hidden_size, num_layers, has_bias, bidirectional, dropo… argument
205 …def __init__(self, batch_size, input_size, hidden_size, num_layers, has_bias, bidirectional, dropo… argument
293 …def __init__(self, seq_len, batch_size, input_size, hidden_size, num_layers, has_bias, bidirection… argument
/third_party/mindspore/tests/st/ops/ascend/
Dtest_gru_op.py40 …def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional, drop… argument
50 … def __init__(self, num_layers, has_bias, input_size, num_directions, hidden_size, bidirectional): argument
Dtest_rnn_op.py40 …def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional, drop… argument
50 … def __init__(self, num_layers, has_bias, input_size, num_directions, hidden_size, bidirectional): argument
/third_party/mindspore/mindspore/core/ops/grad/
Dlstm_grad.cc39 void LSTMGrad::set_hidden_size(const int64_t hidden_size) { in set_hidden_size()
79 void LSTMGrad::Init(const int64_t input_size, const int64_t hidden_size, const int64_t num_layers, … in Init()
/third_party/mindspore/mindspore/core/ops/
Dlstm.cc56 int64_t hidden_size = GetValue<int64_t>(primitive->GetAttr(kHidden_size)); in LstmInfer() local
111 void LSTM::set_hidden_size(const int64_t hidden_size) { in set_hidden_size()
151 void LSTM::Init(const int64_t input_size, const int64_t hidden_size, const int64_t num_layers, cons… in Init()
/third_party/mindspore/mindspore/lite/test/ut/nnacl/infer/
Dlstm_infer_test.cc32 int hidden_size = 2; in TEST_F() local
/third_party/mindspore/mindspore/nn/layer/
Dlstm.py134 hidden_size, argument
378 hidden_size, argument
Drnns.py202 def __init__(self, mode, input_size, hidden_size, num_layers=1, has_bias=True, argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dlstm_infer.c44 int hidden_size = weight_i->shape_[1] / 4; in LstmInferShape() local
Dgru_infer.c59 int hidden_size = w_gate_shape[1] / 3; in GruInferShape() local
/third_party/mindspore/tests/ut/python/nn/
Dtest_lstm.py27 def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional): argument
/third_party/mindspore/mindspore/parallel/nn/
Dtransformer.py320 def __init__(self, hidden_size, argument
687 hidden_size, argument
1152 hidden_size, argument
1447 def __init__(self, hidden_size, argument
1872 hidden_size, argument
2063 hidden_size, argument
2279 hidden_size, argument
Dmoe.py89 def __init__(self, hidden_size, argument
/third_party/mindspore/mindspore/nn/probability/toolbox/
Danomaly_detection.py44 def __init__(self, encoder, decoder, hidden_size=400, latent_size=20): argument
/third_party/mindspore/mindspore/nn/probability/dpn/vae/
Dvae.py52 def __init__(self, encoder, decoder, hidden_size, latent_size): argument
Dcvae.py57 def __init__(self, encoder, decoder, hidden_size, latent_size, num_classes): argument
/third_party/mindspore/tests/st/networks/
Dtest_gpu_lstm.py31 def InitialLstmWeight(input_size, hidden_size, num_layers, bidirectional, has_bias=False): argument
/third_party/mindspore/tests/st/networks/models/bert/src/
Dbert_model.py66 hidden_size=768, argument
605 hidden_size, argument
674 hidden_size=768, argument
743 hidden_size, argument
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtf_bidirection_gru_fusion.cc395 int *hidden_size) { in GetInputAndHiddenSize()
475 … const int input_size, const int hidden_size, float *gate_tensor_data, in ConvertWeightData()
530 const int hidden_size, float *tensor_data) { in ConvertBiasData()
624 int hidden_size = 0; in CreateBiDirectionGruNode() local
Dtf_lstm_cell_fusion.cc186 … const float *const data_ptr, const int hidden_size) { in SetWeightAbstractAndDefault()
223 const ParameterPtr &weight_c, int hidden_size) { in SplitWeights()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dlstm_fp32.c120 float *state_buffer, int batch, int hidden_size, const float zoneout) { in UpdataState()
138 int batch, int hidden_size, const float zoneout) { in UpdataOutput()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dlstm_fp16.c135 … const float16_t *cell_gate, float16_t *state_buffer, int batch, int hidden_size, in UpdataStateFp16()
154 float16_t *state_buffer, int batch, int hidden_size, float16_t zoneout) { in UpdataOutputFp16()
/third_party/mindspore/mindspore/lite/tools/converter/parser/
Dlstm_adjust_pass.cc152 size_t hidden_size = static_cast<size_t>(primitive_c->get_hidden_size()); in ReplaceLstmNode() local
/third_party/mindspore/tests/mindspore_test_framework/apps/
Dbert_attention_submodules.py368 hidden_size=768, argument

12