/test/xts/acts/ai/neural_network_runtime/interface/src/ |
D | CompileTest.cpp | 43 OH_NNModel *model = OH_NNModel_Construct(); in GenCacheFile() local 101 OH_NNModel *model = OH_NNModel_Construct(); variable 119 OH_NNModel *model = OH_NNModel_Construct(); variable 167 OH_NNModel *model = OH_NNModel_Construct(); variable 183 OH_NNModel *model = OH_NNModel_Construct(); variable 210 OH_NNModel *model = OH_NNModel_Construct(); variable 226 OH_NNModel *model = OH_NNModel_Construct(); variable 249 OH_NNModel *model = OH_NNModel_Construct(); variable 270 OH_NNModel *model = OH_NNModel_Construct(); variable 291 OH_NNModel *model = OH_NNModel_Construct(); variable [all …]
|
D | ModelTest.cpp | 36 void BuildAddTopKGraph(OH_NNModel *model) in BuildAddTopKGraph() 43 void BuildModel(OH_NNModel *model, const OHNNGraphArgs &graphArgs) in BuildModel() 57 OH_NNModel *model = OH_NNModel_Construct(); variable 105 OH_NNModel *model = OH_NNModel_Construct(); variable 120 OH_NNModel *model = OH_NNModel_Construct(); variable 138 OH_NNModel *model = OH_NNModel_Construct(); variable 156 OH_NNModel *model = OH_NNModel_Construct(); variable 176 OH_NNModel *model = OH_NNModel_Construct(); variable 196 OH_NNModel *model = OH_NNModel_Construct(); variable 214 OH_NNModel *model = OH_NNModel_Construct(); variable [all …]
|
D | MemoryTest.cpp | 70 OH_NNModel *model = OH_NNModel_Construct(); variable 90 OH_NNModel *model = OH_NNModel_Construct(); variable 110 OH_NNModel *model = OH_NNModel_Construct(); variable 130 OH_NNModel *model = OH_NNModel_Construct(); variable 152 OH_NNModel *model = OH_NNModel_Construct(); variable 185 OH_NNModel *model = OH_NNModel_Construct(); variable 205 OH_NNModel *model = OH_NNModel_Construct(); variable 225 OH_NNModel *model = OH_NNModel_Construct(); variable 245 OH_NNModel *model = OH_NNModel_Construct(); variable 267 OH_NNModel *model = OH_NNModel_Construct(); variable [all …]
|
D | ExecutorTest.cpp | 63 OH_NNModel *model = OH_NNModel_Construct(); variable 89 OH_NNModel *model = OH_NNModel_Construct(); variable 114 OH_NNModel *model = OH_NNModel_Construct(); variable 142 OH_NNModel *model = OH_NNModel_Construct(); variable 170 OH_NNModel *model = OH_NNModel_Construct(); variable 199 OH_NNModel *model = OH_NNModel_Construct(); variable 227 OH_NNModel *model = OH_NNModel_Construct(); variable 254 OH_NNModel *model = OH_NNModel_Construct(); variable 284 OH_NNModel *model = OH_NNModel_Construct(); variable 324 OH_NNModel *model = OH_NNModel_Construct(); variable [all …]
|
/test/xts/hats/ai/nnrt/hdi/nnrtFunctionTest/src/ |
D | hdi_model_prepare_test.cpp | 53 OH_NNModel *model = nullptr; variable 115 OH_NNModel *model = nullptr; variable 159 OH_NNModel *model = nullptr; variable 195 OH_NNModel *model = nullptr; variable 222 OH_NNModel *model = nullptr; variable 250 OH_NNModel *model = nullptr; variable 278 OH_NNModel *model = nullptr; variable 305 OH_NNModel *model = nullptr; variable 334 OH_NNModel *model = nullptr; variable 362 OH_NNModel *model = nullptr; variable [all …]
|
D | hdi_device_test.cpp | 166 OH_NNModel *model = nullptr; variable 193 OH_NNModel *model = nullptr; variable 225 OH_NNModel *model = nullptr; variable
|
D | hdi_model_run_test.cpp | 41 OH_NNModel *model = nullptr; in AddModelTest() local 157 OH_NNModel *model = nullptr; variable 197 OH_NNModel *model = nullptr; variable 361 OH_NNModel *model = nullptr; variable
|
/test/xts/acts/ai/mindspore/src/ |
D | ohos_c_api_test_mslite.cpp | 118 void ModelPredict(OH_AI_ModelHandle model, OH_AI_ContextHandle context, string model_name, in ModelPredict() 169 OH_AI_ModelHandle model = OH_AI_ModelCreate(); in Predict_CPU() local 181 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 197 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 213 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 229 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 245 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 269 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 289 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable 309 OH_AI_ModelHandle model = OH_AI_ModelCreate(); variable [all …]
|
/test/xts/hats/ai/nnrt/hdi/nnrtStabilityTest/src/ |
D | hdi_stability_test.cpp | 109 OH_NNModel *model = nullptr; variable 158 OH_NNModel *model = nullptr; variable
|
/test/xts/hats/ai/nnrt/hdi/common/ |
D | hdi_nnrt_test_utils.cpp | 28 void HDICommon::BuildAddGraph(OH_NNModel **model) in BuildAddGraph() 67 void HDICommon::BuildAddGraphDynamic(OH_NNModel **model) in BuildAddGraphDynamic() 106 OH_NN_ReturnCode HDICommon::ConvertModel(OHOS::sptr<V1_0::INnrtDevice> device_, OH_NNModel *model, in ConvertModel()
|
/test/xts/acts/ai/neural_network_runtime/common/ |
D | nnrt_utils.cpp | 29 int BuildMultiOpGraph(OH_NNModel *model, const OHNNGraphArgsMulti &graphArgs) in BuildMultiOpGraph() 80 int BuildSingleOpGraph(OH_NNModel *model, const OHNNGraphArgs &graphArgs) in BuildSingleOpGraph() 287 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free()
|
D | mock_idevice.cpp | 112 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() 197 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedMode… in PrepareModel()
|
/test/xts/device_attest/services/core/adapter/ |
D | attest_adapter_mock.c | 141 char* model = NULL; in OsGetUnencryptedUdidStub() local
|
/test/xts/device_attest_lite/services/core/adapter/ |
D | attest_adapter_mock.c | 141 char* model = NULL; in OsGetUnencryptedUdidStub() local
|
/test/xts/device_attest_lite/services/core/include/ |
D | attest_type.h | 131 char *model; member
|
/test/xts/device_attest/services/core/include/ |
D | attest_type.h | 146 char *model; member
|