التعداد النهائي العام الثابت 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 HIDDEN النهائي العام الثابت
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 النهائي العام الثابت. لم يتم التعرف على الرؤية
نهائي عام ثابت 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
العدد النهائي الثابت العام VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1;
القيمة الثابتة: 1