hasDelegate property

bool get hasDelegate

Whether a delegate has been added via addDelegate.

Lets interpreter creation fall back to CPU if the delegate cannot be applied to a model on the current runtime.

Implementation

bool get hasDelegate => _hasDelegate;