Home
last modified time | relevance | path

Searched defs:time_major (Results 1 – 13 of 13) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dunidirectional_sequence_rnn.model.cpp18 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
Dbidirectional_sequence_lstm_aux_input.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm_float16_batch_major_merge_outputs.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
163 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm_float16_batch_major.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm_merge_outputs.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
163 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm_float16_batch_major_aux_input.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm_cifg_peephole.model.cpp66 auto time_major = model->addOperand(&type8); in CreateModel() local
164 auto time_major = model->addOperand(&type8); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_lstm_norm_fw_output.model.cpp69 auto time_major = model->addOperand(&type11); in CreateModel() local
170 auto time_major = model->addOperand(&type11); in CreateModel_dynamic_output_shape() local
Dbidirectional_sequence_rnn.model.cpp27 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/
Dunidirectional_sequence_rnn.mod.py20 activation, time_major, output, input_data, weights_data, argument
Dbidirectional_sequence_rnn.mod.py41 time_major, merge_outputs, fw_output, bw_output, input_data, argument
/frameworks/ml/nn/common/operations/
DLSTM.h40 bool time_major; member