Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h42 struct FastParseExampleConfig { struct
101 Status FastParseExample(const FastParseExampleConfig& config,
107 typedef FastParseExampleConfig FastParseSingleExampleConfig;
117 const example::FastParseExampleConfig& context_config,
118 const example::FastParseExampleConfig& feature_list_config,
Dexample_proto_fast_parsing_test.cc255 FastParseExampleConfig* out_config) { in AddDenseFeature()
267 FastParseExampleConfig* out_config) { in AddSparseFeature()
278 FastParseExampleConfig config_dense; in TEST()
284 FastParseExampleConfig config_varlen; in TEST()
290 FastParseExampleConfig config_sparse; in TEST()
296 FastParseExampleConfig config_mixed; in TEST()
302 for (const FastParseExampleConfig& config : in TEST()
418 FastParseExampleConfig config; in TEST()
Dexample_proto_fast_parsing.cc426 using Config = FastParseExampleConfig;
1758 const FastParseExampleConfig& context_config, in FastParseSequenceExample()
1759 const FastParseExampleConfig& feature_list_config, in FastParseSequenceExample()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc122 example::FastParseExampleConfig config; in MakeDataset()
160 example::FastParseExampleConfig config, int32 num_parallel_calls, in Dataset()
279 example::FastParseExampleConfig config = dataset_->config_; in MapFunc()
373 const example::FastParseExampleConfig config_;
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc124 example::FastParseExampleConfig config; in Compute()
226 example::FastParseExampleConfig config; in Compute()
326 example::FastParseExampleConfig context_config; in Compute()
338 example::FastParseExampleConfig feature_list_config; in Compute()