classe final pública TensorConnection
Defines a connection between two tensors in a `GraphDef`.
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
| booleano | é 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 | código hash () |
| booleano final | |
| TensorConnection.Builder estático | newBuilder (protótipo TensorConnection ) |
| 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 | analisador () |
| 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)
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 ()
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 de 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 ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|