computeOutputShapeFromInboundLayers

open fun computeOutputShapeFromInboundLayers(): TensorShape

Computes output shape, based on input shapes of inbound layers.

NOTE: This function should be overridden for layers with multiple inputs. NOTE: Used in Functional API