Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dunidirectional_sequence_rnn.mod.py39 def convert_to_time_major(tensor, num_batches, max_time, input_size): argument
45 max_time = 16 variable
Dunidirectional_sequence_lstm_batch_major_peephole_projection_bias.mod.py24 max_time = 4 variable
Dunidirectional_sequence_lstm_layer_norm_cifg_peephole.mod.py23 max_time = 3 variable
Dunidirectional_sequence_lstm_f16_batch_major.mod.py24 max_time = 3 variable
Dunidirectional_sequence_lstm_f16_norm_peephole_projection.mod.py23 max_time = 3 variable
Dunidirectional_sequence_lstm_norm_peephole_projection.mod.py23 max_time = 3 variable
Dunidirectional_sequence_lstm_cifg_peephole.mod.py23 max_time = 3 variable
Dunidirectional_sequence_lstm_1step.mod.py23 max_time = 1 variable
Dunidirectional_sequence_lstm_batch_major_norm_peephole_projection.mod.py23 max_time = 3 variable
Dbidirectional_sequence_rnn.mod.py83 max_time = 16 variable
Dbidirectional_sequence_lstm_float16_batch_major_merge_outputs.mod.py25 max_time = 3 variable
Dbidirectional_sequence_lstm_merge_outputs.mod.py25 max_time = 3 variable
Dbidirectional_sequence_lstm_aux_input.mod.py26 max_time = 3 variable
Dbidirectional_sequence_lstm_float16_batch_major_aux_input.mod.py27 max_time = 3 variable
Dbidirectional_sequence_lstm_float16_batch_major.mod.py24 max_time = 3 variable
Dbidirectional_sequence_lstm.mod.py24 max_time = 3 variable
Dbidirectional_sequence_lstm_cifg_peephole.mod.py24 max_time = 3 variable
Dbidirectional_sequence_lstm_norm_fw_output.mod.py25 max_time = 3 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dunidirectional_sequence_rnn.mod.py42 def convert_to_time_major(tensor, num_batches, max_time, input_size): argument
48 max_time = 16 variable
Dbidirectional_sequence_lstm.mod.py27 max_time, argument
460 max_time = 3 variable
508 max_time = 3 variable
Dunidirectional_sequence_lstm_layer_norm_cifg_peephole_state_output.mod.py23 max_time = 3 variable
Dbidirectional_sequence_rnn_1_3.mod.py89 max_time = 16 variable
Dbidirectional_sequence_rnn_state_output.mod.py91 max_time = 16 variable
Dbidirectional_sequence_lstm_state_output.mod.py24 max_time = 3 variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp268 const uint32_t max_time = SizeOfDimension(input_, params_.time_major ? 0 : 1); in Prepare() local