Skip to main content
Demonstrates:
  • Using pipeline.add_batch to create batch-mode nodes
  • Mixing batch and non-batch nodes in the same pipeline
  • vec<T> input types for vectorized inputs
  • Batch nodes produce vec<T> outputs automatically
Source: examples/pipelines/batch_config.py in the SDK repo.