OpDeprecation.Builder

classe final pública estática OpDeprecation.Builder

 Information about version-dependent deprecation of an op
 
tensorflow.OpDeprecation tipo tensorflow.OpDeprecation

Métodos Públicos

OpDeprecation.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
OpDeprecation
build ()
OpDeprecation
OpDeprecation.Builder
limpar ()
OpDeprecation.Builder
clearExplanation ()
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
OpDeprecation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDeprecation.Builder
clearVersion ()
 First GraphDef version at which the op is disallowed.
OpDeprecation.Builder
clone ()
OpDeprecation
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
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
getVersion ()
 First GraphDef version at which the op is disallowed.
final booleano
OpDeprecation.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation.Builder
mergeFrom (com.google.protobuf.Message other)
OpDeprecation.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
OpDeprecation.Builder
setExplanation (valor String)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setExplanationBytes (com.google.protobuf.ByteString value)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
OpDeprecation.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
OpDeprecation.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
OpDeprecation.Builder
setVersion (valor int)
 First GraphDef version at which the op is disallowed.

Métodos herdados

Métodos Públicos

public OpDeprecation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

construção pública de OpDeprecation ()

public OpDeprecation buildPartial ()

public OpDeprecation.Builder clear ()

public OpDeprecation.Builder clearExplanation ()

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public OpDeprecation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public OpDeprecation.Builder clearVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

clone público OpDeprecation.Builder ()

public OpDeprecation getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getExplanation ()

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public com.google.protobuf.ByteString getExplanationBytes ()

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public int getVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

public final boolean isInitialized ()

public OpDeprecation.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public OpDeprecation.Builder mergeFrom (com.google.protobuf.Message other)

public final OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public OpDeprecation.Builder setExplanation (String value)

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder setExplanationBytes (valor com.google.protobuf.ByteString)

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public OpDeprecation.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final OpDeprecation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public OpDeprecation.Builder setVersion (valor int)

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;