Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc518 Status ConvertProtoToJson(const Proto& proto_output, std::string* json_output) { in ConvertProtoToJson() function
548 TF_RETURN_IF_ERROR(ConvertProtoToJson(memory_profile, json_output)); in ConvertXSpaceToMemoryProfileJson()