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.h101 Status FastParseExample(const FastParseExampleConfig& config,
Dexample_proto_fast_parsing_test.cc306 TF_CHECK_OK(FastParseExample(config, serialized, {}, nullptr, &result)); in TEST()
420 Status status = FastParseExample(config, gtl::ArraySlice<string>(), in TEST()
Dexample_proto_fast_parsing.cc954 Status FastParseExample(const Config& config, in FastParseExample() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc286 Status s = FastParseExample(config, slice_vec, {}, device_threadpool, in MapFunc()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc142 FastParseExample( in Compute()