Searched defs:AllocatePersistentBuffer (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ | ||
D | kernel_runner.cc | 104 void* KernelRunner::AllocatePersistentBuffer(TfLiteContext* context, in AllocatePersistentBuffer() function in tflite::micro::KernelRunner |
/external/tensorflow/tensorflow/lite/micro/ | ||
D | recording_micro_allocator.cc | 108 void* RecordingMicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer() function in tflite::RecordingMicroAllocator |
D | micro_interpreter.cc | 53 void* ContextHelper::AllocatePersistentBuffer(TfLiteContext* ctx, in AllocatePersistentBuffer() function in tflite::internal::ContextHelper |
D | micro_allocator.cc | 675 void* MicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer() function in tflite::MicroAllocator |
/external/tensorflow/tensorflow/lite/c/ | ||
D | common.h | 701 void* (*AllocatePersistentBuffer)(struct TfLiteContext* ctx, size_t bytes); member |