VariableDefOrBuilder

interfaz pública VariableDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

agregación de variables abstracta
obtenerAgregación ()
 Indicates how a distributed variable will be aggregated.
resumen entero
obtenerValorAgregación ()
 Indicates how a distributed variable will be aggregated.
cadena abstracta
getNombreValorInicial ()
 Name of the tensor holding the variable's initial value.
resumen com.google.protobuf.ByteString
getInitialValueNameBytes ()
 Name of the tensor holding the variable's initial value.
cadena abstracta
getInitializerName ()
 Name of the initializer op.
resumen com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
booleano abstracto
obtenerIsResource ()
 Whether to represent this as a ResourceVariable.
resumen SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
resumen SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
cadena abstracta
getNombre de la instantánea ()
 Name of the snapshot tensor.
resumen com.google.protobuf.ByteString
getInstantáneaNombreBytes ()
 Name of the snapshot tensor.
sincronización de variables abstractas
obtener sincronización ()
 Indicates when a distributed variable will be synced.
resumen entero
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano abstracto
obtener entrenable ()
 Whether this variable should be trained.
cadena abstracta
obtener nombre de variable ()
 Name of the variable tensor.
resumen com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
booleano abstracto
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.

Métodos públicos

público abstracto VariableAggregation getAggregation ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

resumen público int getAggregationValue ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

Cadena abstracta pública getInitialValueName ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

resumen público com.google.protobuf.ByteString getInitialValueNameBytes ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

Cadena abstracta pública getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

resumen público com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

getIsResource booleano abstracto público ()

 Whether to represent this as a ResourceVariable.
 
bool is_resource = 5;

resumen público SaveSliceInfoDef getSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

resumen público SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

Cadena abstracta pública getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

resumen público com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

sincronización de variables abstracta pública getSynchronization ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

resumen público int getSynchronizationValue ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

getTrainable booleano abstracto público ()

 Whether this variable should be trained.
 
bool trainable = 7;

Cadena abstracta pública getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

resumen público com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

hasSaveSliceInfoDef booleano abstracto público ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;