Home
last modified time | relevance | path

Searched refs:int8 (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h84 void HiEventPrintf(uint8 type, uint16 eventId, int8 key, int32 value);
105 void HiEventPutInteger(HiEvent *event, int8 key, int32 value);
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c118 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in ClearEventOutput()
128 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitFaultEventOutput()
146 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitUeEventOutput()
161 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitStatEventOutput()
250 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in OutputEvent()
H A Dhiview_event.c51 void HiEventPrintf(uint8 type, uint16 eventId, int8 key, int32 value) in HiEventPrintf()
97 void HiEventPutInteger(HiEvent *event, int8 key, int32 value) in HiEventPutInteger()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_squeeze_v10.md6 去除axis中,长度为1的维度。支持int8量化输入。
H A D_squeeze_v20.md6 去除axis中,长度为1的维度。支持int8量化输入。
H A D_node_attr_types_8idl_v10.md33 | struct  [AvgPoolFusion](_avg_pool_fusion_v10.md) | 在输入tensor上应用 2D 平均池化。支持int8量化输入。 |
70 | struct  [Squeeze](_squeeze_v10.md) | 去除axis中,长度为1的维度。支持int8量化输入。 |
H A D_node_attr_types_8idl_v20.md33 | struct  [AvgPoolFusion](_avg_pool_fusion_v20.md) | 在输入tensor上应用 2D 平均池化。支持int8量化输入。 |
70 | struct  [Squeeze](_squeeze_v20.md) | 去除axis中,长度为1的维度。支持int8量化输入。 |
H A D_avg_pool_fusion_v10.md6 在输入tensor上应用 2D 平均池化。支持int8量化输入。
H A D_avg_pool_fusion_v20.md6 在输入tensor上应用 2D 平均池化。支持int8量化输入。
H A D_n_n_rt_v10.md42 | struct  [AvgPoolFusion](_avg_pool_fusion_v10.md) | 在输入tensor上应用 2D 平均池化。支持int8量化输入。 |
79 | struct  [Squeeze](_squeeze_v10.md) | 去除axis中,长度为1的维度。支持int8量化输入。 |
498 | QUANT_TYPE_ALL | int8全量化 |
H A D_n_n_rt_v20.md42 | struct  [AvgPoolFusion](_avg_pool_fusion_v20.md) | 在输入tensor上应用 2D 平均池化。支持int8量化输入。 |
79 | struct  [Squeeze](_squeeze_v20.md) | 去除axis中,长度为1的维度。支持int8量化输入。 |
546 | QUANT_TYPE_ALL | int8全量化 |
/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_types.h31 typedef signed char int8; typedef
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.h44 int8 ref;
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c101 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitLogOutput()
118 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in ClearLogOutput()
160 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in OutputLog()
635 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in FlushLog()
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_file.h177 int8 ProcFile(HiviewFile *fp, const char *dest, FileProcMode mode);
H A Dhiview_file.c227 int8 ProcFile(HiviewFile *fp, const char *dest, FileProcMode mode) in ProcFile()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md490 | OH_NN_INT8 | 张量数据类型为int8 |
577 | OH_NN_OPS_AVG_POOL | 在输入张量上应用 2D 平均池化,仅支持NHWC格式的张量。支持int8量化输入。<br/>如果输入中含有padMode参数:<br/>输入:<br/>…
610 | OH_NN_OPS_SQUEEZE | 去除axis中,长度为1的维度。支持int8量化输入假设input的shape为[2,1,1,2,2],axis为[0,1], 则output的shape…
1149 该选项对于定点模型是无效的,例如int8类型的定点模型。
H A D_neural_nework_runtime.md490 | OH_NN_INT8 | 张量数据类型为int8 |
577 | OH_NN_OPS_AVG_POOL | 在输入张量上应用 2D 平均池化,仅支持NHWC格式的张量。支持int8量化输入。<br/>如果输入中含有padMode参数:<br/>输入:<br/>…
610 | OH_NN_OPS_SQUEEZE | 去除axis中,长度为1的维度。支持int8量化输入假设input的shape为[2,1,1,2,2],axis为[0,1], 则output的shape…
1149 该选项对于定点模型是无效的,例如int8类型的定点模型。
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md330 // 添加Add算子的参数张量,该参数张量用于指定激活函数的类型,张量的数据类型为int8
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md321 // 添加Add算子的参数张量,该参数张量用于指定激活函数的类型,张量的数据类型为int8
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-about-array.md427 // 如果传入的参数是int8类型的TypedArray数据,它的类型(type)为JSVM_INT8_ARRAY
H A Duse-napi-about-array.md654 // 如果传入的参数是int8类型的TypedArray数据,它的类型(type)为napi_int8_array
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-array.md427 … // If the input parameter is TypedArray data of the int8 type, the value type is JSVM_INT8_ARRAY.
H A Duse-napi-about-array.md653 … // If the input parameter is TypedArray data of the int8 type, the value type is napi_int8_array.
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md321 …// Add the parameter tensor of the int8 type for the Add operator. The parameter tensor is used to…

12