Searched refs:SimpleTensorAllocator (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | simple_tensor_allocator_test.cc | 101 tflite::SimpleTensorAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() 122 tflite::SimpleTensorAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() 138 tflite::SimpleTensorAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() 147 tflite::SimpleTensorAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() 160 tflite::SimpleTensorAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST()
|
D | simple_tensor_allocator.h | 28 class SimpleTensorAllocator { 30 SimpleTensorAllocator(uint8_t* buffer, int buffer_size) in SimpleTensorAllocator() function
|
D | micro_interpreter.h | 37 SimpleTensorAllocator* tensor_allocator, 58 SimpleTensorAllocator* tensor_allocator_;
|
D | simple_tensor_allocator.cc | 77 TfLiteStatus SimpleTensorAllocator::AllocateTensor( in AllocateTensor() 149 uint8_t* SimpleTensorAllocator::AllocateMemory(size_t size, size_t alignment) { in AllocateMemory()
|
D | micro_interpreter_test.cc | 169 tflite::SimpleTensorAllocator simple_tensor_allocator(allocator_buffer, in TF_LITE_MICRO_TEST()
|
D | micro_interpreter.cc | 63 SimpleTensorAllocator* tensor_allocator, in MicroInterpreter()
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/ |
D | main.cc | 53 tflite::SimpleTensorAllocator tensor_allocator(tensor_arena, in main()
|
D | micro_speech_test.cc | 50 tflite::SimpleTensorAllocator tensor_allocator(tensor_arena, in TF_LITE_MICRO_TEST()
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/ |
D | pushbutton_test.cc | 78 tflite::SimpleTensorAllocator tensor_allocator(tensor_arena, in TF_LITE_MICRO_TEST()
|