OpDeprecationOrBuilder
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
תת-מחלקות עקיפות ידועות OpDeprecation |
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation מסוג Protobuf.OpDeprecation | OpDeprecation.Builder |
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation מסוג Protobuf.OpDeprecation |
|
שיטות ציבוריות
מחרוזת מופשטת | getExplanation ()
Explanation of why it was deprecated and what to use instead. |
תקציר com.google.protobuf.ByteString | |
מופשט int | getVersion ()
First GraphDef version at which the op is disallowed. |
שיטות ציבוריות
תקציר ציבורי מחרוזת getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
תקציר ציבורי com.google.protobuf.ByteString getExplanationBytes ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
תקציר ציבורי int getVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# OpDeprecationOrBuilder\n\npublic interface **OpDeprecationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [OpDeprecation](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation), [OpDeprecation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation.Builder) |--------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| | [OpDeprecation](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation) | ``` Information about version-dependent deprecation of an op ``` Protobuf type `tensorflow.OpDeprecation` | | [OpDeprecation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation.Builder) | ``` Information about version-dependent deprecation of an op ``` Protobuf type `tensorflow.OpDeprecation` | |||\n\n### Public Methods\n\n|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getExplanation](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecationOrBuilder#getExplanation())() ``` Explanation of why it was deprecated and what to use instead. ``` |\n| abstract com.google.protobuf.ByteString | [getExplanationBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecationOrBuilder#getExplanationBytes())() ``` Explanation of why it was deprecated and what to use instead. ``` |\n| abstract int | [getVersion](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecationOrBuilder#getVersion())() ``` First GraphDef version at which the op is disallowed. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getExplanation**\n()\n\n\u003cbr /\u003e\n\n```\n Explanation of why it was deprecated and what to use instead.\n \n```\n`string explanation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getExplanationBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Explanation of why it was deprecated and what to use instead.\n \n```\n`string explanation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getVersion**\n()\n\n\u003cbr /\u003e\n\n```\n First GraphDef version at which the op is disallowed.\n \n```\n`int32 version = 1;`\n\n\u003cbr /\u003e"]]