Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dop_conv.py25 def generate_data(tflite_fname, params): argument
89 def calculate_padding(x_output, y_output, params): argument
140 def get_shapes(params): argument
188 def generate_keras_model(shapes, params): argument
216 def generate_data_tflite(tflite_fname, params): argument
219 def post_model_update(tflite_path, generated_data, params): argument
229 def generate_data_json(shapes, params): argument
Dop_pad.py28 def get_shapes(params): argument
35 def generate_keras_model(shapes, params): argument
49 def generate_data_tflite(tflite_fname, params): argument
Dop_pooling.py28 def get_shapes(params): argument
35 def generate_keras_model(shapes, params): argument
56 def generate_data_tflite(tflite_fname, params): argument
Dop_transpose.py30 def get_shapes(params): argument
38 def generate_keras_model(shapes, params): argument
46 def generate_data_tflite(tflite_fname, params): argument
Dop_fully_connected.py44 def get_shapes(params): argument
98 def generate_data_json(shapes, params): argument
142 def generate_data_tflite(tflite_fname, params): argument
204 def generate_keras_model(shapes, params): argument
Dop_batch_matmul.py28 def get_shapes(params): argument
38 def generate_keras_model(shapes, params): argument
50 def generate_data_tflite(tflite_fname, params): argument
Dop_maximum_minimum.py28 def get_shapes(params): argument
38 def generate_keras_model(shapes, params): argument
56 def generate_data_tflite(tflite_fname, params): 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_utils.py26 def __init__(self, params, tensors, scales, effective_scales, aliases={}): argument
43 def generate_keras_model(output_path, shapes, params): argument
48 def generate_data_tflite(tflite_path, params) -> Generated_data: argument
56 def generate_data_json(shapes, params) -> Generated_data: argument
64 def post_model_update(tflite_path, generated_data, params) -> Generated_data: argument
79 def get_dtype(name, params): argument
158 def generate_quantize_per_channel_multiplier(params, scales): argument
Dtest_suite.py21 def generate(params, args): argument
Dtest.py54 def generate(params, args, fpaths): argument
287 def write_config(config_fpath, params, prefix, test_data_fpath, header): argument
387 def convert_json_to_tflite(json_template_fpath, json_output_fpath, tensors, params, schema_path): argument
/cmsis-nn-latest/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-latest/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-latest/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-latest/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() local
315 const cmsis_nn_lstm_params params = {LSTM_2_TIME_MAJOR, in lstm_2() local
470 const cmsis_nn_lstm_params params = {LSTM_ONE_TIME_STEP_TIME_MAJOR, in lstm_one_time_step() local