Replies: 1 comment 1 reply
-
No, we don't have this kind of functionality in onnxruntime-web, as far as I know |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tensorflow.js
has thememory
functionality which makes it very easy to test if you're leaking memory via tensor allocations in a given function like this:Does
onnxruntime-web
have any similar functionality? It didn't look like the profiling used in the unit tests would give this level of information, and I was not able to find other examples of this sort of thing or anything in the documentation.Beta Was this translation helpful? Give feedback.
All reactions