Home
last modified time | relevance | path

Searched refs:FastParseSingleExample (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h144 Status FastParseSingleExample(const FastParseSingleExampleConfig& config,
Dexample_proto_fast_parsing_test.cc316 TF_CHECK_OK(FastParseSingleExample(config, serialized[0], &result)); in TEST()
Dexample_proto_fast_parsing.cc1428 Status FastParseSingleExample(const Config& config, StringPiece serialized, in FastParseSingleExample() function
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc238 return FastParseSingleExample(config, serialized_proto, result); in ParseExampleScalar()
367 FastParseSingleExample(config, serialized_proto, &result)); in Compute()