interfaz pública SavedSliceMetaOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | getName () Name of the tensor. |
resumen com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
abstracto TensorShapeProto | getShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
abstracto TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
abstracto TensorSliceProto | getSlice (índice int) Explicit list of slices saved in the checkpoint file. |
int abstracto | getSliceCount () Explicit list of slices saved in the checkpoint file. |
Lista abstracta < TensorSliceProto > | getSliceList () Explicit list of slices saved in the checkpoint file. |
abstracto TensorSliceProtoOrBuilder | getSliceOrBuilder (índice int) Explicit list of slices saved in the checkpoint file. |
Resumen Lista <? extiende TensorSliceProtoOrBuilder > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
Tipo de datos abstracto | getType () Type of the tensor .tensorflow.DataType type = 3; |
int abstracto | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
booleano abstracto | hasShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
Métodos públicos
público abstracto String getName ()
Name of the tensor.
string name = 1;
resumen público com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1;
resumen público TensorShapeProto getShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
resumen público TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
resumen público TensorSliceProto getSlice (índice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Lista pública abstracta < TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
resumen público TensorSliceProtoOrBuilder getSliceOrBuilder (índice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Lista de resumen público <? extiende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3;
público abstracto booleano hasShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;