testExpectedOutputChannels function

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

Test-only: exposes the private expected-output-channel mapping for unit tests.

Implementation

@visibleForTesting
int testExpectedOutputChannels(SegmentationModel model) =>
    _expectedOutputChannels(model);