Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DMemory.cpp279 static int copyInternal(const Memory& src, const Memory& dst) { in copyInternal() function
/frameworks/base/core/java/android/os/
DBaseBundle.java430 void copyInternal(BaseBundle from, boolean deep) { in copyInternal() method in BaseBundle