Home
last modified time | relevance | path

Searched refs:datatype (Results 1 - 3 of 3) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp1023 OH_NN_DataType datatype = OH_NN_UNKNOWN; in HWTEST_F() local
1024 OH_NN_ReturnCode ret = OH_NNTensorDesc_SetDataType(tensorDesc, datatype); in HWTEST_F()
1036 OH_NN_DataType datatype = OH_NN_UNKNOWN; in HWTEST_F() local
1037 OH_NN_ReturnCode ret = OH_NNTensorDesc_SetDataType(tensorDesc, datatype); in HWTEST_F()
1049 OH_NN_DataType* datatype = nullptr; in HWTEST_F() local
1050 OH_NN_ReturnCode ret = OH_NNTensorDesc_GetDataType(tensorDesc, datatype); in HWTEST_F()
1062 OH_NN_DataType datatype = OH_NN_BOOL; in HWTEST_F() local
1063 OH_NN_ReturnCode ret = OH_NNTensorDesc_GetDataType(tensorDesc, &datatype); in HWTEST_F()
1075 OH_NN_DataType* datatype = nullptr; in HWTEST_F() local
1076 OH_NN_ReturnCode ret = OH_NNTensorDesc_GetDataType(tensorDesc, datatype); in HWTEST_F()
[all...]
/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp237 DataType datatype = DataType::UNKNOWN; in HWTEST_F() local
238 ErrorCode result = CommonUtils::ParseNativeWindowData(effectBuffer, datatype); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp530 DataType datatype;
531 if (!GetDataType(type, datatype)) {
535 return datatype;
718 const auto datatype = AccessorType(loadResult, jsonData);
729 datatype.value_or(DataType::INVALID), bufferView.value_or(nullptr), byteOffset.value_or(0U),
735 result = result && componentType && count && datatype && bufferView && byteOffset && max && min && sparse;
739 accessor->type = *datatype;

Completed in 9 milliseconds