Searched refs:TFE_GetServerDef (Results 1 – 3 of 3) sorted by relevance
145 TF_Buffer* TFE_GetServerDef(const char* text_proto, TF_Status* status);
144 TF_Buffer* result = TFE_GetServerDef(expected_text_proto.c_str(), status); in TEST()157 TFE_GetServerDef(malformed_text_proto.c_str(), status); in TEST()
8530 TF_Buffer* TFE_GetServerDef(const char* text_proto, TF_Status* status) { in TFE_GetServerDef() function