TensorConnection

clase final pública TensorConnection

 Defines a connection between two tensors in a `GraphDef`.
 
tipo tensorflow.TensorConnection

Clases anidadas

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

Constantes

En t FROM_TENSOR_FIELD_NUMBER
En tTO_TENSOR_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
TensorConnection estático
TensorConnection
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
En t
Cuerda
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static TensorConnection.Builder
newBuilder (prototipo de TensorConnection )
static TensorConnection.Builder
TensorConnection.Builder
TensorConnection estático
parseDelimitedFrom (entrada InputStream)
TensorConnection estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (datos ByteBuffer)
TensorConnection estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TensorConnection estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (datos com.google.protobuf.ByteString)
TensorConnection estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorConnection.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int FROM_TENSOR_FIELD_NUMBER

Valor constante: 1

público estático final int TO_TENSOR_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static TensorConnection getDefaultInstance ()

public TensorConnection getDefaultInstanceForType ()

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

public String getFromTensor ()

 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 ()

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

público getParserForType ()

public int getSerializedSize ()

public String 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 ()

public int hashCode ()

public final boolean isInitialized ()

public static TensorConnection.Builder newBuilder (prototipo de TensorConnection )

public static TensorConnection.Builder newBuilder ()

public TensorConnection.Builder newBuilderForType ()

public static TensorConnection parseDelimitedFrom (InputStream input)

Lanza
IOException

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

Lanza
IOException

público estático TensorConnection parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static TensorConnection parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático TensorConnection parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TensorConnection.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException