testInputHeightFor function
Test-only: exposes the private input-height mapping for unit tests.
Implementation
@visibleForTesting
int testInputHeightFor(SegmentationModel model) => _inputHeightFor(model);
Test-only: exposes the private input-height mapping for unit tests.
@visibleForTesting
int testInputHeightFor(SegmentationModel model) => _inputHeightFor(model);