testOptsFor function

  1. @visibleForTesting
SSDAnchorOptions testOptsFor(
  1. FaceDetectionModel m
)

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

Implementation

@visibleForTesting
SSDAnchorOptions testOptsFor(FaceDetectionModel m) => ssdOptionsFor(m);