diff --git a/ios/TensorFlowLiteC.framework/TensorFlowLiteC b/ios/TensorFlowLiteC.framework/TensorFlowLiteC index 78adb280f..bf86a0764 100755 Binary files a/ios/TensorFlowLiteC.framework/TensorFlowLiteC and b/ios/TensorFlowLiteC.framework/TensorFlowLiteC differ diff --git a/ios/TensorFlowLiteCCoreML.framework/Headers/coreml_delegate.h b/ios/TensorFlowLiteCCoreML.framework/Headers/coreml_delegate.h old mode 100644 new mode 100755 index 7417d8b29..07a5d77c6 --- a/ios/TensorFlowLiteCCoreML.framework/Headers/coreml_delegate.h +++ b/ios/TensorFlowLiteCCoreML.framework/Headers/coreml_delegate.h @@ -21,7 +21,7 @@ limitations under the License. #ifdef __cplusplus extern "C" { -#endif // __cplusplus +#endif // __cplusplus typedef enum { // Create Core ML delegate only on devices with Apple Neural Engine. // Returns nullptr otherwise. @@ -57,15 +57,16 @@ typedef struct { // Return a delegate that uses CoreML for ops execution. // Must outlive the interpreter. -TfLiteDelegate* TfLiteCoreMlDelegateCreate(const TfLiteCoreMlDelegateOptions* options); +TfLiteDelegate* TfLiteCoreMlDelegateCreate( + const TfLiteCoreMlDelegateOptions* options); // Do any needed cleanup and delete 'delegate'. void TfLiteCoreMlDelegateDelete(TfLiteDelegate* delegate); #ifdef __cplusplus } -#endif // __cplusplus +#endif // __cplusplus // LINT.ThenChange(README.md) -#endif // TENSORFLOW_LITE_DELEGATES_COREML_COREML_DELEGATE_H_ +#endif // TENSORFLOW_LITE_DELEGATES_COREML_COREML_DELEGATE_H_ diff --git a/ios/TensorFlowLiteCCoreML.framework/TensorFlowLiteCCoreML b/ios/TensorFlowLiteCCoreML.framework/TensorFlowLiteCCoreML index 85bc18ca1..624e2db91 100755 Binary files a/ios/TensorFlowLiteCCoreML.framework/TensorFlowLiteCCoreML and b/ios/TensorFlowLiteCCoreML.framework/TensorFlowLiteCCoreML differ