Searched refs:GetAllocatedCount (Results 1 – 4 of 4) sorted by relevance
37 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()45 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()62 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()77 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()93 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()101 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()119 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()134 TF_LITE_MICRO_EXPECT_EQ(allocator.GetAllocatedCount(), in TF_LITE_MICRO_TEST()
227 /*count=*/recording_memory_allocator_->GetAllocatedCount()}; in SnapshotAllocationUsage()240 recording_memory_allocator_->GetAllocatedCount() - in RecordAllocationUsage()
48 size_t GetAllocatedCount() const;
56 size_t RecordingSimpleMemoryAllocator::GetAllocatedCount() const { in GetAllocatedCount() function in tflite::RecordingSimpleMemoryAllocator