Searched refs:FromProtoStr (Results 1 – 3 of 3) sorted by relevance
101 static tensorflow::Status FromProtoStr(const string& opts_proto_str,
127 tensorflow::Status Options::FromProtoStr(const string& opts_proto_str, in FromProtoStr() function in tensorflow::tfprof::Options
53 tensorflow::Status s = Options::FromProtoStr(options, &opts); in RunProfile()