Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiCompilationTest.cpp106 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 = &num; 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