Home
last modified time | relevance | path

Searched refs:ASharedMemory_create_fn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/
H A Dnnapi_implementation.cc120 ASharedMemory_create_fn getASharedMemory_create() { in getASharedMemory_create()
128 return reinterpret_cast<ASharedMemory_create_fn>( in getASharedMemory_create()
135 return reinterpret_cast<ASharedMemory_create_fn>( in getASharedMemory_create()
H A DNeuralNetworksShim.h58 static ASharedMemory_create_fn fn = in ASharedMemory_create()
59 handle != nullptr ? reinterpret_cast<ASharedMemory_create_fn>( in ASharedMemory_create()
H A DNeuralNetworksTypes.h654 typedef int (*ASharedMemory_create_fn)(const char* name, size_t size); typedef