Searched refs:FastParseSingleExample (Results 1 – 4 of 4) sorted by relevance
109 Status FastParseSingleExample(const FastParseSingleExampleConfig& config,
316 TF_CHECK_OK(FastParseSingleExample(config, serialized[0], &result)); in TEST()
1225 Status FastParseSingleExample(const Config& config, const string& serialized, in FastParseSingleExample() function
240 FastParseSingleExample(config, serialized_proto, &result)); in Compute()