Home
last modified time | relevance | path

Searched defs:AllocatePersistentBuffer (Results 1 – 5 of 5) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dkernel_runner.cc109 void* KernelRunner::AllocatePersistentBuffer(TfLiteContext* context, in AllocatePersistentBuffer() function in tflite::micro::KernelRunner
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Drecording_micro_allocator.cc108 void* RecordingMicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer() function in tflite::RecordingMicroAllocator
Dmicro_interpreter.cc314 void* MicroInterpreter::AllocatePersistentBuffer(TfLiteContext* ctx, in AllocatePersistentBuffer() function in tflite::MicroInterpreter
Dmicro_allocator.cc659 void* MicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer() function in tflite::MicroAllocator
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/c/
Dcommon.h739 void* (*AllocatePersistentBuffer)(struct TfLiteContext* ctx, size_t bytes); member