NamedTensorProto

classe final pública NamedTensorProto

 A pair of tensor name and tensor values.
 
Protobuf tipo tensorflow.NamedTensorProto

Classes aninhadas

aula NomeadoTensorProto.Builder
 A pair of tensor name and tensor values. 

Constantes

interno NAME_FIELD_NUMBER
interno TENSOR_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
estático NamedTensorProto
NomeadoTensorProto
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
 Name of the tensor.
com.google.protobuf.ByteString
getNomeBytes ()
 Name of the tensor.
interno
TensorProto
obterTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
TensorProtoOrBuilder
getTensorOrBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
final com.google.protobuf.UnknownFieldSet
boleano
temTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
interno
booleano final
estático NamedTensorProto.Builder
estático NamedTensorProto.Builder
NomeadoTensorProto.Builder
estático NamedTensorProto
parseDelimitedFrom (entrada InputStream)
estático NamedTensorProto
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (dados de ByteBuffer)
estático NamedTensorProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático NamedTensorProto
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (dados com.google.protobuf.ByteString)
estático NamedTensorProto
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
NomeadoTensorProto.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

int final estático público TENSOR_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

público estático NamedTensorProto getDefaultInstance ()

público NamedTensorProto getDefaultInstanceForType ()

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

String pública getNome ()

 Name of the tensor.
 
string name = 1;

público com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

público getParserForType ()

público int getSerializedSize ()

público TensorProto getTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

público TensorProtoOrBuilder getTensorOrBuilder ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasTensor booleano público ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

hashCode int público ()

público final booleano isInitialized ()

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

público estático NamedTensorProto.Builder newBuilder ()

público NamedTensorProto.Builder newBuilderForType ()

public static NamedTensorProto parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static NamedTensorProto parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

público estático NamedTensorProto parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static NamedTensorProto parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static NamedTensorProto parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static NamedTensorProto parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static NamedTensorProto parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático NamedTensorProto parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static NamedTensorProto parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static NamedTensorProto parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

público NamedTensorProto.Builder toBuilder ()

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

Lança
IOException