tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.ControlFlow

Documentation

data CondContextDef Source #

Instances

Eq CondContextDef Source # 
Ord CondContextDef Source # 
Show CondContextDef Source # 
Message CondContextDef Source # 

Methods

descriptor :: MessageDescriptor CondContextDef

Default CondContextDef Source # 
((~) * a Int32, (~) * b Int32, Functor f) => HasLens "branch" f CondContextDef CondContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "branch" -> (a -> f b) -> CondContextDef -> f CondContextDef

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

Methods

lensOf :: Proxy# Symbol "contextName" -> (a -> f b) -> CondContextDef -> f CondContextDef

((~) * a (Maybe ValuesDef), (~) * b (Maybe ValuesDef), Functor f) => HasLens "maybe'valuesDef" f CondContextDef CondContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'valuesDef" -> (a -> f b) -> CondContextDef -> f CondContextDef

((~) * a [ControlFlowContextDef], (~) * b [ControlFlowContextDef], Functor f) => HasLens "nestedContexts" f CondContextDef CondContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "nestedContexts" -> (a -> f b) -> CondContextDef -> f CondContextDef

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

Methods

lensOf :: Proxy# Symbol "pivotName" -> (a -> f b) -> CondContextDef -> f CondContextDef

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

Methods

lensOf :: Proxy# Symbol "predName" -> (a -> f b) -> CondContextDef -> f CondContextDef

((~) * a ValuesDef, (~) * b ValuesDef, Functor f) => HasLens "valuesDef" f CondContextDef CondContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "valuesDef" -> (a -> f b) -> CondContextDef -> f CondContextDef

data ControlFlowContextDef Source #

Instances

Eq ControlFlowContextDef Source # 
Ord ControlFlowContextDef Source # 
Show ControlFlowContextDef Source # 
Message ControlFlowContextDef Source # 

Methods

descriptor :: MessageDescriptor ControlFlowContextDef

Default ControlFlowContextDef Source # 
((~) * a CondContextDef, (~) * b CondContextDef, Functor f) => HasLens "condCtxt" f ControlFlowContextDef ControlFlowContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "condCtxt" -> (a -> f b) -> ControlFlowContextDef -> f ControlFlowContextDef

((~) * a (Maybe CondContextDef), (~) * b (Maybe CondContextDef), Functor f) => HasLens "maybe'condCtxt" f ControlFlowContextDef ControlFlowContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'condCtxt" -> (a -> f b) -> ControlFlowContextDef -> f ControlFlowContextDef

((~) * a (Maybe ControlFlowContextDef'Ctxt), (~) * b (Maybe ControlFlowContextDef'Ctxt), Functor f) => HasLens "maybe'ctxt" f ControlFlowContextDef ControlFlowContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'ctxt" -> (a -> f b) -> ControlFlowContextDef -> f ControlFlowContextDef

((~) * a (Maybe WhileContextDef), (~) * b (Maybe WhileContextDef), Functor f) => HasLens "maybe'whileCtxt" f ControlFlowContextDef ControlFlowContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'whileCtxt" -> (a -> f b) -> ControlFlowContextDef -> f ControlFlowContextDef

((~) * a WhileContextDef, (~) * b WhileContextDef, Functor f) => HasLens "whileCtxt" f ControlFlowContextDef ControlFlowContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "whileCtxt" -> (a -> f b) -> ControlFlowContextDef -> f ControlFlowContextDef

data ValuesDef Source #

Constructors

ValuesDef 

Fields

Instances

Eq ValuesDef Source # 
Ord ValuesDef Source # 
Show ValuesDef Source # 
Message ValuesDef Source # 

Methods

descriptor :: MessageDescriptor ValuesDef

Default ValuesDef Source # 

Methods

def :: ValuesDef

((~) * a (Map Text Text), (~) * b (Map Text Text), Functor f) => HasLens "externalValues" f ValuesDef ValuesDef a b Source # 

Methods

lensOf :: Proxy# Symbol "externalValues" -> (a -> f b) -> ValuesDef -> f ValuesDef

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

Methods

lensOf :: Proxy# Symbol "values" -> (a -> f b) -> ValuesDef -> f ValuesDef

data ValuesDef'ExternalValuesEntry Source #

Instances

Eq ValuesDef'ExternalValuesEntry Source # 
Ord ValuesDef'ExternalValuesEntry Source # 
Show ValuesDef'ExternalValuesEntry Source # 
Message ValuesDef'ExternalValuesEntry Source # 

Methods

descriptor :: MessageDescriptor ValuesDef'ExternalValuesEntry

Default ValuesDef'ExternalValuesEntry Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "key" f ValuesDef'ExternalValuesEntry ValuesDef'ExternalValuesEntry a b Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "value" f ValuesDef'ExternalValuesEntry ValuesDef'ExternalValuesEntry a b Source # 

data WhileContextDef Source #

Instances

Eq WhileContextDef Source # 
Ord WhileContextDef Source # 
Show WhileContextDef Source # 
Message WhileContextDef Source # 

Methods

descriptor :: MessageDescriptor WhileContextDef

Default WhileContextDef Source # 
((~) * a Bool, (~) * b Bool, Functor f) => HasLens "backProp" f WhileContextDef WhileContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "backProp" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "contextName" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "loopEnterNames" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "loopExitNames" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "maximumIterationsName" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

((~) * a (Maybe ValuesDef), (~) * b (Maybe ValuesDef), Functor f) => HasLens "maybe'valuesDef" f WhileContextDef WhileContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'valuesDef" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

((~) * a [ControlFlowContextDef], (~) * b [ControlFlowContextDef], Functor f) => HasLens "nestedContexts" f WhileContextDef WhileContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "nestedContexts" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "parallelIterations" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "pivotForBodyName" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "pivotForPredName" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "pivotName" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

Methods

lensOf :: Proxy# Symbol "swapMemory" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

((~) * a ValuesDef, (~) * b ValuesDef, Functor f) => HasLens "valuesDef" f WhileContextDef WhileContextDef a b Source # 

Methods

lensOf :: Proxy# Symbol "valuesDef" -> (a -> f b) -> WhileContextDef -> f WhileContextDef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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