Home
last modified time | relevance | path

Searched refs:INT8 (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/
A Duai_odla_inference.h22 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 Ductypes_array_load_store.py.exp1 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 Ductypes_bytearray.py9 "arr2": (uctypes.ARRAY | 2, uctypes.INT8 | 2),
A Ductypes_error.py33 S = uctypes.struct(uctypes.addressof(data), {"x": (uctypes.ARRAY | 0, uctypes.INT8 | 2)})
A Ductypes_array_assign_native_le_intbig.py22 "arr8": (uctypes.ARRAY | 0, uctypes.INT8 | 1),
A Ductypes_array_assign_native_le.py22 "arr8": (uctypes.ARRAY | 0, uctypes.INT8 | 1),
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dtypedef.h8 typedef signed char INT8; /* Signed 8 bit quantity */ typedef
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoductypes.c56 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 Daos_hal_uart.c27 typedef signed char INT8; /* Signed 8 bit quantity */ typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h111 typedef char INT8; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dcommon.h102 typedef INT8 s8;
114 typedef INT8 s8;
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h161 typedef signed char INT8; typedef
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb405 " 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 DCMakeLists.txt392 check_type_size(INT8 int8)
393 set(HAVE_INT8 ${INT8})
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c55665 DUK__DUMPLM_SIGNED(INT8);

Completed in 266 milliseconds