classe final pública NodeOutput
Output sizes recorded for a single execution of a graph node.
tensorflow.NodeOutput Classes aninhadas
| aula | NodeOutput.Builder | Output sizes recorded for a single execution of a graph node. | |
Constantes
| interno | SLOT_FIELD_NUMBER | |
| interno | TENSOR_DESCRIPTION_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| NodeOutput estático | |
| Saída do nó | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| interno | |
| interno | getSlot () int32 slot = 1; |
| TensorDescrição | getTensorDescription () .tensorflow.TensorDescription tensor_description = 3; |
| TensorDescriptionOrBuilder | getTensorDescriptionOrBuilder () .tensorflow.TensorDescription tensor_description = 3; |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | hasTensorDescrição () .tensorflow.TensorDescription tensor_description = 3; |
| interno | código hash () |
| booleano final | |
| NodeOutput.Builder estático | |
| NodeOutput.Builder estático | newBuilder (protótipo NodeOutput ) |
| NodeOutput.Builder | |
| NodeOutput estático | parseDelimitedFrom (entrada InputStream) |
| NodeOutput estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeOutput estático | parseFrom (dados de ByteBuffer) |
| NodeOutput estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeOutput estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeOutput estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| NodeOutput estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeOutput estático | parseFrom (dados com.google.protobuf.ByteString) |
| NodeOutput estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeOutput estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| NodeOutput.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int SLOT_FIELD_NUMBER
Valor Constante: 1
int final estático público TENSOR_DESCRIPTION_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público getParserForType ()
público int getSerializedSize ()
público int getSlot ()
int32 slot = 1;
TensorDescription público getTensorDescription ()
.tensorflow.TensorDescription tensor_description = 3;
público TensorDescriptionOrBuilder getTensorDescriptionOrBuilder ()
.tensorflow.TensorDescription tensor_description = 3;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasTensorDescription booleano público ()
.tensorflow.TensorDescription tensor_description = 3;
hashCode int público ()
público final booleano isInitialized ()
public static NodeOutput parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NodeOutput parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NodeOutput parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static NodeOutput parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
parseFrom estático público de NodeOutput (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static NodeOutput parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NodeOutput 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 |
|---|