canHandle abstract method

bool canHandle(
  1. InferenceModelSpec spec
)

Whether this engine can run spec. Probed by the registry.

Implementation

bool canHandle(InferenceModelSpec spec);