TensorSpecProto

clase final pública TensorSpecProto

 A protobuf to represent tf.TensorSpec.
 
Protobuf tipo tensorflow.TensorSpecProto

Clases anidadas

clase TensorSpecProto.Builder
 A protobuf to represent tf.TensorSpec. 

Constantes

En t DTYPE_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t SHAPE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático TensorSpecProto
TensorSpecProto
com.google.protobuf.Descriptors.Descriptor estático final
Tipo de datos
getDtype ()
.tensorflow.DataType dtype = 3;
En t
getDtypeValue ()
.tensorflow.DataType dtype = 3;
Cuerda
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
En t
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
final com.google.protobuf.UnknownFieldSet
booleano
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
En t
booleano final
estático TensorSpecProto.Builder
newBuilder (prototipo de TensorSpecProto )
estático TensorSpecProto.Builder
TensorSpecProto.Builder
estático TensorSpecProto
parseDelimitedFrom (entrada InputStream)
estático TensorSpecProto
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSpecProto
parseFrom (datos ByteBuffer)
estático TensorSpecProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSpecProto
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSpecProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TensorSpecProto
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSpecProto
parseFrom (datos com.google.protobuf.ByteString)
estático TensorSpecProto
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSpecProto
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSpecProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DTYPE_FIELD_NUMBER

Valor constante: 3

public static final int NAME_FIELD_NUMBER

Valor constante: 1

público estático final int SHAPE_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static TensorSpecProto getDefaultInstance ()

public TensorSpecProto getDefaultInstanceForType ()

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

public DataType getDtype ()

.tensorflow.DataType dtype = 3;

public int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

público getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

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

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

public final boolean isInitialized ()

public static TensorSpecProto.Builder newBuilder (prototipo de TensorSpecProto )

public static TensorSpecProto.Builder newBuilder ()

public TensorSpecProto.Builder newBuilderForType ()

public static TensorSpecProto parseDelimitedFrom (InputStream input)

Lanza
IOException

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

Lanza
IOException

público estático TensorSpecProto parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static TensorSpecProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TensorSpecProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático TensorSpecProto parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static TensorSpecProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TensorSpecProto.Builder toBuilder ()

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

Lanza
IOException