SavedVariableOrBuilder

public interface SavedVariableOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

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 (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 List<? extends 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;