hasGpuDelegateFailed property
bool
get
hasGpuDelegateFailed
Whether GPU delegate failed during inference.
Check this after inference to detect GPU compatibility issues. Note: This does not indicate automatic fallback - the model continues to use whatever delegate was configured at creation time.
Implementation
bool get hasGpuDelegateFailed => _delegateFailed;