Searched refs:FastParseExample (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.h | 101 Status FastParseExample(const FastParseExampleConfig& config,
|
D | example_proto_fast_parsing_test.cc | 306 TF_CHECK_OK(FastParseExample(config, serialized, {}, nullptr, &result)); in TEST() 420 Status status = FastParseExample(config, gtl::ArraySlice<string>(), in TEST()
|
D | example_proto_fast_parsing.cc | 954 Status FastParseExample(const Config& config, in FastParseExample() function
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | parse_example_dataset_op.cc | 286 Status s = FastParseExample(config, slice_vec, {}, device_threadpool, in MapFunc()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 142 FastParseExample( in Compute()
|