tensorflow-proto-0.1.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.RewriterConfig

Documentation

data AutoParallelOptions Source #

data RewriterConfig Source #

Instances

Eq RewriterConfig Source # 
Ord RewriterConfig Source # 
Show RewriterConfig Source # 
Message RewriterConfig Source # 

Methods

descriptor :: MessageDescriptor RewriterConfig

Default RewriterConfig Source # 
((~) * a AutoParallelOptions, (~) * b AutoParallelOptions, Functor f) => HasLens "autoParallel" f RewriterConfig RewriterConfig a b Source # 

Methods

lensOf :: Proxy# Symbol "autoParallel" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

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

Methods

lensOf :: Proxy# Symbol "constantFolding" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

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

Methods

lensOf :: Proxy# Symbol "disableModelPruning" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

((~) * a (Maybe AutoParallelOptions), (~) * b (Maybe AutoParallelOptions), Functor f) => HasLens "maybe'autoParallel" f RewriterConfig RewriterConfig a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'autoParallel" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

((~) * a RewriterConfig'MemOptType, (~) * b RewriterConfig'MemOptType, Functor f) => HasLens "memoryOptimization" f RewriterConfig RewriterConfig a b Source # 

Methods

lensOf :: Proxy# Symbol "memoryOptimization" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

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

Methods

lensOf :: Proxy# Symbol "optimizeTensorLayout" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

((~) * a [Text], (~) * b [Text], Functor f) => HasLens "optimizers" f RewriterConfig RewriterConfig a b Source # 

Methods

lensOf :: Proxy# Symbol "optimizers" -> (a -> f b) -> RewriterConfig -> f RewriterConfig

data RewriterConfig'MemOptType Source #

Instances

Bounded RewriterConfig'MemOptType Source # 
Enum RewriterConfig'MemOptType Source # 
Eq RewriterConfig'MemOptType Source # 
Ord RewriterConfig'MemOptType Source # 
Show RewriterConfig'MemOptType Source # 
MessageEnum RewriterConfig'MemOptType Source # 
FieldDefault RewriterConfig'MemOptType Source # 
Default RewriterConfig'MemOptType Source # 

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

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

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

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

maybe'autoParallel :: forall f s t a b. HasLens "maybe'autoParallel" f s t a b => LensLike f s t a b Source #

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

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

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

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