testExpectedOutputChannels function
Test-only: exposes the private expected-output-channel mapping for unit tests.
Implementation
@visibleForTesting
int testExpectedOutputChannels(SegmentationModel model) =>
_expectedOutputChannels(model);
Test-only: exposes the private expected-output-channel mapping for unit tests.
@visibleForTesting
int testExpectedOutputChannels(SegmentationModel model) =>
_expectedOutputChannels(model);