SavedSliceMetaOrBuilder

interfaz pública SavedSliceMetaOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtenerNombre ()
 Name of the tensor.
resumen com.google.protobuf.ByteString
getNombreBytes ()
 Name of the tensor.
resumen TensorShapeProto
obtener forma ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
abstracto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
resumen TensorSliceProto
getSlice (índice int)
 Explicit list of slices saved in the checkpoint file.
resumen entero
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Lista abstracta <TensorSliceProto>
obtener lista de rebanadas ()
 Explicit list of slices saved in the checkpoint file.
abstracto TensorSliceProtoOrBuilder
getSliceOrBuilder (índice int)
 Explicit list of slices saved in the checkpoint file.
Lista abstracta<? extiende TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
tipo de datos abstracto
obtener tipo ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
resumen entero
obtenerTipoValor ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booleano abstracto
tiene forma ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

Métodos públicos

Cadena abstracta pública 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;

resumen público int getSliceCount ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Lista abstracta pública< 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 resúmenes públicos <? extiende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

tipo de datos abstracto público getType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

resumen público int getTypeValue ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

hasShape booleano abstracto público ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;