FloatArrayOperation
abstract class FloatArrayOperation
Content copied to clipboard
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
fun FloatArrayOperation()
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