tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.Saver

Documentation

data SaverDef Source #

Instances

Eq SaverDef Source # 
Ord SaverDef Source # 
Show SaverDef Source # 
Message SaverDef Source # 

Methods

descriptor :: MessageDescriptor SaverDef

Default SaverDef Source # 

Methods

def :: SaverDef

((~) * a Text, (~) * b Text, Functor f) => HasLens "filenameTensorName" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "filenameTensorName" -> (a -> f b) -> SaverDef -> f SaverDef

((~) * a Float, (~) * b Float, Functor f) => HasLens "keepCheckpointEveryNHours" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "keepCheckpointEveryNHours" -> (a -> f b) -> SaverDef -> f SaverDef

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "maxToKeep" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maxToKeep" -> (a -> f b) -> SaverDef -> f SaverDef

((~) * a Text, (~) * b Text, Functor f) => HasLens "restoreOpName" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "restoreOpName" -> (a -> f b) -> SaverDef -> f SaverDef

((~) * a Text, (~) * b Text, Functor f) => HasLens "saveTensorName" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "saveTensorName" -> (a -> f b) -> SaverDef -> f SaverDef

((~) * a Bool, (~) * b Bool, Functor f) => HasLens "sharded" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "sharded" -> (a -> f b) -> SaverDef -> f SaverDef

((~) * a SaverDef'CheckpointFormatVersion, (~) * b SaverDef'CheckpointFormatVersion, Functor f) => HasLens "version" f SaverDef SaverDef a b Source # 

Methods

lensOf :: Proxy# Symbol "version" -> (a -> f b) -> SaverDef -> f SaverDef

data SaverDef'CheckpointFormatVersion Source #

Instances

Bounded SaverDef'CheckpointFormatVersion Source # 
Enum SaverDef'CheckpointFormatVersion Source # 
Eq SaverDef'CheckpointFormatVersion Source # 
Ord SaverDef'CheckpointFormatVersion Source # 
Show SaverDef'CheckpointFormatVersion Source # 
MessageEnum SaverDef'CheckpointFormatVersion Source # 
FieldDefault SaverDef'CheckpointFormatVersion Source # 
Default SaverDef'CheckpointFormatVersion Source # 

filenameTensorName :: forall f s t a b. HasLens "filenameTensorName" f s t a b => LensLike f s t a b Source #

keepCheckpointEveryNHours :: forall f s t a b. HasLens "keepCheckpointEveryNHours" f s t a b => LensLike f s t a b Source #

maxToKeep :: forall f s t a b. HasLens "maxToKeep" f s t a b => LensLike f s t a b Source #

restoreOpName :: forall f s t a b. HasLens "restoreOpName" f s t a b => LensLike f s t a b Source #

saveTensorName :: forall f s t a b. HasLens "saveTensorName" f s t a b => LensLike f s t a b Source #

sharded :: forall f s t a b. HasLens "sharded" f s t a b => LensLike f s t a b Source #

version :: forall f s t a b. HasLens "version" f s t a b => LensLike f s t a b Source #