tensorflow-proto-0.2.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 RewriterConfig'Toggle, (~) * b RewriterConfig'Toggle, Functor f) => HasLens "arithmeticOptimization" f RewriterConfig RewriterConfig a b Source # 

Methods

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

((~) * 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 RewriterConfig'Toggle, (~) * b RewriterConfig'Toggle, Functor f) => HasLens "constantFolding" f RewriterConfig RewriterConfig a b Source # 

Methods

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

((~) * a [RewriterConfig'CustomGraphOptimizer], (~) * b [RewriterConfig'CustomGraphOptimizer], Functor f) => HasLens "customOptimizers" f RewriterConfig RewriterConfig a b Source # 

Methods

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

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

Methods

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

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

Methods

lensOf :: Proxy# Symbol "dependencyOptimization" -> (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 RewriterConfig'Toggle, (~) * b RewriterConfig'Toggle, Functor f) => HasLens "functionOptimization" f RewriterConfig RewriterConfig a b Source # 

Methods

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

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

Methods

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

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

Methods

lensOf :: Proxy# Symbol "loopOptimization" -> (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 (Maybe ScopedAllocatorOptions), (~) * b (Maybe ScopedAllocatorOptions), Functor f) => HasLens "maybe'scopedAllocatorOpts" f RewriterConfig RewriterConfig a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'scopedAllocatorOpts" -> (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 Text, (~) * b Text, Functor f) => HasLens "memoryOptimizerTargetNodeNameScope" f RewriterConfig RewriterConfig a b Source # 

Methods

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

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

Methods

lensOf :: Proxy# Symbol "metaOptimizerIterations" -> (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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

data RewriterConfig'CustomGraphOptimizer Source #

Instances

Eq RewriterConfig'CustomGraphOptimizer Source # 
Ord RewriterConfig'CustomGraphOptimizer Source # 
Show RewriterConfig'CustomGraphOptimizer Source # 
Message RewriterConfig'CustomGraphOptimizer Source # 
Default RewriterConfig'CustomGraphOptimizer Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "name" f RewriterConfig'CustomGraphOptimizer RewriterConfig'CustomGraphOptimizer a b Source # 
((~) * a (Map Text AttrValue), (~) * b (Map Text AttrValue), Functor f) => HasLens "parameterMap" f RewriterConfig'CustomGraphOptimizer RewriterConfig'CustomGraphOptimizer a b Source # 

data RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Source #

Instances

Eq RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Source # 
Ord RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Source # 
Show RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Source # 
Message RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Source # 
Default RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "key" f RewriterConfig'CustomGraphOptimizer'ParameterMapEntry RewriterConfig'CustomGraphOptimizer'ParameterMapEntry a b Source # 
((~) * a (Maybe AttrValue), (~) * b (Maybe AttrValue), Functor f) => HasLens "maybe'value" f RewriterConfig'CustomGraphOptimizer'ParameterMapEntry RewriterConfig'CustomGraphOptimizer'ParameterMapEntry a b Source # 
((~) * a AttrValue, (~) * b AttrValue, Functor f) => HasLens "value" f RewriterConfig'CustomGraphOptimizer'ParameterMapEntry RewriterConfig'CustomGraphOptimizer'ParameterMapEntry a b Source # 

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 # 

data RewriterConfig'NumIterationsType Source #

Instances

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

data RewriterConfig'Toggle Source #

Instances

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

arithmeticOptimization :: forall f s t a b. HasLens "arithmeticOptimization" f s t a b => LensLike f s t a b 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 #

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

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

dependencyOptimization :: forall f s t a b. HasLens "dependencyOptimization" 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 #

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

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

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

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

loopOptimization :: forall f s t a b. HasLens "loopOptimization" 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 #

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

maybe'value :: forall f s t a b. HasLens "maybe'value" 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 #

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

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

name :: forall f s t a b. HasLens "name" 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 #

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

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

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

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

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

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

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