@Documented
@Target(TYPE)
@Retention(SOURCE)
public @interface Operator
org.tensorflow.op.Ops.
An annotation processor (TODO: not yet implemented) builds the Ops class by
aggregating all classes annotated as @Operators. Each annotated class must have at
least one public static factory method named create that accepts a Scope as its first argument. The processor then adds a convenience method in
the Ops class. For example:
{@code