classe final pública SavedSliceMeta
Metadata describing the set of slices of the same tensor saved in a checkpoint file.
tensorflow.SavedSliceMeta Classes aninhadas
| aula | SavedSliceMeta.Builder | Metadata describing the set of slices of the same tensor saved in a checkpoint file. | |
Constantes
| interno | NAME_FIELD_NUMBER | |
| interno | SHAPE_FIELD_NUMBER | |
| interno | SLICE_FIELD_NUMBER | |
| interno | TYPE_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| SavedSliceMeta estático | |
| SalvoSliceMeta | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getNome () Name of the tensor. |
| com.google.protobuf.ByteString | getNomeBytes () Name of the tensor. |
| interno | |
| TensorShapeProto | obterForma () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| TensorSliceProto | getSlice (índice interno) Explicit list of slices saved in the checkpoint file. |
| interno | getSliceCount () Explicit list of slices saved in the checkpoint file. |
| Lista< TensorSliceProto > | getSliceList () Explicit list of slices saved in the checkpoint file. |
| TensorSliceProtoOrBuilder | getSliceOrBuilder (índice interno) Explicit list of slices saved in the checkpoint file. |
| Lista<? estende TensorSliceProtoOrBuilder > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
| Tipo de dados | getType () Type of the tensor .tensorflow.DataType type = 3; |
| interno | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | temForma () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| interno | código hash () |
| booleano final | |
| SavedSliceMeta.Builder estático | newBuilder (protótipo SavedSliceMeta ) |
| SavedSliceMeta.Builder estático | |
| SavedSliceMeta.Builder | |
| SavedSliceMeta estático | parseDelimitedFrom (entrada InputStream) |
| SavedSliceMeta estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SavedSliceMeta estático | parseFrom (dados de ByteBuffer) |
| SavedSliceMeta estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SavedSliceMeta estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SavedSliceMeta estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| SavedSliceMeta estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SavedSliceMeta estático | parseFrom (dados com.google.protobuf.ByteString) |
| SavedSliceMeta estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SavedSliceMeta estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| SavedSliceMeta.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público NAME_FIELD_NUMBER
Valor Constante: 1
público estático final int SHAPE_FIELD_NUMBER
Valor Constante: 2
público estático final int SLICE_FIELD_NUMBER
Valor Constante: 4
público estático final int TYPE_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 getNome ()
Name of the tensor.
string name = 1; público com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1; público getParserForType ()
público int getSerializedSize ()
público TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2; público TensorSliceProto getSlice (índice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; público int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; Lista pública< TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; público TensorSliceProtoOrBuilder getSliceOrBuilder (índice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; Lista pública<? estende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; público int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasShape booleano público ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2; hashCode int público ()
público final booleano isInitialized ()
public static SavedSliceMeta parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SavedSliceMeta parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SavedSliceMeta parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static SavedSliceMeta parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static SavedSliceMeta parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático SavedSliceMeta parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static SavedSliceMeta parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SavedSliceMeta 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 |
|---|