tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Example.Example

Documentation

data Example Source #

Constructors

Example 

Instances

Eq Example Source # 

Methods

(==) :: Example -> Example -> Bool #

(/=) :: Example -> Example -> Bool #

Ord Example Source # 
Show Example Source # 
Message Example Source # 

Methods

descriptor :: MessageDescriptor Example

Default Example Source # 

Methods

def :: Example

((~) * a Features, (~) * b Features, Functor f) => HasLens "features" f Example Example a b Source # 

Methods

lensOf :: Proxy# Symbol "features" -> (a -> f b) -> Example -> f Example

((~) * a (Maybe Features), (~) * b (Maybe Features), Functor f) => HasLens "maybe'features" f Example Example a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'features" -> (a -> f b) -> Example -> f Example

data SequenceExample Source #

Instances

Eq SequenceExample Source # 
Ord SequenceExample Source # 
Show SequenceExample Source # 
Message SequenceExample Source # 

Methods

descriptor :: MessageDescriptor SequenceExample

Default SequenceExample Source # 
((~) * a Features, (~) * b Features, Functor f) => HasLens "context" f SequenceExample SequenceExample a b Source # 

Methods

lensOf :: Proxy# Symbol "context" -> (a -> f b) -> SequenceExample -> f SequenceExample

((~) * a FeatureLists, (~) * b FeatureLists, Functor f) => HasLens "featureLists" f SequenceExample SequenceExample a b Source # 

Methods

lensOf :: Proxy# Symbol "featureLists" -> (a -> f b) -> SequenceExample -> f SequenceExample

((~) * a (Maybe Features), (~) * b (Maybe Features), Functor f) => HasLens "maybe'context" f SequenceExample SequenceExample a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'context" -> (a -> f b) -> SequenceExample -> f SequenceExample

((~) * a (Maybe FeatureLists), (~) * b (Maybe FeatureLists), Functor f) => HasLens "maybe'featureLists" f SequenceExample SequenceExample a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'featureLists" -> (a -> f b) -> SequenceExample -> f SequenceExample

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

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

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

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

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

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