Searched refs:context_config (Results 1 – 3 of 3) sorted by relevance
2278 const FastParseExampleConfig& context_config, in ParseContextDenseFeatures() argument2282 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() argument2346 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() argument2407 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 …]
153 const example::FastParseExampleConfig& context_config,
459 example::FastParseExampleConfig context_config = in Compute() local477 context_config, feature_list_config, slice, names_slice, in Compute()