Searched defs:bytes (Results 1 – 9 of 9) sorted by relevance
25 #define ALIGNED_SIZE(x, bytes) (((x) + (bytes - 1)) & (~(bytes - 1))) argument26 #define ALIGN_PTR(x, bytes) ((((unsigned)(x)) + (bytes - 1)) & (~(bytes - 1))) argument
110 size_t bytes) { in AllocatePersistentBuffer()119 size_t bytes, in RequestScratchBufferInArena()
31 void* FakeAllocatePersistentBuffer(TfLiteContext* context, size_t bytes) { in FakeAllocatePersistentBuffer()178 size_t bytes; in TF_LITE_MICRO_TEST() local
56 size_t bytes; member
315 size_t bytes) { in AllocatePersistentBuffer()321 size_t bytes, in RequestScratchBufferInArena()
97 size_t* bytes, size_t* type_size, in BytesRequiredForTensor()
51 size_t bytes; member659 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
108 void* RecordingMicroAllocator::AllocatePersistentBuffer(size_t bytes) { in AllocatePersistentBuffer()
376 size_t bytes; member416 size_t bytes; member534 size_t bytes; member