GpuDelegateOptions constructor
GpuDelegateOptions(
- bool allowPrecisionLoss,
- TFLGpuDelegateWaitType waitType
Implementation
factory GpuDelegateOptions(
bool allowPrecisionLoss, TFLGpuDelegateWaitType waitType) {
return GpuDelegateOptions._(
TFLGpuDelegateOptions.allocate(allowPrecisionLoss, waitType));
}