TensorPreprocessing
class TensorPreprocessing
Content copied to clipboard
The whole tensor preprocessing pipeline DSL.
It supports operations that implement Preprocessor, for example: Rescaling preprocessor or CustomPreprocessor preprocessor.
It's a part of the org.jetbrains.kotlinx.dl.dataset.preprocessor.Preprocessing pipeline DSL.
Constructors
TensorPreprocessing
Link copied to clipboard
fun TensorPreprocessing()
Content copied to clipboard
Functions
addOperation
Link copied to clipboard
Adds an operation to the operations.
Extensions
rescale
Link copied to clipboard