Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/
Drecording_simple_memory_allocator_test.cc35 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()
Drecording_micro_allocator.cc225 return {/*requested_bytes=*/recording_memory_allocator_->GetRequestedBytes(), in SnapshotAllocationUsage()
234 recording_memory_allocator_->GetRequestedBytes() - in RecordAllocationUsage()
Drecording_simple_memory_allocator.h40 size_t GetRequestedBytes() const;
Drecording_simple_memory_allocator.cc48 size_t RecordingSimpleMemoryAllocator::GetRequestedBytes() const { in GetRequestedBytes() function in tflite::RecordingSimpleMemoryAllocator