Endpoint

public abstract @interface Endpoint

Annotation used to mark a method of a class annotated with @Operator that should generate an endpoint into ERROR(Ops/org.tensorflow.op.Ops Ops) or one of its groups.

It is mandatory for the annotated method to be public, static and to take as its first parameter an instance of Scope. For example:

{@code

Inherited Methods