Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile_test.cc48 {StatType::kAllocationBytes, int64{256}}, in TEST()
64 {StatType::kAllocationBytes, int64{256}}, in TEST()
79 {StatType::kAllocationBytes, int64{300}}, in TEST()
Dxplane_to_memory_profile.cc134 case StatType::kAllocationBytes: in GenerateMemoryProfile()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.h146 kAllocationBytes, enumerator
Dxplane_schema.cc156 {"allocation_bytes", kAllocationBytes}, in GetStatTypeMap()