パブリック静的最終列挙型ApiDef.Visibility
Protobuf enum 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;
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認識されません
パブリック静的最終ApiDef.Visibility VISIBLE
Publicly visible in the API.
VISIBLE = 1;
定数
パブリック静的最終整数DEFAULT_VISIBILITY_VALUE
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0;
定数値: 0
パブリック静的最終整数HIDDEN_VALUE
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3;
定数値: 3
パブリック静的最終整数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
パブリック静的最終整数VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1;
定数値: 1