Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp125 if (GetCrc16(static_cast<char*>(modelBuffer.data), modelBuffer.length) != in Restore()
232 static_cast<int64_t>(GetCrc16(static_cast<char*>(caches[i].data), caches[i].length)); in GenerateCacheModel()
392 unsigned short NNCompiledCache::GetCrc16(char* buffer, size_t length) const in GetCrc16() function in OHOS::NeuralNetworkRuntime::NNCompiledCache
H A Dnncompiled_cache.h68 unsigned short GetCrc16(char* buffer, size_t length) const;