OpDeprecationOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
OpDeprecation |
Information about version-dependent deprecation of an op
Protobuf type tensorflow.OpDeprecation
|
OpDeprecation.Builder |
Information about version-dependent deprecation of an op
Protobuf type tensorflow.OpDeprecation
|
|
Public Methods
abstract
String
|
getExplanation()
Explanation of why it was deprecated and what to use instead.
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
getVersion()
First GraphDef version at which the op is disallowed.
|
Public Methods
public
abstract
String
getExplanation
()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public
abstract
com.google.protobuf.ByteString
getExplanationBytes
()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public
abstract
int
getVersion
()
First GraphDef version at which the op is disallowed.
int32 version = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 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"]]