-
Notifications
You must be signed in to change notification settings - Fork 307
Closed
Description
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
Labels
No labels