Home
last modified time | relevance | path

Searched defs:compilation (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/interface/src/
DCompileTest.cpp46 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); in GenCacheFile() local
76 void CompileModel(OH_NNCompilation *compilation, const OHNNCompileParam &compileParam) in CompileModel()
90 OH_NNCompilation *compilation = OH_NNCompilation_Construct(nullptr); variable
103 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
138 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
170 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
186 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
213 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
230 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
252 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
[all …]
DMemoryTest.cpp73 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
93 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
113 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
133 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
155 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
188 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
208 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
228 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
248 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
274 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
[all …]
DExecutorTest.cpp67 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
93 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
118 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
146 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
174 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
203 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
231 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
258 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
288 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
328 OH_NNCompilation *compilation = OH_NNCompilation_Construct(model); variable
[all …]
/test/xts/acts/ai/neural_network_runtime/common/
Dnnrt_utils.cpp131 int SetDevice(OH_NNCompilation *compilation) in SetDevice()
149 int CompileGraphMock(OH_NNCompilation *compilation, const OHNNCompileParam &compileParam) in CompileGraphMock()
287 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free()