doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

Clean up pointer spacing to follow latest objc standards #155

Closed phildow closed 5 years ago

phildow commented 5 years ago

(NSData *) instead of (NSData*)

(NSError * _Nullable *) instead of (NSError**)