publiczne statyczne wyliczenie końcowe ApiDef.Visibility
Protobuf enum tensorflow.ApiDef.Visibility
Stałe
| wew | DEFAULT_VISIBILITY_VALUE | Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef. |
| wew | UKRYTA_WARTOŚĆ | Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language). |
| wew | SKIP_VALUE | Do not include this op in the generated API. |
| wew | WIDOCZNA_WARTOŚĆ | Publicly visible in the API. |
Metody dziedziczone
Wartości wyliczeniowe
publiczny statyczny końcowy ApiDef.Visibility DEFAULT_VISIBILITY
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0; publiczna statyczna wersja końcowa ApiDef.Widoczność UKRYTA
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3; publiczny statyczny końcowy ApiDef.Visibility POMIŃ
Do not include this op in the generated API. If visibility is set to 'SKIP', other fields are ignored for this op.
SKIP = 2; publiczny statyczny końcowy ApiDef.Visibility NIEROZPOZNANY
publiczny statyczny końcowy ApiDef.Widoczność WIDOCZNA
Publicly visible in the API.
VISIBLE = 1; Stałe
publiczny statyczny końcowy int DEFAULT_VISIBILITY_VALUE
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0; Wartość stała: 0
publiczny statyczny końcowy int HIDDEN_VALUE
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3; Wartość stała: 3
publiczny statyczny końcowy 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; Wartość stała: 2
publiczny statyczny końcowy int VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1; Wartość stała: 1