TensorConnection

classe finale publique TensorConnection

 Defines a connection between two tensors in a `GraphDef`.
 
Tensorflow de type tensorflow.TensorConnection

Classes imbriquées

classe TensorConnection.Builder
 Defines a connection between two tensors in a `GraphDef`. 

Constantes

int FROM_TENSOR_FIELD_NUMBER
int TO_TENSOR_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
TensorConnection statique
TenseurConnexion
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
int
Chaîne
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
final com.google.protobuf.UnknownFieldSet
int
booléen final
TensorConnection.Builder statique
TensorConnection.Builder statique
TensorConnection.Builder
TensorConnection statique
parseDelimitedFrom (entrée InputStream)
TensorConnection statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection statique
parseFrom (données ByteBuffer)
TensorConnection statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
TensorConnection statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection statique
parseFrom (données com.google.protobuf.ByteString)
TensorConnection statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
TensorConnection.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int FROM_TENSOR_FIELD_NUMBER

Valeur constante : 1

public statique final entier TO_TENSOR_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

TensorConnection statique public getDefaultInstance ()

public TensorConnection getDefaultInstanceForType ()

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

chaîne publique getFromTensor ()

chaîne

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

public com.google.protobuf.ByteString getFromTensorBytes ()

chaîne

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

publique getParserForType ()

public int getSerializedSize ()

chaîne publique getToTensor ()

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

public com.google.protobuf.ByteString getToTensorBytes ()

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

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

code de hachage int public ()

public final booléen isInitialized ()

public statique TensorConnection.Builder newBuilder (prototype TensorConnection )

public statique TensorConnection.Builder newBuilder ()

public TensorConnection.Builder newBuilderForType ()

public statique TensorConnection parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static TensorConnection parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TensorConnection parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static TensorConnection parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorConnection parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

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

Jetés
InvalidProtocolBufferException

public static TensorConnection parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public TensorConnection.Builder toBuilder ()

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

Jetés
IOException