Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h42 struct FastParseExampleConfig { struct
136 Status FastParseExample(const FastParseExampleConfig& config,
142 typedef FastParseExampleConfig FastParseSingleExampleConfig;
153 const example::FastParseExampleConfig& context_config,
154 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.cc501 using Config = FastParseExampleConfig;
2278 const FastParseExampleConfig& context_config, in ParseContextDenseFeatures()
2341 const FastParseExampleConfig& context_config, in ParseContextSparseFeatures()
2402 const FastParseExampleConfig& context_config, in ParseContextRaggedFeatures()
2480 const FastParseExampleConfig& sequence_config, in ParseSequenceDenseFeatures()
2634 const FastParseExampleConfig& sequence_config, in ParseSequenceSparseFeatures()
2762 const FastParseExampleConfig& sequence_config, in ParseSequenceRaggedFeatures()
2907 Status FastParseSequenceExample(const FastParseExampleConfig& context_config, in FastParseSequenceExample()
2908 const FastParseExampleConfig& sequence_config, in FastParseSequenceExample()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc86 example::FastParseExampleConfig config = in Compute()
208 example::FastParseExampleConfig MakeConfig( in MakeConfig()
213 example::FastParseExampleConfig config; in MakeConfig()
234 Status ParseExampleScalar(const example::FastParseExampleConfig& config, in ParseExampleScalar()
242 Status ParseExampleVector(const example::FastParseExampleConfig& config, in ParseExampleVector()
353 example::FastParseExampleConfig config; in Compute()
459 example::FastParseExampleConfig context_config = in Compute()
462 example::FastParseExampleConfig feature_list_config = MakeFeatureListConfig( in Compute()
568 example::FastParseExampleConfig MakeContextConfig( in MakeContextConfig()
590 example::FastParseExampleConfig config; in MakeContextConfig()
[all …]
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc51 using tf::example::FastParseExampleConfig;
74 const FastParseExampleConfig& config, in FillAndCopyVarLen()
119 const size_t example_index, const FastParseExampleConfig& config, in FastParseSerializedExample()
454 const FastParseExampleConfig& config, const TfLiteTensor* serialized, in FastParseExampleLite()
653 FastParseExampleConfig config;
Dexample_proto_fast_parsing.h367 using Config = FastParseExampleConfig;
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc169 example::FastParseExampleConfig config; in MakeDataset()
216 example::FastParseExampleConfig config, int32 num_parallel_calls, in Dataset()
650 example::FastParseExampleConfig config = dataset()->config_; in ParseExample()
914 const example::FastParseExampleConfig config_;