ApiDef.Visibility

공개 정적 최종 열거형 ApiDef.Visibility

Protobuf 열거형 tensorflow.ApiDef.Visibility

상수

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

상속된 메서드

최종 정수
CompareTo ( ApiDef.Visibility arg0)
정수
CompareTo (객체 arg0)
최종 부울
같음 (개체 arg0)
최종 클래스< ApiDef.Visibility >
getDeclaringClass ()
최종 정수
해시코드 ()
최종 문자열
이름 ()
최종 정수
서수 ()
toString ()
static <T는 Enum<T>> T를 확장합니다.
valueOf (클래스<T> arg0, 문자열 arg1)
부울
같음 (개체 arg0)
마지막 수업<?>
getClass ()
정수
해시코드 ()
최종 무효
알림 ()
최종 무효
통지모두 ()
toString ()
최종 무효
대기 (long arg0, int arg1)
최종 무효
기다리세요 (긴 arg0)
최종 무효
기다리다 ()
추상 정수
CompareTo ( ApiDef.Visibility arg0)

열거형 값

공개 정적 최종 ApiDef.Visibility DEFAULT_VISIBILITY

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

공개 정적 최종 ApiDef.Visibility 숨김

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

공개 정적 최종 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;

공개 정적 최종 ApiDef.Visibility 가 인식되지 않음

공개 정적 최종 ApiDef.Visibility VISIBLE

 Publicly visible in the API.
 
VISIBLE = 1;

상수

공개 정적 최종 int DEFAULT_VISIBILITY_VALUE

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

상수값: 0

공개 정적 최종 int HIDDEN_VALUE

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

상수값: 3

공개 정적 최종 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;

상수값: 2

공개 정적 최종 int VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

상수값: 1