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

[tflite] Add profiling related APIs to tfjs-tflite #5911

Merged
merged 5 commits into from
Dec 2, 2021

Conversation

jinjingforever
Copy link
Collaborator

@jinjingforever jinjingforever commented Dec 1, 2021

  • Add the profiling related APIs that work with the underlying tflite-web-api JS client.
  • Remove the unnecessary logic of processing the options. Now this is handled in the underlying tflite-web-api js code.
  • Update README to add a section about profiling.

See #5829

To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

@google-cla google-cla bot added the cla: yes label Dec 1, 2021
Copy link
Collaborator

@pyu10055 pyu10055 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @jinjingforever)


tfjs-tflite/README.md, line 120 at r1 (raw file):

`predict` method is called. The profiling results can be retrieved in two ways:

- `tfliteModel.getProfilingResults()`: this method will return an arrya of

array of

Copy link
Collaborator Author

@jinjingforever jinjingforever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @pyu10055)


tfjs-tflite/README.md, line 120 at r1 (raw file):

Previously, pyu10055 (Ping Yu) wrote…

array of

Done

@jinjingforever jinjingforever merged commit 23f6ebd into master Dec 2, 2021
@jinjingforever jinjingforever deleted the tflitebenchmarkapi branch December 2, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants