Home
last modified time | relevance | path

Searched defs:params (Results 1 – 14 of 14) sorted by relevance

/cmsis-nn-3.7.0/Tests/UnitTest/RefactoredTestGen/Lib/
Dop_conv.py28 def get_shapes(params): argument
72 def generate_keras_model(shapes, params): argument
100 def generate_data_tflite(tflite_fname, params): argument
140 def calculate_padding(x_output, y_output, params): argument
180 def generate_quantize_per_channel_multiplier(params, scales): argument
Dop_lstm.py28 def get_shapes(params): argument
47 def generate_keras_model(shapes, params): argument
78 def generate_data_tflite(tflite_fname, params): argument
136 def generate_data_json(shapes, params): argument
Dop_fully_connected.py25 def get_shapes(params): argument
59 def generate_data_json(shapes, params): argument
Dtest_suite.py21 def generate(params, args): argument
Dop_utils.py24 def __init__(self, params, tensors, scales, effective_scales, aliases={}): argument
41 def generate_keras_model(output_path, shapes, params): argument
46 def generate_data_tflite(tflite_path, params) -> Generated_data: argument
54 def generate_data_json(shapes, params) -> Generated_data: argument
70 def get_dtype(name, params): argument
Dtest.py49 def generate(params, args, fpaths): argument
221 def write_config(config_fpath, params, prefix, test_data_fpath, header): argument
310 def convert_json_to_tflite(json_template_fpath, json_output_fpath, tensors, params, schema_path): argument
/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_lstm_calculate_gate_s16.c50 const cmsis_nn_lstm_params *params, in arm_nn_lstm_calculate_gate_s16()
Darm_nn_lstm_calculate_gate_s8_s16.c57 const cmsis_nn_lstm_params *params, in arm_nn_lstm_calculate_gate_s8_s16()
Darm_nn_lstm_step_s16.c49 const cmsis_nn_lstm_params *params, in arm_nn_lstm_step_s16()
Darm_nn_lstm_step_s8.c48 const cmsis_nn_lstm_params *params, in arm_nn_lstm_step_s8()
/cmsis-nn-3.7.0/Source/LSTMFunctions/
Darm_lstm_unidirectional_s16.c51 const cmsis_nn_lstm_params *params, in arm_lstm_unidirectional_s16()
Darm_lstm_unidirectional_s8.c51 const cmsis_nn_lstm_params *params, in arm_lstm_unidirectional_s8()
/cmsis-nn-3.7.0/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/
Dtest_arm_lstm_unidirectional_s16.c152 const cmsis_nn_lstm_params params = {lstm_1_s16_time_major, in lstm_1_s16() local
298 const cmsis_nn_lstm_params params = {lstm_2_s16_time_major, in lstm_2_s16() local
446 const cmsis_nn_lstm_params params = {lstm_one_time_step_s16_time_major, in lstm_one_time_step_s16() local
/cmsis-nn-3.7.0/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s8/
Dtest_arm_lstm_unidirectional_s8.c161 const cmsis_nn_lstm_params params = {LSTM_1_TIME_MAJOR, in lstm_1_arm_lstm_unidirectional_s8() local
312 const cmsis_nn_lstm_params params = {LSTM_2_TIME_MAJOR, in lstm_2_arm_lstm_unidirectional_s8() local
465 const cmsis_nn_lstm_params params = {LSTM_ONE_TIME_STEP_TIME_MAJOR, in lstm_one_time_step_arm_lstm_unidirectional_s8() local