/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/ |
D | op_lstm.py | 108 def calc_scale(name, input_scale, tensor_index): argument 157 def create_scales(name, input_scale1): argument
|
D | op_utils.py | 79 def get_dtype(name, params): argument
|
D | test.py | 375 def generate_test_from_template(name, test_functions_fpath, template_fpath, unity_fpath): argument
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 17 {"name" : "basic_int4", string 26 {"name" : "basic_2_int4", string 35 {"name" : "stride2pad1_int4", string 46 {"name" : "kernel1x1_int4", string 55 {"name" : "kernel1x1_int4_2", string 64 {"name" : "kernel1x1_int4_3", string 75 {"name" : "kernel1x1_stride_x_int4", string 88 {"name" : "kernel1x1_stride_x_y_int4", string 101 {"name" : "kernel1x1_stride_x_y_1_int4", string 114 {"name" : "kernel1x1_stride_x_y_2_int4", string [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/Common/Softmax/ |
D | softmax_int8_to_int16_template.json | 20 "name": "softmax_input", string 37 "name": "softmax_output", string 68 "name": "main" string 86 "name": "min_runtime_version", string
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | darkmode_toggle.js | 127 static createCookie(name, value, days) { argument 138 static readCookie(name) { argument 149 static eraseCookie(name) { argument
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/JsonTemplates/ |
D | lstm_s16.json | 21 "name": "serving_default_input:0", string 41 "name": "arith.constant4", string 61 "name": "arith.constant5", string 81 "name": "arith.constant6", string 101 "name": "arith.constant7", string 122 "name": "arith.constant", string 143 "name": "arith.constant1", string 164 "name": "arith.constant2", string 185 "name": "arith.constant3", string 206 "name": "arith.constant8", string [all …]
|
D | lstm_s16_tm.json | 21 "name": "serving_default_input:0", string 41 "name": "arith.constant4", string 61 "name": "arith.constant5", string 81 "name": "arith.constant6", string 101 "name": "arith.constant7", string 122 "name": "arith.constant", string 143 "name": "arith.constant1", string 164 "name": "arith.constant2", string 185 "name": "arith.constant3", string 206 "name": "arith.constant8", string [all …]
|
D | conv.json | 22 "name": "tensor_input", string 43 "name": "tensor_weight", string 58 "name": "tensor_bias", string 75 "name": "tensor_output", string
|
D | fully_connected.json | 20 "name" : "tensor_input", string 40 "name" : "tensor_weight", string 60 "name": "tensor_weight", string 80 "name": "tensor_output", string
|
D | fully_connected_null_bias.json | 20 "name" : "tensor_input", string 40 "name" : "tensor_weight", string 61 "name": "tensor_output", string
|
D | conv_null_bias.json | 22 "name": "tensor_input", string 43 "name": "tensor_weight", string 60 "name": "tensor_output", string
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/Common/ |
D | svdf_s8_weights_template.json | 19 "name": "tensor_input", string 38 "name": "tensor_weight_1", string 57 "name": "tensor_weight_2", string 75 "name": "tensor_bias", string 94 "name": "tensor_state", string 113 "name": "tensor_output", string
|
D | svdf_template.json | 19 "name": "tensor_input", string 38 "name": "tensor_weight_1", string 57 "name": "tensor_weight_2", string 75 "name": "tensor_bias", string 94 "name": "tensor_state", string 113 "name": "tensor_output", string
|
D | conv2d_s4_weights_template.json | 22 "name": "tensor_input", string 43 "name": "tensor_weight", string 58 "name": "tensor_bias", string 75 "name": "tensor_output", string
|
D | fc_weights_template.json | 20 "name" : "tensor_input", string 40 "name" : "tensor_weight", string 60 "name": "tensor_weight", string 80 "name": "tensor_output", string
|
D | fc_weights_template_unpacked.json | 20 "name" : "tensor_input", string 40 "name" : "tensor_weight", string 60 "name": "tensor_weight", string 80 "name": "tensor_output", string
|
D | fc_weights_template_null_bias.json | 20 "name" : "tensor_input", string 40 "name" : "tensor_weight", string 61 "name": "tensor_output", string
|
D | fc_weights_template_null_bias_unpacked.json | 20 "name" : "tensor_input", string 40 "name" : "tensor_weight", string 61 "name": "tensor_output", string
|
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/ |
D | retarget.c | 90 __attribute__((weak)) FILEHANDLE _sys_open(const char *name, int openmode) in _sys_open()
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | test_settings.py | 366 def generate_c_array(self, name, array, datatype="int8_t", const="const ", pack=False) -> None: argument
|