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

Proto.Tensorflow.Core.Example.Feature

Synopsis

Documentation

data BytesList Source #

Fields :

  • value :: Lens' BytesList [Data.ByteString.ByteString]
  • vec'value :: Lens' BytesList (Data.Vector.Vector Data.ByteString.ByteString)

Instances

Instances details
Eq BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: BytesList -> () #

Message BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Feature "bytesList" BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "bytesList" -> (BytesList -> f BytesList) -> Feature -> f Feature

HasField Feature "maybe'bytesList" (Maybe BytesList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'bytesList" -> (Maybe BytesList -> f (Maybe BytesList)) -> Feature -> f Feature

HasField BytesList "value" [ByteString] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "value" -> ([ByteString] -> f [ByteString]) -> BytesList -> f BytesList

HasField BytesList "vec'value" (Vector ByteString) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "vec'value" -> (Vector ByteString -> f (Vector ByteString)) -> BytesList -> f BytesList

data Feature Source #

Fields :

Instances

Instances details
Eq Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

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

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

Ord Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: Feature -> () #

Message Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Features'FeatureEntry "value" Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Feature "bytesList" BytesList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "bytesList" -> (BytesList -> f BytesList) -> Feature -> f Feature

HasField Feature "floatList" FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "floatList" -> (FloatList -> f FloatList) -> Feature -> f Feature

HasField Feature "int64List" Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "int64List" -> (Int64List -> f Int64List) -> Feature -> f Feature

HasField Features'FeatureEntry "maybe'value" (Maybe Feature) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureList "feature" [Feature] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "feature" -> ([Feature] -> f [Feature]) -> FeatureList -> f FeatureList

HasField FeatureList "vec'feature" (Vector Feature) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "vec'feature" -> (Vector Feature -> f (Vector Feature)) -> FeatureList -> f FeatureList

HasField Feature "maybe'bytesList" (Maybe BytesList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'bytesList" -> (Maybe BytesList -> f (Maybe BytesList)) -> Feature -> f Feature

HasField Feature "maybe'floatList" (Maybe FloatList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'floatList" -> (Maybe FloatList -> f (Maybe FloatList)) -> Feature -> f Feature

HasField Feature "maybe'int64List" (Maybe Int64List) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'int64List" -> (Maybe Int64List -> f (Maybe Int64List)) -> Feature -> f Feature

HasField Feature "maybe'kind" (Maybe Feature'Kind) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'kind" -> (Maybe Feature'Kind -> f (Maybe Feature'Kind)) -> Feature -> f Feature

HasField Features "feature" (Map Text Feature) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "feature" -> (Map Text Feature -> f (Map Text Feature)) -> Features -> f Features

data FeatureList Source #

Fields :

  • feature :: Lens' FeatureList [Feature]
  • vec'feature :: Lens' FeatureList (Data.Vector.Vector Feature)

Instances

Instances details
Eq FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: FeatureList -> () #

Message FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureLists'FeatureListEntry "value" FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureLists'FeatureListEntry "maybe'value" (Maybe FeatureList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureList "feature" [Feature] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "feature" -> ([Feature] -> f [Feature]) -> FeatureList -> f FeatureList

HasField FeatureList "vec'feature" (Vector Feature) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "vec'feature" -> (Vector Feature -> f (Vector Feature)) -> FeatureList -> f FeatureList

HasField FeatureLists "featureList" (Map Text FeatureList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "featureList" -> (Map Text FeatureList -> f (Map Text FeatureList)) -> FeatureLists -> f FeatureLists

data FeatureLists Source #

Fields :

  • featureList :: Lens' FeatureLists (Data.Map.Map Data.Text.Text FeatureList)

Instances

Instances details
Eq FeatureLists Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord FeatureLists Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show FeatureLists Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData FeatureLists Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: FeatureLists -> () #

Message FeatureLists Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField SequenceExample "featureLists" FeatureLists 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

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

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

Defined in Proto.Tensorflow.Core.Example.Example

Methods

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

HasField FeatureLists "featureList" (Map Text FeatureList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "featureList" -> (Map Text FeatureList -> f (Map Text FeatureList)) -> FeatureLists -> f FeatureLists

data FeatureLists'FeatureListEntry Source #

Fields :

  • key :: Lens' FeatureLists'FeatureListEntry Data.Text.Text
  • value :: Lens' FeatureLists'FeatureListEntry FeatureList
  • maybe'value :: Lens' FeatureLists'FeatureListEntry (Prelude.Maybe FeatureList)

Instances

Instances details
Eq FeatureLists'FeatureListEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord FeatureLists'FeatureListEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show FeatureLists'FeatureListEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData FeatureLists'FeatureListEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Message FeatureLists'FeatureListEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureLists'FeatureListEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureLists'FeatureListEntry "value" FeatureList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField FeatureLists'FeatureListEntry "maybe'value" (Maybe FeatureList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

data Features Source #

Fields :

  • feature :: Lens' Features (Data.Map.Map Data.Text.Text Feature)

Instances

Instances details
Eq Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: Features -> () #

Message Features Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField SequenceExample "context" Features 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

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

HasField Example "features" Features 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

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

HasField SequenceExample "maybe'context" (Maybe Features) 
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 Example "maybe'features" (Maybe Features) 
Instance details

Defined in Proto.Tensorflow.Core.Example.Example

Methods

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

HasField Features "feature" (Map Text Feature) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "feature" -> (Map Text Feature -> f (Map Text Feature)) -> Features -> f Features

data Features'FeatureEntry Source #

Fields :

  • key :: Lens' Features'FeatureEntry Data.Text.Text
  • value :: Lens' Features'FeatureEntry Feature
  • maybe'value :: Lens' Features'FeatureEntry (Prelude.Maybe Feature)

Instances

Instances details
Eq Features'FeatureEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord Features'FeatureEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show Features'FeatureEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData Features'FeatureEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: Features'FeatureEntry -> () #

Message Features'FeatureEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Features'FeatureEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Features'FeatureEntry "value" Feature Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Features'FeatureEntry "maybe'value" (Maybe Feature) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

data FloatList Source #

Fields :

  • value :: Lens' FloatList [Prelude.Float]
  • vec'value :: Lens' FloatList (Data.Vector.Unboxed.Vector Prelude.Float)

Instances

Instances details
Eq FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: FloatList -> () #

Message FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Feature "floatList" FloatList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "floatList" -> (FloatList -> f FloatList) -> Feature -> f Feature

HasField FloatList "value" [Float] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "value" -> ([Float] -> f [Float]) -> FloatList -> f FloatList

HasField FloatList "vec'value" (Vector Float) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "vec'value" -> (Vector Float -> f (Vector Float)) -> FloatList -> f FloatList

HasField Feature "maybe'floatList" (Maybe FloatList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'floatList" -> (Maybe FloatList -> f (Maybe FloatList)) -> Feature -> f Feature

data Int64List Source #

Fields :

  • value :: Lens' Int64List [Data.Int.Int64]
  • vec'value :: Lens' Int64List (Data.Vector.Unboxed.Vector Data.Int.Int64)

Instances

Instances details
Eq Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Ord Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Show Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

NFData Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

rnf :: Int64List -> () #

Message Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

HasField Feature "int64List" Int64List Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "int64List" -> (Int64List -> f Int64List) -> Feature -> f Feature

HasField Int64List "value" [Int64] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "value" -> ([Int64] -> f [Int64]) -> Int64List -> f Int64List

HasField Int64List "vec'value" (Vector Int64) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "vec'value" -> (Vector Int64 -> f (Vector Int64)) -> Int64List -> f Int64List

HasField Feature "maybe'int64List" (Maybe Int64List) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.Feature

Methods

fieldOf :: Functor f => Proxy# "maybe'int64List" -> (Maybe Int64List -> f (Maybe Int64List)) -> Feature -> f Feature