Searched refs:configValue (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/ai/nncore/nncoretest/src/ |
H A D | HdiCompilationTest.cpp | 106 const void *configValue = reinterpret_cast<const void*>(10);
in HWTEST_F() local 108 OH_NN_ReturnCode ret = OH_NNCompilation_AddExtensionConfig(nullptr, configName, configValue, configValueSize);
in HWTEST_F() 124 const void *configValue = reinterpret_cast<const void*>(10);
in HWTEST_F() local 126 OH_NN_ReturnCode ret = OH_NNCompilation_AddExtensionConfig(compilation, nullptr, configValue, configValueSize);
in HWTEST_F() 146 const void *configValue = #
in HWTEST_F() local 149 OH_NN_ReturnCode ret = OH_NNCompilation_AddExtensionConfig(compilation, configName, configValue, configValueSize);
in HWTEST_F() 188 const void *configValue = reinterpret_cast<const void*>(10);
in HWTEST_F() local 190 OH_NN_ReturnCode ret = OH_NNCompilation_AddExtensionConfig(compilation, configName, configValue, configValueSize);
in HWTEST_F()
|
Completed in 1 milliseconds