Home
last modified time | relevance | path

Searched defs:aux_input (Results 1 – 10 of 10) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dbidirectional_sequence_rnn.mod.py40 bw_hidden_state, aux_input, fw_aux_weights, bw_aux_weights, activation, argument
Dbidirectional_sequence_lstm_merge_outputs.mod.py117 aux_input = Input("input", "TENSOR_FLOAT32", "{{{}, {}, {}}}".format(max_time, n_batch, n_input)) variable
Dbidirectional_sequence_lstm_float16_batch_major_merge_outputs.mod.py117 aux_input = Input("input", "TENSOR_FLOAT16", "{{{}, {}, {}}}".format(n_batch, max_time, n_input)) variable
Dbidirectional_sequence_lstm.mod.py116 aux_input = Input("input", "TENSOR_FLOAT32", "{{{}, {}, {}}}".format(max_time, n_batch, n_input)) variable
Dbidirectional_sequence_lstm_cifg_peephole.mod.py116 aux_input = Input("input", "TENSOR_FLOAT32", "{{{}, {}, {}}}".format(max_time, n_batch, n_input)) variable
Dbidirectional_sequence_lstm_norm_fw_output.mod.py117 aux_input = Input("input", "TENSOR_FLOAT32", "{{{}, {}, {}}}".format(max_time, n_batch, n_input)) variable
Dbidirectional_sequence_lstm_float16_batch_major_aux_input.mod.py119 aux_input = Input("input", "TENSOR_FLOAT16", "{{{}, {}, {}}}".format(n_batch, max_time, n_input)) variable
Dbidirectional_sequence_lstm_float16_batch_major.mod.py116 aux_input = Input("input", "TENSOR_FLOAT16", "{{{}, {}, {}}}".format(n_batch, max_time, n_input)) variable
Dbidirectional_sequence_lstm_aux_input.mod.py118 aux_input = Input("input", "TENSOR_FLOAT32", "{{{}, {}, {}}}".format(max_time, n_batch, n_input)) variable
/frameworks/ml/nn/runtime/test/generated/models/
Dbidirectional_sequence_rnn.model.cpp23 auto aux_input = model->addOperand(&type5); in CreateModel() local
71 auto aux_input = model->addOperand(&type5); in CreateModel_relaxed() local
121 auto aux_input = model->addOperand(&type14); in CreateModel_float16() local
169 auto aux_input = model->addOperand(&type5); in CreateModel_dynamic_output_shape() local
217 auto aux_input = model->addOperand(&type5); in CreateModel_dynamic_output_shape_relaxed() local
267 auto aux_input = model->addOperand(&type14); in CreateModel_dynamic_output_shape_float16() local