/frameworks/ml/nn/runtime/test/generated/models/ |
D | unidirectional_sequence_rnn.model.cpp | 18 auto time_major = model->addOperand(&type6); in CreateModel() local 53 auto time_major = model->addOperand(&type6); in CreateModel_relaxed() local 90 auto time_major = model->addOperand(&type6); in CreateModel_float16() local 125 auto time_major = model->addOperand(&type6); in CreateModel_dynamic_output_shape() local 160 auto time_major = model->addOperand(&type6); in CreateModel_dynamic_output_shape_relaxed() local 197 auto time_major = model->addOperand(&type6); in CreateModel_dynamic_output_shape_float16() local
|
D | bidirectional_sequence_lstm_aux_input.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm_float16_batch_major_merge_outputs.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 163 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm_float16_batch_major.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm_merge_outputs.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 163 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm_float16_batch_major_aux_input.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm_cifg_peephole.model.cpp | 66 auto time_major = model->addOperand(&type8); in CreateModel() local 164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_lstm_norm_fw_output.model.cpp | 69 auto time_major = model->addOperand(&type11); in CreateModel() local 170 auto time_major = model->addOperand(&type11); in CreateModel_dynamic_output_shape() local
|
D | bidirectional_sequence_rnn.model.cpp | 27 auto time_major = model->addOperand(&type8); in CreateModel() local 75 auto time_major = model->addOperand(&type8); in CreateModel_relaxed() local 125 auto time_major = model->addOperand(&type8); in CreateModel_float16() local 173 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local 221 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape_relaxed() local 271 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape_float16() local
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | unidirectional_sequence_rnn.mod.py | 20 activation, time_major, output, input_data, weights_data, argument
|
D | bidirectional_sequence_rnn.mod.py | 41 time_major, merge_outputs, fw_output, bw_output, input_data, argument
|
/frameworks/ml/nn/common/operations/ |
D | LSTM.h | 40 bool time_major; member
|