这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

How to enable oneddn in tensorflow for eltwise op #451

@akote123

Description

@akote123

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions