Searched refs:text_proto (Results 1 – 3 of 3) sorted by relevance
145 TF_Buffer* TFE_GetServerDef(const char* text_proto, TF_Status* status);
146 const char* text_proto, in CreateFunctionsFromTextProto() argument149 if (!tensorflow::protobuf::TextFormat::ParseFromString(text_proto, &gdef)) { in CreateFunctionsFromTextProto()151 "Invalid text proto for GraphDef: ", text_proto); in CreateFunctionsFromTextProto()158 text_proto); in CreateFunctionsFromTextProto()8530 TF_Buffer* TFE_GetServerDef(const char* text_proto, TF_Status* status) { in TFE_GetServerDef() argument8532 if (!tensorflow::protobuf::TextFormat::ParseFromString(text_proto, in TFE_GetServerDef()8535 "Invalid text proto for ServerDef: ", text_proto); in TFE_GetServerDef()
1876 const char* text_proto = R"EOF( in CreateGraphForYEqualsXSquared() local1894 QCHECK(protobuf::TextFormat::ParseFromString(text_proto, &graph_def)); in CreateGraphForYEqualsXSquared()