SavedVariableOrBuilder

interfaz pública SavedVariableOrBuilder
Subclases indirectas conocidas

Métodos públicos

agregación variable abstracta
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
int abstracto
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
cadena abstracta
getDevice ()
string device = 7;
resumen com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
Tipo de datos abstracto
getDtype ()
.tensorflow.DataType dtype = 1;
int abstracto
getDtypeValue ()
.tensorflow.DataType dtype = 1;
resumen Variable guardada
getExperimentalDistributedVariableComponents (índice int)
 List of component variables for a distributed variable.
int abstracto
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Lista de resumen < Variable guardada >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
resumen SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (índice int)
 List of component variables for a distributed variable.
Resumen Lista <? extiende SavedVariableOrBuilder >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
cadena abstracta
getName ()
string name = 6;
resumen com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
abstracto TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
abstracto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
Sincronización de variables abstractas
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
int abstracto
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
booleano abstracto
getTrainable ()
bool trainable = 3;
booleano abstracto
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;

getDevice () de cadena abstracta pública

string device = 7;

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

string device = 7;

Tipo de datos abstracto público getDtype ()

.tensorflow.DataType dtype = 1;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 1;

resumen público SavedVariable getExperimentalDistributedVariableComponents (í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;

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;

Lista pública abstracta < 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;

resumen público 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 resumen público <? extiende 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;

público abstracto String getName ()

string name = 6;

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

string name = 6;

resumen público TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

resumen público TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

público abstracto VariableSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public abstract int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

getTrainable () booleano abstracto público

bool trainable = 3;

público abstracto booleano hasShape ()

.tensorflow.TensorShapeProto shape = 2;