KernelDef.AttrConstraint

clase final estática pública KernelDef.AttrConstraint

Protobuf tipo tensorflow.KernelDef.AttrConstraint

Clases anidadas

clase KernelDef.AttrConstraint.Builder Protobuf tipo tensorflow.KernelDef.AttrConstraint

Constantes

En t ALLOWED_VALUES_FIELD_NUMBER
En t NAME_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
AttrValue
getAllowedValues ()
 A list of values that this kernel supports for this attr.
AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 A list of values that this kernel supports for this attr.
estático KernelDef.AttrConstraint
KernelDef.AttrConstraint
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getName ()
 Name of an attr from the Op.
com.google.protobuf.ByteString
getNameBytes ()
 Name of an attr from the Op.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasAllowedValues ()
 A list of values that this kernel supports for this attr.
En t
booleano final
estático KernelDef.AttrConstraint.Builder
estático KernelDef.AttrConstraint.Builder
KernelDef.AttrConstraint.Builder
estático KernelDef.AttrConstraint
parseDelimitedFrom (entrada InputStream)
estático KernelDef.AttrConstraint
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático KernelDef.AttrConstraint
parseFrom (datos ByteBuffer)
estático KernelDef.AttrConstraint
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático KernelDef.AttrConstraint
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático KernelDef.AttrConstraint
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático KernelDef.AttrConstraint
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático KernelDef.AttrConstraint
parseFrom (datos com.google.protobuf.ByteString)
estático KernelDef.AttrConstraint
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático KernelDef.AttrConstraint
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
KernelDef.AttrConstraint.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int ALLOWED_VALUES_FIELD_NUMBER

Valor constante: 2

public static final int NAME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public AttrValue getAllowedValues ()

 A list of values that this kernel supports for this attr.
 Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
 
.tensorflow.AttrValue allowed_values = 2;

public AttrValueOrBuilder getAllowedValuesOrBuilder ()

 A list of values that this kernel supports for this attr.
 Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
 
.tensorflow.AttrValue allowed_values = 2;

public static KernelDef.AttrConstraint getDefaultInstance ()

public KernelDef.AttrConstraint getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getName ()

 Name of an attr from the Op.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name of an attr from the Op.
 
string name = 1;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasAllowedValues ()

 A list of values that this kernel supports for this attr.
 Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
 
.tensorflow.AttrValue allowed_values = 2;

public int hashCode ()

public final boolean isInitialized ()

public static KernelDef.AttrConstraint.Builder newBuilder ()

public static KernelDef.AttrConstraint.Builder newBuilder (prototipo de KernelDef.AttrConstraint )

public KernelDef.AttrConstraint.Builder newBuilderForType ()

public static KernelDef.AttrConstraint parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static KernelDef.AttrConstraint parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático KernelDef.AttrConstraint parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

KernelDef.AttrConstraint estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static KernelDef.AttrConstraint parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático KernelDef.AttrConstraint parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static KernelDef.AttrConstraint parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

KernelDef.AttrConstraint estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static KernelDef.AttrConstraint parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático KernelDef.AttrConstraint parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public KernelDef.AttrConstraint.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException