/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _i_o_tensor_v10.md | 21 | enum [DataType](_n_n_rt_v10.md#datatype)[dataType](#datatype) | 张量的数据类型, 数据类型定义请查看[DataType](_n_n… 47 张量的数据类型, 数据类型定义请查看[DataType](_n_n_rt_v10.md#datatype)
|
H A D | _i_o_tensor_v20.md | 21 | enum [DataType](_n_n_rt_v20.md#datatype)[dataType](#datatype) | 张量的数据类型, 数据类型定义请查看[DataType](_n_n… 47 张量的数据类型, 数据类型定义请查看[DataType](_n_n_rt_v20.md#datatype)
|
H A D | _tensor_v10.md | 21 | enum [DataType](_n_n_rt_v10.md#datatype)[dataType](#datatype) | 张量数据类型,详情请参考:[DataType](_n_n_rt_v… 48 张量数据类型,详情请参考:[DataType](_n_n_rt_v10.md#datatype)。
|
H A D | _tensor_v20.md | 21 | enum [DataType](_n_n_rt_v20.md#datatype)[dataType](#datatype) | 张量数据类型,详情请参考:[DataType](_n_n_rt_v… 48 张量数据类型,详情请参考:[DataType](_n_n_rt_v20.md#datatype)。
|
H A D | _nnrt_types_8idl_v10.md | 37 | [DataType](_n_n_rt_v10.md#datatype) : byte {<br/>DATA_TYPE_UNKNOWN = 0 , DATA_TYPE_BOOL = 30 , DA…
|
H A D | _nnrt_types_8idl_v20.md | 37 | [DataType](_n_n_rt_v20.md#datatype) : byte {<br/>DATA_TYPE_UNKNOWN = 0 , DATA_TYPE_BOOL = 30 , DA…
|
H A D | _n_n_rt_v10.md | 98 | [DataType](#datatype) : byte {<br/>DATA_TYPE_UNKNOWN = 0 , DATA_TYPE_BOOL = 30 , DATA_TYPE_INT8 =…
|
H A D | _n_n_rt_v20.md | 98 | [DataType](#datatype) : byte {<br/>DATA_TYPE_UNKNOWN = 0 , DATA_TYPE_BOOL = 30 , DATA_TYPE_INT8 =…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-screenLockFileManager-sys.md | 45 | dataType | [DataType](#datatype) | 是 | 锁屏下访问的敏感数据类型。 | 103 | dataType | [DataType](#datatype) | 是 | 锁屏下访问的敏感数据类型。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | _image_effect___any.md | 22 | [ImageEffect_DataType](_image_effect.md#imageeffect_datatype) [dataType](#datatype) = [ImageEffec…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | _o_h___a_v_screen_capture_config.md | 23 | [OH_DataType](_a_v_screen_capture.md#oh_datatype) [dataType](#datatype) | 屏幕录制流的数据格式。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | _image_effect___any.md | 22 | [ImageEffect_DataType](_image_effect.md#imageeffect_datatype) [dataType](#datatype) = [ImageEffec…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _o_h___n_n___tensor.md | 26 | [OH_NN_DataType](_neural_network_runtime.md#oh_nn_datatype)[dataType](#datatype) | 指定张量的数据类型,要求从[…
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | _o_h___a_v_screen_capture_config.md | 23 | [OH_DataType](_a_v_screen_capture.md#oh_datatype) [dataType](#datatype) | Data type of the screen…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-PhotoPickerComponent.md | 70 …datatype).SET_ALBUM_URI, currentAlbumUri)接口设置给宫格组件的相册,即“currentAlbumUri”。<br>当前相册被删除后若使用方刷新自己的相册标题… 177 | dataType | [DataType](#datatype) | 是 | 发送数据的数据类型。|
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-screenLockFileManager-sys.md | 45 | dataType | [DataType](#datatype) | Yes | Type of sensitive data that is accessible on the lock s… 103 | dataType | [DataType](#datatype) | Yes | Type of sensitive data that is accessible on the lock s…
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestUtils.cpp | 226 DataType datatype = DataType::UNKNOWN; variable 227 ErrorCode result = CommonUtils::ParseNativeWindowData(effectBuffer, datatype);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 1023 OH_NN_DataType datatype = OH_NN_UNKNOWN; variable 1024 OH_NN_ReturnCode ret = OH_NNTensorDesc_SetDataType(tensorDesc, datatype); 1036 OH_NN_DataType datatype = OH_NN_UNKNOWN; variable 1037 OH_NN_ReturnCode ret = OH_NNTensorDesc_SetDataType(tensorDesc, datatype); 1049 OH_NN_DataType* datatype = nullptr; variable 1050 OH_NN_ReturnCode ret = OH_NNTensorDesc_GetDataType(tensorDesc, datatype); 1062 OH_NN_DataType datatype = OH_NN_BOOL; variable 1063 OH_NN_ReturnCode ret = OH_NNTensorDesc_GetDataType(tensorDesc, &datatype); 1075 OH_NN_DataType* datatype = nullptr; variable 1076 OH_NN_ReturnCode ret = OH_NNTensorDesc_GetDataType(tensorDesc, datatype);
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _o_h___n_n___tensor.md | 26 | [OH_NN_DataType](_neural_network_runtime.md#oh_nn_datatype)[dataType](#datatype) | Data type of t…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 530 DataType datatype; in AccessorType() local 531 if (!GetDataType(type, datatype)) { in AccessorType() 535 return datatype; in AccessorType() 718 const auto datatype = AccessorType(loadResult, jsonData); in ParseAccessor() local 729 … datatype.value_or(DataType::INVALID), bufferView.value_or(nullptr), byteOffset.value_or(0U), in ParseAccessor() 735 …result = result && componentType && count && datatype && bufferView && byteOffset && max && min &&… in ParseAccessor() 739 accessor->type = *datatype; in ParseAccessor()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-DataShareResultSet-sys.md | 459 | [DataType](#datatype) | 返回指定列的类型。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-PhotoPickerComponent.md | 69 …datatype).SET_ALBUM_URI, currentAlbumUri).<br>To refresh the grid page to display the default albu… 176 | dataType | [DataType](#datatype) | Yes| Type of the data to send.|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-DataShareResultSet-sys.md | 458 | [DataType](#datatype) | Data type obtained.|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/ |
H A D | js-apis-mindSporeLite.md | 1107 | dtype | [DataType](#datatype) | 否 | 否 | 张量的数据类型。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/ |
H A D | js-apis-mindSporeLite.md | 1107 | dtype | [DataType](#datatype) | No | No | Tensor data type. |
|