Home
last modified time | relevance | path

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

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