FloatArrayOperation

abstract class FloatArrayOperation

The aim of this class is to provide common functionality for all Operations that can be applied to Pair and simplify the implementation of a new Operations.

Constructors

FloatArrayOperation
Link copied to clipboard
common
fun FloatArrayOperation()

Functions

apply
Link copied to clipboard
common
open fun apply(input: <ERROR CLASS><FloatArray, <ERROR CLASS>>): <ERROR CLASS><FloatArray, <ERROR CLASS>>
getOutputShape
Link copied to clipboard
common
open fun getOutputShape(inputShape: <ERROR CLASS>): <ERROR CLASS>

Inheritors

Normalizing
Link copied to clipboard
Rescaling
Link copied to clipboard