Transpose
class Transpose(axes: IntArray) : Operation<Pair<FloatArray, TensorShape>, Pair<FloatArray, TensorShape>>
Content copied to clipboard
Reverse or permute the axes of an input tensor.
Constructors
Functions
apply
Link copied to clipboard
open override fun apply(input: Pair<FloatArray, TensorShape>): Pair<FloatArray, TensorShape>
Content copied to clipboard
getOutputShape
Link copied to clipboard