Searched refs:GetRequestedBytes (Results 1 – 4 of 4) sorted by relevance
35 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()43 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()60 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()75 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()90 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()99 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()116 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()132 TF_LITE_MICRO_EXPECT_EQ(allocator.GetRequestedBytes(), in TF_LITE_MICRO_TEST()
225 return {/*requested_bytes=*/recording_memory_allocator_->GetRequestedBytes(), in SnapshotAllocationUsage()234 recording_memory_allocator_->GetRequestedBytes() - in RecordAllocationUsage()
40 size_t GetRequestedBytes() const;
48 size_t RecordingSimpleMemoryAllocator::GetRequestedBytes() const { in GetRequestedBytes() function in tflite::RecordingSimpleMemoryAllocator