Home
last modified time | relevance | path

Searched refs:context_config (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2278 const FastParseExampleConfig& context_config, in ParseContextDenseFeatures() argument
2282 for (int t = 0; t < context_config.dense.size(); ++t) { in ParseContextDenseFeatures()
2283 const auto& c = context_config.dense[t]; in ParseContextDenseFeatures()
2341 const FastParseExampleConfig& context_config, in ParseContextSparseFeatures() argument
2346 for (int t = 0; t < context_config.sparse.size(); ++t) { in ParseContextSparseFeatures()
2347 const auto& c = context_config.sparse[t]; in ParseContextSparseFeatures()
2402 const FastParseExampleConfig& context_config, in ParseContextRaggedFeatures() argument
2407 for (int t = 0; t < context_config.ragged.size(); ++t) { in ParseContextRaggedFeatures()
2408 const auto& c = context_config.ragged[t]; in ParseContextRaggedFeatures()
2907 Status FastParseSequenceExample(const FastParseExampleConfig& context_config, in FastParseSequenceExample() argument
[all …]
Dexample_proto_fast_parsing.h153 const example::FastParseExampleConfig& context_config,
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc459 example::FastParseExampleConfig context_config = in Compute() local
477 context_config, feature_list_config, slice, names_slice, in Compute()