Home
last modified time | relevance | path

Searched refs:GetAllocatedCount (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Drecording_simple_memory_allocator_test.cc37 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()
Drecording_micro_allocator.cc227 /*count=*/recording_memory_allocator_->GetAllocatedCount()}; in SnapshotAllocationUsage()
240 recording_memory_allocator_->GetAllocatedCount() - in RecordAllocationUsage()
Drecording_simple_memory_allocator.h48 size_t GetAllocatedCount() const;
Drecording_simple_memory_allocator.cc56 size_t RecordingSimpleMemoryAllocator::GetAllocatedCount() const { in GetAllocatedCount() function in tflite::RecordingSimpleMemoryAllocator