Normalizing
This preprocessor defines normalizing operation. Given mean and std for n channels, this operation normalizes each channel of the input array, i.e.
output[channel] = (input[channel] - mean[channel]) / std[channel].
Constructors
Normalizing
Link copied to clipboard
fun Normalizing()
Content copied to clipboard
Functions
apply
Link copied to clipboard
open fun apply(input: <ERROR CLASS><FloatArray, <ERROR CLASS>>): <ERROR CLASS><FloatArray, <ERROR CLASS>>
Content copied to clipboard
getOutputShape
Link copied to clipboard