Home
last modified time | relevance | path

Searched refs:delegateOptions (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/swift/Sources/
DCoreMLDelegate.swift36 var delegateOptions = TfLiteCoreMlDelegateOptions() variable
37 delegateOptions.enabled_devices = options.enabledDevices.cEnabledDevices
38 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 }
DMetalDelegate.swift35 var delegateOptions = TFLGpuDelegateOptions() variable
36 delegateOptions.allow_precision_loss = options.isPrecisionLossAllowed
37 delegateOptions.wait_type = options.waitType.cWaitType
38 delegateOptions.enable_quantization = options.isQuantizationEnabled
39 cDelegate = TFLGpuDelegateCreate(&delegateOptions)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DASTDbg.stg35 @newDelegate.delegateOptions() ::= ", :adaptor => adaptor"
DRuby.stg1464 self, @input, :state => @state<@delegateOptions()>
/external/tensorflow/tensorflow/lite/delegates/coreml/
DREADME.md141 var delegateOptions = TfLiteCoreMlDelegateOptions()
142 cDelegate = TfLiteCoreMlDelegateCreate(&delegateOptions)
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md187 val delegateOptions = compatList.bestOptionsForThisDevice
188 this.addDelegate(GpuDelegate(delegateOptions))
216 GpuDelegate.Options delegateOptions = compatList.getBestOptionsForThisDevice();
217 GpuDelegate gpuDelegate = new GpuDelegate(delegateOptions);
Dgpu_advanced.md103 val delegateOptions = compatList.bestOptionsForThisDevice
104 this.addDelegate(GpuDelegate(delegateOptions))
132 GpuDelegate.Options delegateOptions = compatList.getBestOptionsForThisDevice();
133 GpuDelegate gpuDelegate = new GpuDelegate(delegateOptions);