We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I want to instrument tensorflow APIs, I get weird results as shown in the attached image.
For example, I get:
tf.__main__.MatrixSolveOpTest
As you can see, __main__ and Test are in the API name which is wrong.
__main__
Test
Also, all value spaces are same for all APIs.
Any Idea why it happens?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I want to instrument tensorflow APIs, I get weird results as shown in the attached image.
For example, I get:
As you can see,
__main__
andTest
are in the API name which is wrong.Also, all value spaces are same for all APIs.
Any Idea why it happens?
Thanks.
The text was updated successfully, but these errors were encountered: