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