Home
last modified time | relevance | path

Searched defs:name (Results 1 – 21 of 21) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dop_lstm.py108 def calc_scale(name, input_scale, tensor_index): argument
157 def create_scales(name, input_scale1): argument
Dop_utils.py79 def get_dtype(name, params): argument
Dtest.py375 def generate_test_from_template(name, test_functions_fpath, template_fpath, unity_fpath): argument
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/
Dtest_plan.json17 {"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/
Dsoftmax_int8_to_int16_template.json20 "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/
Ddarkmode_toggle.js127 static createCookie(name, value, days) { argument
138 static readCookie(name) { argument
149 static eraseCookie(name) { argument
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/JsonTemplates/
Dlstm_s16.json21 "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 …]
Dlstm_s16_tm.json21 "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 …]
Dconv.json22 "name": "tensor_input", string
43 "name": "tensor_weight", string
58 "name": "tensor_bias", string
75 "name": "tensor_output", string
Dfully_connected.json20 "name" : "tensor_input", string
40 "name" : "tensor_weight", string
60 "name": "tensor_weight", string
80 "name": "tensor_output", string
Dfully_connected_null_bias.json20 "name" : "tensor_input", string
40 "name" : "tensor_weight", string
61 "name": "tensor_output", string
Dconv_null_bias.json22 "name": "tensor_input", string
43 "name": "tensor_weight", string
60 "name": "tensor_output", string
/cmsis-nn-latest/Tests/UnitTest/TestCases/Common/
Dsvdf_s8_weights_template.json19 "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
Dsvdf_template.json19 "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
Dconv2d_s4_weights_template.json22 "name": "tensor_input", string
43 "name": "tensor_weight", string
58 "name": "tensor_bias", string
75 "name": "tensor_output", string
Dfc_weights_template.json20 "name" : "tensor_input", string
40 "name" : "tensor_weight", string
60 "name": "tensor_weight", string
80 "name": "tensor_output", string
Dfc_weights_template_unpacked.json20 "name" : "tensor_input", string
40 "name" : "tensor_weight", string
60 "name": "tensor_weight", string
80 "name": "tensor_output", string
Dfc_weights_template_null_bias.json20 "name" : "tensor_input", string
40 "name" : "tensor_weight", string
61 "name": "tensor_output", string
Dfc_weights_template_null_bias_unpacked.json20 "name" : "tensor_input", string
40 "name" : "tensor_weight", string
61 "name": "tensor_output", string
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/
Dretarget.c90 __attribute__((weak)) FILEHANDLE _sys_open(const char *name, int openmode) in _sys_open()
/cmsis-nn-latest/Tests/UnitTest/
Dtest_settings.py366 def generate_c_array(self, name, array, datatype="int8_t", const="const ", pack=False) -> None: argument