পাবলিক স্ট্যাটিক ফাইনাল enum ApiDef.Visibility
Protobuf enum tensorflow.ApiDef.Visibility
ধ্রুবক
int | DEFAULT_VISIBILITY_VALUE | Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef. |
int | HIDDEN_VALUE | Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language). |
int | SKIP_VALUE | Do not include this op in the generated API. |
int | VISIBLE_VALUE | Publicly visible in the API. |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
এনাম মান
সর্বজনীন স্ট্যাটিক চূড়ান্ত ApiDef. দৃশ্যমানতা 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. দৃশ্যমানতা দৃশ্যমান
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
HIDDEN_VALUE int পাবলিক স্ট্যাটিক ফাইনাল
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