общедоступное статическое окончательное перечисление 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;
общедоступный статический окончательный ApiDef.Visibility СКРЫТ
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3;
общедоступный статический окончательный ApiDef.Visibility ПРОПУСК
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 UNRECOGNIZED
общедоступный статический окончательный 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