getOutputShape

open override fun getOutputShape(inputShape: ImageShape?): ImageShape?

Computes output image shape for the provided inputShape.

Return

output image shape

Parameters

inputShape

image input shape. Null value means that input image size is not known. This is useful for operations with a fixed output size, which should return a non-null value in this case.