Skip to content

Add prefix for all implemented ops #510

@yongtang

Description

@yongtang

TensorFlow RFC tensorflow/community#126 introduced namespaces for custom TF ops that are separated by > characters.

Since an op’s name uniquely identifies it, different TF packages should ensure their op names are globally unique across the entire TF ecosystem. To do so, prepend the package’s name to the op’s name and separate with a ‘>’. An op named “MatMul” inside the “tensorflow_addons” package should be named “Addons>MatMul”, for example.

We should follow the same prefix rule so that tensorflow-io plays well in overall tensorflow ecosystem.

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