testInputHeightFor function

  1. @visibleForTesting
int testInputHeightFor(
  1. SegmentationModel model
)

Test-only: exposes the private input-height mapping for unit tests.

Implementation

@visibleForTesting
int testInputHeightFor(SegmentationModel model) => _inputHeightFor(model);