SavedVariableOrBuilder

interface pública SavedVariableOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

VariableAggregation abstrata
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
abstrato int
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
String abstrata
getDevice ()
string device = 7;
abstract com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
DataType abstrato
getDtype ()
.tensorflow.DataType dtype = 1;
abstrato int
getDtypeValue ()
.tensorflow.DataType dtype = 1;
SavedVariable abstrata
getExperimentalDistributedVariableComponents (int index)
 List of component variables for a distributed variable.
abstrato int
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Lista abstrata < SavedVariable >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder abstrato
getExperimentalDistributedVariableComponentsOrBuilder (int index)
 List of component variables for a distributed variable.
Lista abstrata <? estende SavedVariableOrBuilder >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
String abstrata
getName ()
string name = 6;
abstract com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
TensorShapeProto abstrato
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder abstrato
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
VariableSynchronization abstrato
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
abstrato int
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
booleano abstrato
getTrainable ()
bool trainable = 3;
booleano abstrato
hasShape ()
.tensorflow.TensorShapeProto shape = 2;

Métodos Públicos

public abstract VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public abstract int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public abstract String getDevice ()

string device = 7;

public abstract com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

public abstract DataType getDtype ()

.tensorflow.DataType dtype = 1;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public abstract SavedVariable getExperimentalDistributedVariableComponents (int index)

 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 (índice 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;

Lista de resumos pública <? 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;

public abstract String getName ()

string name = 6;

public abstract com.google.protobuf.ByteString getNameBytes ()

string name = 6;

public abstract TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public abstract VariableSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public abstract int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

public abstract boolean getTrainable ()

bool trainable = 3;

public abstract boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;