NamedTensorProto

classe finale publique NamedTensorProto

 A pair of tensor name and tensor values.
 
tensorflow.NamedTensorProto de type Protobuf.NamedTensorProto

Classes imbriquées

classe NamedTensorProto.Builder
 A pair of tensor name and tensor values. 

Constantes

int NAME_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
statique NamedTensorProto
NamedTensorProto
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
obtenirNom ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
int
TensorProto
getTensor ()
 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
booléen
hasTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
int
booléen final
statique NamedTensorProto.Builder
statique NamedTensorProto.Builder
NamedTensorProto.Builder
statique NamedTensorProto
parseDelimitedFrom (entrée InputStream)
statique NamedTensorProto
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique NamedTensorProto
parseFrom (données ByteBuffer)
statique NamedTensorProto
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique NamedTensorProto
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique NamedTensorProto
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique NamedTensorProto
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique NamedTensorProto
parseFrom (données com.google.protobuf.ByteString)
statique NamedTensorProto
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique NamedTensorProto
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
NamedTensorProto.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier NAME_FIELD_NUMBER

Valeur constante : 1

public statique final int TENSOR_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

public statique NamedTensorProto getDefaultInstance ()

public NamedTensorProto getDefaultInstanceForType ()

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

chaîne publique getName ()

nom de chaîne

 Name of the tensor.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 Name of the tensor.
 
string name = 1;

publique getParserForType ()

public int getSerializedSize ()

public TensorProto getTensor ()

tenseur

 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;

public 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;

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

public booléen hasTensor ()

 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;

code de hachage int public ()

public final booléen isInitialized ()

public statique NamedTensorProto.Builder newBuilder (prototype NamedTensorProto )

public statique NamedTensorProto.Builder newBuilder ()

public NamedTensorProto.Builder newBuilderForType ()

public statique NamedTensorProto parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique NamedTensorProto parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique NamedTensorProto parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique NamedTensorProto parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique NamedTensorProto parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique NamedTensorProto parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique NamedTensorProto parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique NamedTensorProto parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique NamedTensorProto parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique NamedTensorProto parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public NamedTensorProto.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException