17#ifndef USE_STATIC_ALLOC
18#ifndef LUCI_INTERPRETER_SIMPLE_MEMORY_MANAGER_H
19#define LUCI_INTERPRETER_SIMPLE_MEMORY_MANAGER_H
21#include "luci_interpreter/core/DataType.h"
22#include "luci_interpreter/core/Tensor.h"
29class SimpleMemoryManager
void release_memory(luci_interpreter::Tensor &tensor) final
void allocate_memory(luci_interpreter::Tensor &tensor) final
const T * data(const std::vector< T, Alloc > &v)