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

How to enable oneddn in tensorflow for eltwise op #451

Open
akote123 opened this issue Jul 6, 2023 · 0 comments
Open

How to enable oneddn in tensorflow for eltwise op #451

akote123 opened this issue Jul 6, 2023 · 0 comments

Comments

@akote123
Copy link

akote123 commented Jul 6, 2023

@penpornk , I wanted to understand the latest tensorflow supports eltwise onednn flow and also is there any document which I can refer for the onednn ops which are supported in latest tensorflow.
Actually I wanted to understand the onednn flow for elewise op, so I tried profile the code for

import tensorflow as tf

x= tf.constant([-10, -5, 0.0, 5, 10], dtype = tf.float32)
y=tf.nn.relu(x)
print(y)

But this will not create onednn flow.

How we can generate onednn flow for eltwise ops through tensorflow framework?

Thanks

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

No branches or pull requests

1 participant