testModelFileFor function

  1. @visibleForTesting
String testModelFileFor(
  1. SegmentationModel model
)

Test-only: exposes the private model-file mapping for unit tests.

Implementation

@visibleForTesting
String testModelFileFor(SegmentationModel model) =>
    segmentationModelFile(model);