tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.
Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Example.Example

Synopsis

Documentation

data Example Source #

Fields :

  • features :: Lens' Example Proto.Tensorflow.Core.Example.Feature.Features
  • maybe'features :: Lens' Example (Prelude.Maybe Proto.Tensorflow.Core.Example.Feature.Features)

Instances

Instances details
Eq Example Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

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

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

Ord Example Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Show Example Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

NFData Example Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

rnf :: Example -> () #

Message Example Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

HasField Example "features" Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

fieldOf :: Functor f => Proxy# "features" -> (Features -> f Features) -> Example -> f Example

HasField Example "maybe'features" (Maybe Features) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

fieldOf :: Functor f => Proxy# "maybe'features" -> (Maybe Features -> f (Maybe Features)) -> Example -> f Example

data SequenceExample Source #

Fields :

  • context :: Lens' SequenceExample Proto.Tensorflow.Core.Example.Feature.Features
  • maybe'context :: Lens' SequenceExample (Prelude.Maybe Proto.Tensorflow.Core.Example.Feature.Features)
  • featureLists :: Lens' SequenceExample Proto.Tensorflow.Core.Example.Feature.FeatureLists
  • maybe'featureLists :: Lens' SequenceExample (Prelude.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureLists)

Instances

Instances details
Eq SequenceExample Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Ord SequenceExample Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Show SequenceExample Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

NFData SequenceExample Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

rnf :: SequenceExample -> () #

Message SequenceExample Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

HasField SequenceExample "context" Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

fieldOf :: Functor f => Proxy# "context" -> (Features -> f Features) -> SequenceExample -> f SequenceExample

HasField SequenceExample "featureLists" FeatureLists Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

fieldOf :: Functor f => Proxy# "featureLists" -> (FeatureLists -> f FeatureLists) -> SequenceExample -> f SequenceExample

HasField SequenceExample "maybe'context" (Maybe Features) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

fieldOf :: Functor f => Proxy# "maybe'context" -> (Maybe Features -> f (Maybe Features)) -> SequenceExample -> f SequenceExample

HasField SequenceExample "maybe'featureLists" (Maybe FeatureLists) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

fieldOf :: Functor f => Proxy# "maybe'featureLists" -> (Maybe FeatureLists -> f (Maybe FeatureLists)) -> SequenceExample -> f SequenceExample