Home
last modified time | relevance | path

Searched defs:compileParam (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/interface/src/
DCompileTest.cpp48 OHNNCompileParam compileParam{ in GenCacheFile() local
71 OHNNCompileParam compileParam; member in __anon72e55f2d0111::CompileTest
76 void CompileModel(OH_NNCompilation *compilation, const OHNNCompileParam &compileParam) in CompileModel()
188 OHNNCompileParam compileParam; variable
254 OHNNCompileParam compileParam{.cacheDir = "./test"}; variable
275 OHNNCompileParam compileParam{ variable
296 OHNNCompileParam compileParam{ variable
317 OHNNCompileParam compileParam{ variable
338 OHNNCompileParam compileParam{ variable
369 OHNNCompileParam compileParam{ variable
[all …]
DMemoryTest.cpp35 OHNNCompileParam compileParam; member in __anonfb19b61d0111::MemoryTest
273 OHNNCompileParam compileParam; variable
DModelTest.cpp33 OHNNCompileParam compileParam; member in __anond24d3f750111::ModelTest
DExecutorTest.cpp35 OHNNCompileParam compileParam; member in __anon2567e5f30111::ExecutorTest
/test/xts/acts/ai/neural_network_runtime/stability/src/
DMultiThreadTest.cpp39 OHNNCompileParam compileParam; member in MultiThreadTest
/test/xts/acts/ai/neural_network_runtime/common/
Dnnrt_utils.cpp149 int CompileGraphMock(OH_NNCompilation *compilation, const OHNNCompileParam &compileParam) in CompileGraphMock()