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.

상속된 메서드

열거형 값

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