Searched refs:FastParseSingleExample (Results 1 – 4 of 4) sorted by relevance
144 Status FastParseSingleExample(const FastParseSingleExampleConfig& config,
316 TF_CHECK_OK(FastParseSingleExample(config, serialized[0], &result)); in TEST()
1428 Status FastParseSingleExample(const Config& config, StringPiece serialized, in FastParseSingleExample() function
238 return FastParseSingleExample(config, serialized_proto, result); in ParseExampleScalar()367 FastParseSingleExample(config, serialized_proto, &result)); in Compute()