TensorConnection

classe final pública TensorConnection

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

Classes aninhadas

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

Constantes

interno FROM_TENSOR_FIELD_NUMBER
interno TO_TENSOR_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
TensorConnection estático
Conexão Tensor
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
interno
Corda
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
TensorConnection.Builder estático
TensorConnection.Builder estático
TensorConnection.Builder
TensorConnection estático
parseDelimitedFrom (entrada InputStream)
TensorConnection estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (dados de ByteBuffer)
TensorConnection estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TensorConnection estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (dados com.google.protobuf.ByteString)
TensorConnection estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorConnection estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorConnection.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público FROM_TENSOR_FIELD_NUMBER

Valor Constante: 1

público estático final int TO_TENSOR_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

TensorConnection estático público getDefaultInstance ()

público TensorConnection getDefaultInstanceForType ()

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

String pública getFromTensor ()

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

público 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 ()

público int getSerializedSize ()

String pública 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;

público 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;

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

hashCode int público ()

público final booleano isInitialized ()

público estático TensorConnection.Builder newBuilder (protótipo TensorConnection )

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

público TensorConnection.Builder newBuilderForType ()

TensorConnection estático público parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

TensorConnection estático público parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

TensorConnection estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

TensorConnection.Builder público paraBuilder ()

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

Lança
IOException