Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 9 of 9) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/
Dxtensa.h25 #define ALIGNED_SIZE(x, bytes) (((x) + (bytes - 1)) & (~(bytes - 1))) argument
26 #define ALIGN_PTR(x, bytes) ((((unsigned)(x)) + (bytes - 1)) & (~(bytes - 1))) argument
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dkernel_runner.cc110 size_t bytes) { in AllocatePersistentBuffer()
119 size_t bytes, in RequestScratchBufferInArena()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Dmemory_helpers_test.cc31 void* FakeAllocatePersistentBuffer(TfLiteContext* context, size_t bytes) { in FakeAllocatePersistentBuffer()
178 size_t bytes; in TF_LITE_MICRO_TEST() local
Dmicro_allocator.h56 size_t bytes; member
Dmicro_interpreter.cc315 size_t bytes) { in AllocatePersistentBuffer()
321 size_t bytes, in RequestScratchBufferInArena()
Dmemory_helpers.cc97 size_t* bytes, size_t* type_size, in BytesRequiredForTensor()
Dmicro_allocator.cc51 size_t bytes; member
659 void* MicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer()
663 TfLiteStatus MicroAllocator::RequestScratchBufferInArena(size_t bytes, in RequestScratchBufferInArena()
942 size_t bytes = sizeof(AllocationInfo) * allocation_info_count; in CommitStaticMemoryPlan() local
Drecording_micro_allocator.cc108 void* RecordingMicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/c/
Dcommon.h376 size_t bytes; member
416 size_t bytes; member
534 size_t bytes; member