VariantTensorDataProto

classe final pública VariantTensorDataProto

 Protocol buffer representing the serialization format of DT_VARIANT tensors.
 
tensorflow.VariantTensorDataProto tipo tensorflow.VariantTensorDataProto

Classes aninhadas

aula VariantTensorDataProto.Builder
 Protocol buffer representing the serialization format of DT_VARIANT tensors. 

Constantes

int METADATA_FIELD_NUMBER
int TENSORS_FIELD_NUMBER
int TYPE_NAME_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static VariantTensorDataProto
VariantTensorDataProto
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
int
TensorProto
getTensors (int index)
 Tensors contained within objects being serialized.
int
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista < TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder
getTensorsOrBuilder (índice interno )
 Tensors contained within objects being serialized.
Lista <? estende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
Fragmento
getTypeName ()
 Name of the type of objects being serialized.
com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static VariantTensorDataProto.Builder
static VariantTensorDataProto.Builder
VariantTensorDataProto.Builder
static VariantTensorDataProto
parseDelimitedFrom (InputStream input)
static VariantTensorDataProto
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantTensorDataProto
parseFrom (dados ByteBuffer)
static VariantTensorDataProto
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantTensorDataProto
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantTensorDataProto
parseFrom (com.google.protobuf.CodedInputStream input)
static VariantTensorDataProto
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantTensorDataProto
parseFrom (com.google.protobuf.ByteString data)
static VariantTensorDataProto
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariantTensorDataProto
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
VariantTensorDataProto.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int METADATA_FIELD_NUMBER

Valor constante: 2

public static final int TENSORS_FIELD_NUMBER

Valor Constante: 3

público estático final int TYPE_NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static VariantTensorDataProto getDefaultInstance ()

public VariantTensorDataProto getDefaultInstanceForType ()

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

public com.google.protobuf.ByteString getMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

público getParserForType ()

public int getSerializedSize ()

public TensorProto getTensors (int index)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public int getTensorsCount ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public List < TensorProto > getTensorsList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProtoOrBuilder getTensorsOrBuilder (índice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

Lista pública <? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public String getTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

public com.google.protobuf.ByteString getTypeNameBytes ()

 Name of the type of objects being serialized.
 
string type_name = 1;

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

public int hashCode ()

public final boolean isInitialized ()

public static VariantTensorDataProto.Builder newBuilder (protótipo VariantTensorDataProto )

public static VariantTensorDataProto.Builder newBuilder ()

public VariantTensorDataProto.Builder newBuilderForType ()

public static VariantTensorDataProto parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static VariantTensorDataProto parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public VariantTensorDataProto.Builder toBuilder ()

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

Lança
IOException