Home
last modified time | relevance | path

Searched refs:FastParseExample (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h136 Status FastParseExample(const FastParseExampleConfig& config,
Dexample_proto_fast_parsing_test.cc306 TF_CHECK_OK(FastParseExample(config, serialized, {}, nullptr, &result)); in TEST()
421 FastParseExample(config, gtl::ArraySlice<tstring>(), in TEST()
Dexample_proto_fast_parsing.cc1114 Status FastParseExample(const Config& config, in FastParseExample() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc657 TF_RETURN_IF_ERROR(FastParseExample( in ParseExample()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc250 return FastParseExample( in ParseExampleVector()