Searched refs:CoreMLDelegate (Results 1 – 6 of 6) sorted by relevance
23 let coreMlDelegate = CoreMLDelegate()127 public final class CoreMLDelegate: Delegate {128 /// The configuration options for the `CoreMLDelegate`.138 /// `CoreMLDelegate.Options` with the default configuration values.150 extension CoreMLDelegate {151 /// Options for configuring the `CoreMLDelegate`.
20 public final class CoreMLDelegate: Delegate { class50 extension CoreMLDelegate { extension
33 "Sources/CoreMLDelegate.swift",38 "Sources/CoreMLDelegate.swift",
42 coreml.source_files = swift_dir + 'Sources/CoreMLDelegate.swift'
55 let coreMLDelegate = CoreMLDelegate()146 var options = CoreMLDelegate.Options()148 let coreMLDelegate = CoreMLDelegate(options: options)!187 var delegate = CoreMLDelegate()303 …://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/swift/Sources/CoreMLDelegate.swift)