VariableDefOrBuilder

interfaz pública VariableDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

agregación variable abstracta
getAggregation ()
 Indicates how a distributed variable will be aggregated.
int abstracto
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
cadena abstracta
getInitialValueName ()
 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
getIsResource ()
 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
getSnapshotName ()
 Name of the snapshot tensor.
resumen com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Sincronización de variables abstractas
getSynchronization ()
 Indicates when a distributed variable will be synced.
int abstracto
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano abstracto
getTrainable ()
 Whether this variable should be trained.
cadena abstracta
getVariableName ()
 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

public abstract VariableAggregation getAggregation ()

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

public abstract 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;

público abstracto VariableSynchronization getSynchronization ()

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

public abstract 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; nombre_variable string variable_name = 1;

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

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

público abstracto booleano hasSaveSliceInfoDef ()

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