/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/ |
A D | uai_odla_inference.h | 22 odla_value input = odla_AddArgument(comp, "input", INT8, in alios_b0_helper() 27 …odla_AddConstant(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 1, .dims = {2}}, conv_1_bias); in alios_b0_helper() 31 …odla_AddConstant(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 1, .dims = {8}}, conv_2_bias); in alios_b0_helper() 33 … comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {5, 5, 8, 16}}, conv_3_kernel); in alios_b0_helper() 37 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 2, .dims = {1536, 48}}, fc_1_kernel); in alios_b0_helper() 39 … odla_AddConstant(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 1, .dims = {48}}, fc_1_bias); in alios_b0_helper() 43 … odla_AddConstant(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 1, .dims = {21}}, fc_2_bias); in alios_b0_helper() 65 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 24, 16, 2}}, in alios_b0_helper() 76 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 24, 16, 8}}, in alios_b0_helper() 83 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 12, 8, 8}}, in alios_b0_helper() [all …]
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uctypes_array_load_store.py.exp | 1 NATIVE INT8 5 -2 -1 0 1 2 9 LITTLE_ENDIAN INT8 5 -2 -1 0 1 2 17 BIG_ENDIAN INT8 5 -2 -1 0 1 2
|
A D | uctypes_bytearray.py | 9 "arr2": (uctypes.ARRAY | 2, uctypes.INT8 | 2),
|
A D | uctypes_error.py | 33 S = uctypes.struct(uctypes.addressof(data), {"x": (uctypes.ARRAY | 0, uctypes.INT8 | 2)})
|
A D | uctypes_array_assign_native_le_intbig.py | 22 "arr8": (uctypes.ARRAY | 0, uctypes.INT8 | 1),
|
A D | uctypes_array_assign_native_le.py | 22 "arr8": (uctypes.ARRAY | 0, uctypes.INT8 | 1),
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | typedef.h | 8 typedef signed char INT8; /* Signed 8 bit quantity */ typedef
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moductypes.c | 56 UINT8, INT8, UINT16, INT16, enumerator 312 case INT8: in get_aligned() 354 case INT8: in set_aligned() 668 { MP_ROM_QSTR(MP_QSTR_INT8), MP_ROM_INT(TYPE2SMALLINT(INT8, VAL_TYPE_BITS)) },
|
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_uart.c | 27 typedef signed char INT8; /* Signed 8 bit quantity */ typedef
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_defs.h | 111 typedef char INT8; typedef
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/ |
A D | common.h | 102 typedef INT8 s8; 114 typedef INT8 s8;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | plat_types.h | 161 typedef signed char INT8; typedef
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 405 " converter.inference_input_type = tf.lite.constants.INT8\n", 406 " converter.inference_output_type = tf.lite.constants.INT8\n",
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | CMakeLists.txt | 392 check_type_size(INT8 int8) 393 set(HAVE_INT8 ${INT8})
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 55665 DUK__DUMPLM_SIGNED(INT8);
|