computeOutputShape

fun computeOutputShape(): Shape

Computes output shape, based on input and Layer type.

NOTE: Called instead of Layer.computeOutputShape.

open override fun computeOutputShape(inputShape: Shape): Shape

Computes output shape, based on inputShape and Layer type.