Searched refs:delegateOptions (Results 1 – 7 of 7) sorted by relevance
36 var delegateOptions = TfLiteCoreMlDelegateOptions() variable37 delegateOptions.enabled_devices = options.enabledDevices.cEnabledDevices38 delegateOptions.coreml_version = Int32(options.coreMLVersion)39 delegateOptions.max_delegated_partitions = Int32(options.maxDelegatedPartitions)40 delegateOptions.min_nodes_per_partition = Int32(options.minNodesPerPartition)41 guard let delegate = TfLiteCoreMlDelegateCreate(&delegateOptions) else { return nil }
35 var delegateOptions = TFLGpuDelegateOptions() variable36 delegateOptions.allow_precision_loss = options.isPrecisionLossAllowed37 delegateOptions.wait_type = options.waitType.cWaitType38 delegateOptions.enable_quantization = options.isQuantizationEnabled39 cDelegate = TFLGpuDelegateCreate(&delegateOptions)
35 @newDelegate.delegateOptions() ::= ", :adaptor => adaptor"
1464 self, @input, :state => @state<@delegateOptions()>
141 var delegateOptions = TfLiteCoreMlDelegateOptions()142 cDelegate = TfLiteCoreMlDelegateCreate(&delegateOptions)
187 val delegateOptions = compatList.bestOptionsForThisDevice188 this.addDelegate(GpuDelegate(delegateOptions))216 GpuDelegate.Options delegateOptions = compatList.getBestOptionsForThisDevice();217 GpuDelegate gpuDelegate = new GpuDelegate(delegateOptions);
103 val delegateOptions = compatList.bestOptionsForThisDevice104 this.addDelegate(GpuDelegate(delegateOptions))132 GpuDelegate.Options delegateOptions = compatList.getBestOptionsForThisDevice();133 GpuDelegate gpuDelegate = new GpuDelegate(delegateOptions);