ApiDef.Visibility

public static final enum ApiDef.Visibility

Protobuf enum tensorflow.ApiDef.Visibility

Constants

int DEFAULT_VISIBILITY_VALUE
 Normally this is "VISIBLE" unless you are inheriting a
 different value from another ApiDef.
int HIDDEN_VALUE
 Hide this op by putting it into an internal namespace (or whatever
 is appropriate in the target language).
int SKIP_VALUE
 Do not include this op in the generated API.
int VISIBLE_VALUE
 Publicly visible in the API.

Inherited Methods

final int
compareTo(ApiDef.Visibility arg0)
int
compareTo(Object arg0)
final boolean
equals(Object arg0)
final Class<ApiDef.Visibility>
getDeclaringClass()
final int
hashCode()
final String
name()
final int
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
compareTo(ApiDef.Visibility arg0)

Enum Values

public static final ApiDef.Visibility DEFAULT_VISIBILITY

 Normally this is "VISIBLE" unless you are inheriting a
 different value from another ApiDef.
 
DEFAULT_VISIBILITY = 0;

public static final ApiDef.Visibility HIDDEN

 Hide this op by putting it into an internal namespace (or whatever
 is appropriate in the target language).
 
HIDDEN = 3;

public static final ApiDef.Visibility SKIP

 Do not include this op in the generated API. If visibility is
 set to 'SKIP', other fields are ignored for this op.
 
SKIP = 2;

public static final ApiDef.Visibility UNRECOGNIZED

public static final ApiDef.Visibility VISIBLE

 Publicly visible in the API.
 
VISIBLE = 1;

Constants

public static final int DEFAULT_VISIBILITY_VALUE

 Normally this is "VISIBLE" unless you are inheriting a
 different value from another ApiDef.
 
DEFAULT_VISIBILITY = 0;

Constant Value: 0

public static final int HIDDEN_VALUE

 Hide this op by putting it into an internal namespace (or whatever
 is appropriate in the target language).
 
HIDDEN = 3;

Constant Value: 3

public static final int SKIP_VALUE

 Do not include this op in the generated API. If visibility is
 set to 'SKIP', other fields are ignored for this op.
 
SKIP = 2;

Constant Value: 2

public static final int VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

Constant Value: 1