Searched defs:hidden_state_out (Results 1 – 10 of 10) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | rnn_state.model.cpp | 17 auto hidden_state_out = model->addOperand(&type4); in CreateModel() local 50 auto hidden_state_out = model->addOperand(&type6); in CreateModel_dynamic_output_shape() local
|
D | rnn.model.cpp | 17 auto hidden_state_out = model->addOperand(&type4); in CreateModel() local 50 auto hidden_state_out = model->addOperand(&type6); in CreateModel_dynamic_output_shape() local
|
D | rnn_state_relaxed.model.cpp | 17 auto hidden_state_out = model->addOperand(&type4); in CreateModel() local 52 auto hidden_state_out = model->addOperand(&type6); in CreateModel_dynamic_output_shape() local
|
D | rnn_float16.model.cpp | 17 auto hidden_state_out = model->addOperand(&type4); in CreateModel() local 50 auto hidden_state_out = model->addOperand(&type6); in CreateModel_dynamic_output_shape() local
|
D | rnn_relaxed.model.cpp | 17 auto hidden_state_out = model->addOperand(&type4); in CreateModel() local 52 auto hidden_state_out = model->addOperand(&type6); in CreateModel_dynamic_output_shape() local
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | rnn_state.mod.py | 31 hidden_state_out = IgnoredOutput("hidden_state_out", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units… variable
|
D | rnn.mod.py | 31 hidden_state_out = IgnoredOutput("hidden_state_out", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units… variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | rnn_state_relaxed.mod.py | 31 hidden_state_out = IgnoredOutput("hidden_state_out", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units… variable
|
D | rnn_relaxed.mod.py | 31 hidden_state_out = IgnoredOutput("hidden_state_out", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units… variable
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | rnn_float16.mod.py | 31 hidden_state_out = IgnoredOutput("hidden_state_out", "TENSOR_FLOAT16", "{%d, %d}" % (batches, units… variable
|