API Reference
Base classes
Base classes to create your data operations.
Map
These operations will let you transform your data.
|
|
|
|
Base class for flat mapping opertaions. |
Lambda Map
Shorthand version of the mapping operations.
Class for inline mapping operations. |
|
Base class for inline mapping operations that require numpy arrays. |
|
|
Base class for inline mapping operations with arbitrary python code. |
Filter
These operations will let you filter your data.
Base class for Filtering operations |
|
|
Base class for filtering operations that require numpy arrays. |
Base class for filtering operations with arbitrary python code. |
Compose
These operations will help you compose your transoformations together to create your pipelines.
|
Composite of Dataset Operations. |
Base class for dataset operations. |
Operations
Ready to use operations.
|
Dataset batching operation. |
|
Dataset skip operation. |
|
Dataset take operation. |
Utilities
Operations to help debug with debugging pipelines.
|
Print tensor operation. |
|
Print tensor shape operation. |