dataset
/
org.jetbrains.kotlinx.dl.dataset.preprocessor
/
Preprocessor
/
apply
apply
abstract fun
apply
(data:
FloatArray
, inputShape:
ImageShape
):
FloatArray
Content copied to clipboard
Transforms
data
with
inputShape
to the new data with the same shape.
Return
Transformed data.