Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dhuman_readable_json.h29 Status ProtoToHumanReadableJson(const protobuf::Message& proto, string* result);
/external/tensorflow/tensorflow/core/platform/default/
Dhuman_readable_json.cc23 Status ProtoToHumanReadableJson(const protobuf::Message& proto, in ProtoToHumanReadableJson() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3172 TF_RETURN_IF_ERROR(tensorflow::ProtoToHumanReadableJson(proto, &ret)); in BackendConfigToRawString()