Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dmemory_info.h34 total_allocated_bytes(kValueNotSet), in MemoryUsage()
44 int total_allocated_bytes; member
53 res.total_allocated_bytes =
54 total_allocated_bytes + obj.total_allocated_bytes;
63 res.total_allocated_bytes =
64 total_allocated_bytes - obj.total_allocated_bytes;
Dmemory_info_test.cc26 mem1.total_allocated_bytes = 7000; in TEST()
30 mem2.total_allocated_bytes = 7000; in TEST()
35 EXPECT_EQ(14000, add_mem.total_allocated_bytes); in TEST()
40 EXPECT_EQ(0, sub_mem.total_allocated_bytes); in TEST()
47 EXPECT_EQ(MemoryUsage::kValueNotSet, result.total_allocated_bytes); in TEST()
58 EXPECT_NE(MemoryUsage::kValueNotSet, result.total_allocated_bytes); in TEST()
Dmemory_info.cc44 result.total_allocated_bytes = mem.arena; in GetMemoryUsage()
53 << total_allocated_bytes / 1024.0 / 1024.0 in AllStatsToStream()
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/firebase/android/jni/
Dbenchmark_model_jni.cc172 << (init_mem_usage.total_allocated_bytes / 1024.0 / 1024.0) << "," in WriteBenchmarkResultCsv()
175 << (overall_mem_usage.total_allocated_bytes / 1024.0 / 1024.0) << "," in WriteBenchmarkResultCsv()