Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc259 FastParseExampleConfig* out_config) { in AddDenseFeature()
271 FastParseExampleConfig* out_config) { in AddSparseFeature()
282 FastParseExampleConfig config_dense; in TEST()
288 FastParseExampleConfig config_varlen; in TEST()
294 FastParseExampleConfig config_sparse; in TEST()
300 FastParseExampleConfig config_mixed; in TEST()
306 for (const FastParseExampleConfig& config : in TEST()
422 FastParseExampleConfig config; in TEST()
H A 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,
H A Dexample_proto_fast_parsing.cc516 using Config = FastParseExampleConfig;
2294 const FastParseExampleConfig& context_config, in ParseContextDenseFeatures()
2357 const FastParseExampleConfig& context_config, in ParseContextSparseFeatures()
2419 const FastParseExampleConfig& context_config, in ParseContextRaggedFeatures()
2497 const FastParseExampleConfig& sequence_config, in ParseSequenceDenseFeatures()
2652 const FastParseExampleConfig& sequence_config, in ParseSequenceSparseFeatures()
2780 const FastParseExampleConfig& sequence_config, in ParseSequenceRaggedFeatures()
2925 Status FastParseSequenceExample(const FastParseExampleConfig& context_config, in FastParseSequenceExample()
2926 const FastParseExampleConfig& sequence_config, in FastParseSequenceExample()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dparse_example.cc53 using tf::example::FastParseExampleConfig;
76 const FastParseExampleConfig& config, in FillAndCopyVarLen()
121 const size_t example_index, const FastParseExampleConfig& config, in FastParseSerializedExample()
456 const FastParseExampleConfig& config, const TfLiteTensor* serialized, in FastParseExampleLite()
654 FastParseExampleConfig config;
H A Dexample_proto_fast_parsing.h367 using Config = FastParseExampleConfig;
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dparse_example_dataset_op.cc169 example::FastParseExampleConfig config; in MakeDataset()
216 example::FastParseExampleConfig config, int32_t num_parallel_calls, in Dataset()
661 example::FastParseExampleConfig config = dataset()->config_; in ParseExample()
925 const example::FastParseExampleConfig config_;