public final class
OpDeprecation
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation
Nested Classes
class | OpDeprecation.Builder | Information about version-dependent deprecation of an op tensorflow.OpDeprecation
|
Constants
int | EXPLANATION_FIELD_NUMBER | |
int | VERSION_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static OpDeprecation | |
OpDeprecation | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getExplanation()
Explanation of why it was deprecated and what to use instead. |
com.google.protobuf.ByteString |
getExplanationBytes()
Explanation of why it was deprecated and what to use instead. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
getVersion()
First GraphDef version at which the op is disallowed. |
int |
hashCode()
|
final boolean | |
static OpDeprecation.Builder |
newBuilder(OpDeprecation prototype)
|
static OpDeprecation.Builder | |
OpDeprecation.Builder | |
static OpDeprecation |
parseDelimitedFrom(InputStream input)
|
static OpDeprecation |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OpDeprecation |
parseFrom(ByteBuffer data)
|
static OpDeprecation |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OpDeprecation |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OpDeprecation |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static OpDeprecation |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OpDeprecation |
parseFrom(com.google.protobuf.ByteString data)
|
static OpDeprecation |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OpDeprecation |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
OpDeprecation.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int EXPLANATION_FIELD_NUMBER
Constant Value:
2
public static final int VERSION_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public com.google.protobuf.ByteString getExplanationBytes ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int getVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
public int hashCode ()
public final boolean isInitialized ()
public static OpDeprecation parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static OpDeprecation parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static OpDeprecation parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static OpDeprecation parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static OpDeprecation parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static OpDeprecation parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static OpDeprecation parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static OpDeprecation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|