Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_profile_response.cc52 const absl::string_view kMemoryProfile = "memory_profile"; variable
66 if (tool == kMemoryProfile) return "memory_profile.json.gz"; in ToolName()
119 if (tools.contains(kMemoryProfile)) { in ConvertXSpaceToProfileResponse()
124 ToolName(kMemoryProfile), json_output)); in ConvertXSpaceToProfileResponse()