tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
SavedVariable
tensorflow
saved_object_graph
Undocumented in source.
class
SavedVariable {
@
Proto
(1)
DataType
dtype
;
@
Proto
(2)
TensorShapeProto
shape
;
@
Proto
(3)
bool
trainable
;
@
Proto
(4)
VariableSynchronization
synchronization
;
@
Proto
(5)
VariableAggregation
aggregation
;
@
Proto
(6)
string
name
;
}
Members
Variables
aggregation
VariableAggregation
aggregation
;
Undocumented in source.
dtype
DataType
dtype
;
Undocumented in source.
name
string
name
;
Undocumented in source.
shape
TensorShapeProto
shape
;
Undocumented in source.
synchronization
VariableSynchronization
synchronization
;
Undocumented in source.
trainable
bool
trainable
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
saved_object_graph
classes
FunctionSpec
SavedAsset
SavedBareConcreteFunction
SavedConcreteFunction
SavedConstant
SavedFunction
SavedObject
SavedObjectGraph
SavedResource
SavedUserObject
SavedVariable
manifest constants
protocVersion