summaryrefslogtreecommitdiff
path: root/nn/common/include/BufferTracker.h
AgeCommit message (Collapse)Author
2020-11-02Migrate NNAPI runtime to canonical typesSlava Shklyaev
This change replaces most uses of HAL types in the codebase with equivalent canonical types. Later changes will introduce more refactorings. Also removes unused files nn/runtime/test/Bridge.{h,cpp}. Bug: 160669906 Fix: 155923931 Test: NeuralNetworksTest_static (all 7 passes) Test: NeuralNetworksTest_operations Test: NeuralNetworksTest_utils Test: NeuralNetworksTest_logtag Test: nnCache_test Test: BlobCache_test Change-Id: I63fa286e926a096948f1b1b172d1d562c4f52f29 Merged-In: I63fa286e926a096948f1b1b172d1d562c4f52f29 (cherry picked from commit 069993366ce59913ff162ed144749bb8794d990c)
2020-03-16Support memory domain in sample driver.Xusong Wang
Bug: 147777318 Test: NNT_static Test: 1.3 VTS Change-Id: I64c2d325d27de36d422e86cd34d7311cededbf48 Merged-In: I64c2d325d27de36d422e86cd34d7311cededbf48 (cherry picked from commit c0622db536ba13cfcc64f0c5e9acea15672978c7)