Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile_test.cc47 {StatType::kRequestedBytes, int64{200}}, in TEST()
63 {StatType::kRequestedBytes, int64{200}}, in TEST()
78 {StatType::kRequestedBytes, int64{300}}, in TEST()
Dxplane_to_memory_profile.cc131 case StatType::kRequestedBytes: in GenerateMemoryProfile()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.h145 kRequestedBytes, enumerator
Dxplane_schema.cc155 {"requested_bytes", kRequestedBytes}, in GetStatTypeMap()