SavedVariableOrBuilder

interfaccia pubblica SavedVariableOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

aggregazione variabile astratta
getAggregazione ()
.tensorflow.VariableAggregation aggregation = 5;
astratto int
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
stringa astratta
getDevice ()
string device = 7;
astratto com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
tipo di dati astratto
getDtipo ()
.tensorflow.DataType dtype = 1;
astratto int
getDtipoValore ()
.tensorflow.DataType dtype = 1;
abstract SavedVariable
getExperimentalDistributedVariableComponents (indice int)
 List of component variables for a distributed variable.
astratto int
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Lista astratta <VariabileSalvata>
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
astratto SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (indice int)
 List of component variables for a distributed variable.
Elenco astratto<? estende SavedVariableOrBuilder >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
stringa astratta
getNome ()
string name = 6;
astratto com.google.protobuf.ByteString
getNomeBytes ()
string name = 6;
astratto TensorShapeProto
ottieni forma ()
.tensorflow.TensorShapeProto shape = 2;
astratto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
sincronizzazione variabile astratta
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
astratto int
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
booleano astratto
getTrainable ()
bool trainable = 3;
booleano astratto
haForma ()
.tensorflow.TensorShapeProto shape = 2;

Metodi pubblici

estratto pubblico VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public abstract int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public abstract String getDevice ()

string device = 7;

estratto pubblico com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

estratto pubblico DataType getDtype ()

.tensorflow.DataType dtype = 1;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public abstract SavedVariable getExperimentalDistributedVariableComponents (indice int)

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public abstract int getExperimentalDistributedVariableComponentsCount ()

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public abstract List< SavedVariable > getExperimentalDistributedVariableComponentsList ()

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public abstract SavedVariableOrBuilder getExperimentalDistributedVariableComponentsOrBuilder (indice int)

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

Elenco abstract pubblico<? estende SavedVariableOrBuilder > getExperimentalDistributedVariableComponentsOrBuilderList ()

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

stringa astratta pubblica getName ()

string name = 6;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

string name = 6;

estratto pubblico TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

estratto pubblico TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

estratto pubblico VariableSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public abstract int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

pubblico astratto booleano getTrainable ()

bool trainable = 3;

pubblico astratto booleano hasShape ()

.tensorflow.TensorShapeProto shape = 2;