Searched defs:AllocatePersistentBuffer (Results 1 – 5 of 5) sorted by relevance
109 void* KernelRunner::AllocatePersistentBuffer(TfLiteContext* context, in AllocatePersistentBuffer() function in tflite::micro::KernelRunner
108 void* RecordingMicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer() function in tflite::RecordingMicroAllocator
314 void* MicroInterpreter::AllocatePersistentBuffer(TfLiteContext* ctx, in AllocatePersistentBuffer() function in tflite::MicroInterpreter
659 void* MicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer() function in tflite::MicroAllocator
739 void* (*AllocatePersistentBuffer)(struct TfLiteContext* ctx, size_t bytes); member