Home
last modified time | relevance | path

Searched refs:modelId (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Drsdz_model_id_component.h32 DEFINE_ARRAY_PROPERTY(char, 64u, modelId, "Model ID", 0, "")
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_range.h39 char modelId[SOFTBUS_MODEL_ID_LEN]; member
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterrange_fuzzer/
H A Dsoftbusadapterrange_fuzzer.cpp33 rangeParam.modelId[SOFTBUS_MODEL_ID_LEN - 1] = '\0'; in SoftBusAdapterRangeFuzzTest()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dprepared_model.h43 virtual OH_NN_ReturnCode GetModelID(uint32_t& modelId) const = 0;
H A Dhdi_prepared_model_v1_0.h50 OH_NN_ReturnCode GetModelID(uint32_t& modelId) const override;
H A Dhdi_prepared_model_v2_0.h51 OH_NN_ReturnCode GetModelID(uint32_t& modelId) const override;
H A Dhdi_prepared_model_v2_1.h51 OH_NN_ReturnCode GetModelID(uint32_t& modelId) const override;
H A Dnnexecutor.h58 OH_NN_ReturnCode GetModelID(uint32_t& modelId) const override;
H A Dhdi_prepared_model_v2_1.cpp301 OH_NN_ReturnCode HDIPreparedModelV2_1::GetModelID(uint32_t& modelId) const in GetModelID()
H A Dhdi_prepared_model_v2_0.cpp301 OH_NN_ReturnCode HDIPreparedModelV2_0::GetModelID(uint32_t& modelId) const in GetModelID()
H A Dhdi_prepared_model_v1_0.cpp284 OH_NN_ReturnCode HDIPreparedModelV1_0::GetModelID(uint32_t& modelId) const in GetModelID()
H A Dnnexecutor.cpp325 OH_NN_ReturnCode NNExecutor::GetModelID(uint32_t& modelId) const in GetModelID()
327 OH_NN_ReturnCode ret = m_preparedModel->GetModelID(modelId); in GetModelID()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor.h59 virtual OH_NN_ReturnCode GetModelID(uint32_t& modelId) const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1983 node.modelIdRSDZ, component.modelId, StringUtil::MaxStringLengthFromArray(component.modelId)); in RecursivelyCreateComponents()

Completed in 10 milliseconds