TensorConnection

classe final pública TensorConnection

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

Classes aninhadas

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

Constantes

int FROM_TENSOR_FIELD_NUMBER
intTO_TENSOR_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
TensorConnection estático
TensorConnection
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
int
Fragmento
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static TensorConnection.Builder
static TensorConnection.Builder
TensorConnection.Builder
TensorConnection estático
parseDelimitedFrom (input InputStream)
TensorConnection estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (dados ByteBuffer)
TensorConnection estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (com.google.protobuf.CodedInputStream input)
TensorConnection estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (com.google.protobuf.ByteString data)
TensorConnection estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorConnection.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 equals (Object obj)

public static TensorConnection getDefaultInstance ()

public TensorConnection getDefaultInstanceForType ()

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

public String getFromTensor ()

string from_tensor = 1;

public com.google.protobuf.ByteString getFromTensorBytes ()

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 (protótipo TensorConnection )

public static TensorConnection.Builder newBuilder ()

public TensorConnection.Builder newBuilderForType ()

public static TensorConnection parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TensorConnection parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorConnection.Builder toBuilder ()

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

Lança
IOException