classe finale pubblica TensorConnection
Defines a connection between two tensors in a `GraphDef`.
tensorflow.TensorConnection Classi nidificate
| classe | TensorConnection.Builder | Defines a connection between two tensors in a `GraphDef`. | |
Costanti
| int | FROM_TENSOR_FIELD_NUMBER | |
| int | TO_TENSOR_FIELD_NUMBER |
Metodi pubblici
| booleano | è uguale a (Oggetto oggetto) |
| TensorConnection statica | |
| TensorConnection | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| Corda | getFromTensore () A tensor name. |
| com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| int | |
| Corda | getToTensore () A tensor name. |
| com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
| finale com.google.protobuf.UnknownFieldSet | |
| int | codicehash () |
| booleano finale | |
| TensorConnection.Builder statico | newBuilder (prototipo TensorConnection ) |
| TensorConnection.Builder statico | |
| TensorConnection.Builder | |
| TensorConnection statica | parseDelimitedFrom (input InputStream) |
| TensorConnection statica | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection statica | parseFrom (dati ByteBuffer) |
| TensorConnection statica | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| TensorConnection statica | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection statica | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
| TensorConnection statica | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection statica | parseFrom (dati com.google.protobuf.ByteString) |
| TensorConnection statica | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection statica | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| statico | analizzatore () |
| TensorConnection.Builder | toBuilder () |
| vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int FROM_TENSOR_FIELD_NUMBER
Valore costante: 1
pubblico statico finale int TO_TENSOR_FIELD_NUMBER
Valore costante: 2
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
stringa pubblica getFromTensor ()
A tensor name. The value of this tensor will be substituted for the tensor named in `to_tensor`.
string from_tensor = 1; pubblico 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; pubblico getParserForType ()
public int getSerializedSize ()
stringa pubblica 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; pubblico 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; pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
TensorConnection statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
parseFrom TensorConnection statico pubblico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
| IOException |
|---|
parseFrom TensorConnection statico pubblico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom TensorConnection statico pubblico (input com.google.protobuf.CodedInputStream)
Lancia
| IOException |
|---|
parseFrom pubblico statico TensorConnection (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom TensorConnection statico pubblico (dati com.google.protobuf.ByteString)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom TensorConnection statico pubblico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
parseFrom TensorConnection statico pubblico (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
| IOException |
|---|