classe final pública MemoryLogTensorAllocation
Tipo de protobuf tensorflow.MemoryLogTensorAllocation
Classes aninhadas
| aula | MemoryLogTensorAllocation.Builder | Tipo de protobuf tensorflow.MemoryLogTensorAllocation | |
Constantes
| interno | KERNEL_NAME_FIELD_NUMBER | |
| interno | STEP_ID_FIELD_NUMBER | |
| interno | TENSOR_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| MemoryLogTensorAllocation estático | |
| Alocação de MemoryLogTensor | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getKernelName () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| com.google.protobuf.ByteString | getKernelNameBytes () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| interno | |
| longo | getStepId () Process-unique step id. |
| TensorDescrição | obterTensor () Allocated tensor details. |
| TensorDescriptionOrBuilder | getTensorOrBuilder () Allocated tensor details. |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | temTensor () Allocated tensor details. |
| interno | código hash () |
| booleano final | |
| MemoryLogTensorAllocation.Builder estático | |
| MemoryLogTensorAllocation.Builder estático | newBuilder (protótipo MemoryLogTensorAllocation ) |
| MemoryLogTensorAllocation.Builder | |
| MemoryLogTensorAllocation estático | parseDelimitedFrom (entrada InputStream) |
| MemoryLogTensorAllocation estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryLogTensorAllocation estático | parseFrom (dados de ByteBuffer) |
| MemoryLogTensorAllocation estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryLogTensorAllocation estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryLogTensorAllocation estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| MemoryLogTensorAllocation estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryLogTensorAllocation estático | parseFrom (dados com.google.protobuf.ByteString) |
| MemoryLogTensorAllocation estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryLogTensorAllocation estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| MemoryLogTensorAllocation.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int KERNEL_NAME_FIELD_NUMBER
Valor Constante: 2
int final estático público STEP_ID_FIELD_NUMBER
Valor Constante: 1
int final estático público TENSOR_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 ()
String pública getKernelName ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2; público com.google.protobuf.ByteString getKernelNameBytes ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2; público getParserForType ()
público int getSerializedSize ()
público longo getStepId ()
Process-unique step id.
int64 step_id = 1; TensorDescrição pública getTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; público TensorDescriptionOrBuilder getTensorOrBuilder ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasTensor booleano público ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; hashCode int público ()
público final booleano isInitialized ()
público estático MemoryLogTensorAllocation.Builder newBuilder (protótipo MemoryLogTensorAllocation )
público estático MemoryLogTensorAllocation parseDelimitedFrom (entrada InputStream)
Lança
| IOException |
|---|
public static MemoryLogTensorAllocation parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
MemoryLogTensorAllocation estático público parseFrom (dados de ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorAllocation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogTensorAllocation parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
MemoryLogTensorAllocation estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
MemoryLogTensorAllocation estático público parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
MemoryLogTensorAllocation estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorAllocation parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogTensorAllocation 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 |
|---|