TensorSpecProto

classe final pública TensorSpecProto

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

Classes aninhadas

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

Constantes

int DTYPE_FIELD_NUMBER
int NAME_FIELD_NUMBER
int SHAPE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
TensorSpecProto estático
TensorSpecProto
final static com.google.protobuf.Descriptors.Descriptor
Tipo de dados
getDtype ()
.tensorflow.DataType dtype = 3;
int
getDtypeValue ()
.tensorflow.DataType dtype = 3;
Fragmento
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
int
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
final com.google.protobuf.UnknownFieldSet
boleano
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
int
final booleano
static TensorSpecProto.Builder
static TensorSpecProto.Builder
TensorSpecProto.Builder
TensorSpecProto estático
parseDelimitedFrom (InputStream input)
TensorSpecProto estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSpecProto estático
parseFrom (dados ByteBuffer)
TensorSpecProto estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSpecProto estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSpecProto estático
parseFrom (com.google.protobuf.CodedInputStream input)
TensorSpecProto estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSpecProto estático
parseFrom (com.google.protobuf.ByteString data)
TensorSpecProto estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSpecProto estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSpecProto.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int DTYPE_FIELD_NUMBER

Valor Constante: 3

public static final int NAME_FIELD_NUMBER

Valor Constante: 1

public static final int SHAPE_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static TensorSpecProto getDefaultInstance ()

public TensorSpecProto getDefaultInstanceForType ()

public static 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 (protótipo TensorSpecProto )

public static TensorSpecProto.Builder newBuilder ()

public TensorSpecProto.Builder newBuilderForType ()

public static TensorSpecProto parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TensorSpecProto parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorSpecProto.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException