Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1608 OH_NN_ReturnCode UpdateModelLatency(const ExecutorConfig* config, int32_t modelLatency) in UpdateModelLatency()
1665 int32_t modelLatency = static_cast<int32_t>((timeEnd - timeStart)); in RunSync() local