Home
last modified time | relevance | path

Searched refs:SUPPORT_LIBRARY_NAME (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestMain.cpp22 std::string SUPPORT_LIBRARY_NAME; variable
30 SUPPORT_LIBRARY_NAME = argv[1]; in main()
DSupportLibraryTestGenerated.cpp58 extern std::string SUPPORT_LIBRARY_NAME;
539 const char* libdir = dirname(SUPPORT_LIBRARY_NAME.c_str()); in SetUp()
542 mNnApi = loadNnApiSupportLibrary(SUPPORT_LIBRARY_NAME); in SetUp()