tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Example.Feature

Documentation

data BytesList Source #

Constructors

BytesList 

Instances

data Feature Source #

Constructors

Feature 

Instances

Eq Feature Source # 

Methods

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

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

Ord Feature Source # 
Show Feature Source # 
Message Feature Source # 

Methods

descriptor :: MessageDescriptor Feature

Default Feature Source # 

Methods

def :: Feature

((~) * a BytesList, (~) * b BytesList, Functor f) => HasLens "bytesList" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "bytesList" -> (a -> f b) -> Feature -> f Feature

((~) * a FloatList, (~) * b FloatList, Functor f) => HasLens "floatList" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "floatList" -> (a -> f b) -> Feature -> f Feature

((~) * a Int64List, (~) * b Int64List, Functor f) => HasLens "int64List" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "int64List" -> (a -> f b) -> Feature -> f Feature

((~) * a (Maybe BytesList), (~) * b (Maybe BytesList), Functor f) => HasLens "maybe'bytesList" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'bytesList" -> (a -> f b) -> Feature -> f Feature

((~) * a (Maybe FloatList), (~) * b (Maybe FloatList), Functor f) => HasLens "maybe'floatList" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'floatList" -> (a -> f b) -> Feature -> f Feature

((~) * a (Maybe Int64List), (~) * b (Maybe Int64List), Functor f) => HasLens "maybe'int64List" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'int64List" -> (a -> f b) -> Feature -> f Feature

((~) * a (Maybe Feature'Kind), (~) * b (Maybe Feature'Kind), Functor f) => HasLens "maybe'kind" f Feature Feature a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'kind" -> (a -> f b) -> Feature -> f Feature

data FeatureLists'FeatureListEntry Source #

Instances

Eq FeatureLists'FeatureListEntry Source # 
Ord FeatureLists'FeatureListEntry Source # 
Show FeatureLists'FeatureListEntry Source # 
Message FeatureLists'FeatureListEntry Source # 

Methods

descriptor :: MessageDescriptor FeatureLists'FeatureListEntry

Default FeatureLists'FeatureListEntry Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "key" f FeatureLists'FeatureListEntry FeatureLists'FeatureListEntry a b Source # 
((~) * a (Maybe FeatureList), (~) * b (Maybe FeatureList), Functor f) => HasLens "maybe'value" f FeatureLists'FeatureListEntry FeatureLists'FeatureListEntry a b Source # 
((~) * a FeatureList, (~) * b FeatureList, Functor f) => HasLens "value" f FeatureLists'FeatureListEntry FeatureLists'FeatureListEntry a b Source # 

data Features Source #

Constructors

Features 

Fields

Instances

Eq Features Source # 
Ord Features Source # 
Show Features Source # 
Message Features Source # 

Methods

descriptor :: MessageDescriptor Features

Default Features Source # 

Methods

def :: Features

((~) * a (Map Text Feature), (~) * b (Map Text Feature), Functor f) => HasLens "feature" f Features Features a b Source # 

Methods

lensOf :: Proxy# Symbol "feature" -> (a -> f b) -> Features -> f Features

data Features'FeatureEntry Source #

Instances

Eq Features'FeatureEntry Source # 
Ord Features'FeatureEntry Source # 
Show Features'FeatureEntry Source # 
Message Features'FeatureEntry Source # 

Methods

descriptor :: MessageDescriptor Features'FeatureEntry

Default Features'FeatureEntry Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "key" f Features'FeatureEntry Features'FeatureEntry a b Source # 

Methods

lensOf :: Proxy# Symbol "key" -> (a -> f b) -> Features'FeatureEntry -> f Features'FeatureEntry

((~) * a (Maybe Feature), (~) * b (Maybe Feature), Functor f) => HasLens "maybe'value" f Features'FeatureEntry Features'FeatureEntry a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'value" -> (a -> f b) -> Features'FeatureEntry -> f Features'FeatureEntry

((~) * a Feature, (~) * b Feature, Functor f) => HasLens "value" f Features'FeatureEntry Features'FeatureEntry a b Source # 

Methods

lensOf :: Proxy# Symbol "value" -> (a -> f b) -> Features'FeatureEntry -> f Features'FeatureEntry

data FloatList Source #

Constructors

FloatList 

Fields

Instances

Eq FloatList Source # 
Ord FloatList Source # 
Show FloatList Source # 
Message FloatList Source # 

Methods

descriptor :: MessageDescriptor FloatList

Default FloatList Source # 

Methods

def :: FloatList

((~) * a [Float], (~) * b [Float], Functor f) => HasLens "value" f FloatList FloatList a b Source # 

Methods

lensOf :: Proxy# Symbol "value" -> (a -> f b) -> FloatList -> f FloatList

data Int64List Source #

Constructors

Int64List 

Fields

Instances

Eq Int64List Source # 
Ord Int64List Source # 
Show Int64List Source # 
Message Int64List Source # 

Methods

descriptor :: MessageDescriptor Int64List

Default Int64List Source # 

Methods

def :: Int64List

((~) * a [Int64], (~) * b [Int64], Functor f) => HasLens "value" f Int64List Int64List a b Source # 

Methods

lensOf :: Proxy# Symbol "value" -> (a -> f b) -> Int64List -> f Int64List

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

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

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

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

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

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

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

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

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

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