Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpreter improvement #13

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

makeevrserg
Copy link

@makeevrserg makeevrserg commented Sep 5, 2023

  • Changed Interpreter to interface so it's possible to create custom interpreters
  • Added TensorDataTypeMapper with which objc TensorDataType converting will be easier
  • Changed TensorFlowLiteObjC version as 0.0.1-nightly.20230212 was not resolving
  • Added native input for better compatibility between ios and jvm
  • Added allocateTensors function as it required to re-allocate them sometimes
  • Removed allocateTensors from init as user should do it manually
  • Added more info to readme
  • Added checks to ObjCInterpreter

- Changed from expect class to interface
- Added manual allocateTensors method
- Added example with native input
- Added mapper into ObjCInterpreter
- Added info to readme
- Added info to Interpreter
- fix import order
- fix detekt issues
- fix locked podfile version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant