tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Documentation

data ExampleParserConfiguration Source #

Instances

Eq ExampleParserConfiguration Source # 
Ord ExampleParserConfiguration Source # 
Show ExampleParserConfiguration Source # 
Message ExampleParserConfiguration Source # 

Methods

descriptor :: MessageDescriptor ExampleParserConfiguration

Default ExampleParserConfiguration Source # 
((~) * a (Map Text FeatureConfiguration), (~) * b (Map Text FeatureConfiguration), Functor f) => HasLens "featureMap" f ExampleParserConfiguration ExampleParserConfiguration a b Source # 

Methods

lensOf :: Proxy# Symbol "featureMap" -> (a -> f b) -> ExampleParserConfiguration -> f ExampleParserConfiguration

data ExampleParserConfiguration'FeatureMapEntry Source #

Instances

Eq ExampleParserConfiguration'FeatureMapEntry Source # 
Ord ExampleParserConfiguration'FeatureMapEntry Source # 
Show ExampleParserConfiguration'FeatureMapEntry Source # 
Message ExampleParserConfiguration'FeatureMapEntry Source # 
Default ExampleParserConfiguration'FeatureMapEntry Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "key" f ExampleParserConfiguration'FeatureMapEntry ExampleParserConfiguration'FeatureMapEntry a b Source # 
((~) * a (Maybe FeatureConfiguration), (~) * b (Maybe FeatureConfiguration), Functor f) => HasLens "maybe'value" f ExampleParserConfiguration'FeatureMapEntry ExampleParserConfiguration'FeatureMapEntry a b Source # 
((~) * a FeatureConfiguration, (~) * b FeatureConfiguration, Functor f) => HasLens "value" f ExampleParserConfiguration'FeatureMapEntry ExampleParserConfiguration'FeatureMapEntry a b Source # 

data FeatureConfiguration Source #

Instances

Eq FeatureConfiguration Source # 
Ord FeatureConfiguration Source # 
Show FeatureConfiguration Source # 
Message FeatureConfiguration Source # 

Methods

descriptor :: MessageDescriptor FeatureConfiguration

Default FeatureConfiguration Source # 
((~) * a FixedLenFeatureProto, (~) * b FixedLenFeatureProto, Functor f) => HasLens "fixedLenFeature" f FeatureConfiguration FeatureConfiguration a b Source # 

Methods

lensOf :: Proxy# Symbol "fixedLenFeature" -> (a -> f b) -> FeatureConfiguration -> f FeatureConfiguration

((~) * a (Maybe FeatureConfiguration'Config), (~) * b (Maybe FeatureConfiguration'Config), Functor f) => HasLens "maybe'config" f FeatureConfiguration FeatureConfiguration a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'config" -> (a -> f b) -> FeatureConfiguration -> f FeatureConfiguration

((~) * a (Maybe FixedLenFeatureProto), (~) * b (Maybe FixedLenFeatureProto), Functor f) => HasLens "maybe'fixedLenFeature" f FeatureConfiguration FeatureConfiguration a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'fixedLenFeature" -> (a -> f b) -> FeatureConfiguration -> f FeatureConfiguration

((~) * a (Maybe VarLenFeatureProto), (~) * b (Maybe VarLenFeatureProto), Functor f) => HasLens "maybe'varLenFeature" f FeatureConfiguration FeatureConfiguration a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'varLenFeature" -> (a -> f b) -> FeatureConfiguration -> f FeatureConfiguration

((~) * a VarLenFeatureProto, (~) * b VarLenFeatureProto, Functor f) => HasLens "varLenFeature" f FeatureConfiguration FeatureConfiguration a b Source # 

Methods

lensOf :: Proxy# Symbol "varLenFeature" -> (a -> f b) -> FeatureConfiguration -> f FeatureConfiguration

data FixedLenFeatureProto Source #

Instances

Eq FixedLenFeatureProto Source # 
Ord FixedLenFeatureProto Source # 
Show FixedLenFeatureProto Source # 
Message FixedLenFeatureProto Source # 

Methods

descriptor :: MessageDescriptor FixedLenFeatureProto

Default FixedLenFeatureProto Source # 
((~) * a TensorProto, (~) * b TensorProto, Functor f) => HasLens "defaultValue" f FixedLenFeatureProto FixedLenFeatureProto a b Source # 

Methods

lensOf :: Proxy# Symbol "defaultValue" -> (a -> f b) -> FixedLenFeatureProto -> f FixedLenFeatureProto

((~) * a DataType, (~) * b DataType, Functor f) => HasLens "dtype" f FixedLenFeatureProto FixedLenFeatureProto a b Source # 

Methods

lensOf :: Proxy# Symbol "dtype" -> (a -> f b) -> FixedLenFeatureProto -> f FixedLenFeatureProto

((~) * a (Maybe TensorProto), (~) * b (Maybe TensorProto), Functor f) => HasLens "maybe'defaultValue" f FixedLenFeatureProto FixedLenFeatureProto a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'defaultValue" -> (a -> f b) -> FixedLenFeatureProto -> f FixedLenFeatureProto

((~) * a (Maybe TensorShapeProto), (~) * b (Maybe TensorShapeProto), Functor f) => HasLens "maybe'shape" f FixedLenFeatureProto FixedLenFeatureProto a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'shape" -> (a -> f b) -> FixedLenFeatureProto -> f FixedLenFeatureProto

((~) * a TensorShapeProto, (~) * b TensorShapeProto, Functor f) => HasLens "shape" f FixedLenFeatureProto FixedLenFeatureProto a b Source # 

Methods

lensOf :: Proxy# Symbol "shape" -> (a -> f b) -> FixedLenFeatureProto -> f FixedLenFeatureProto

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

Methods

lensOf :: Proxy# Symbol "valuesOutputTensorName" -> (a -> f b) -> FixedLenFeatureProto -> f FixedLenFeatureProto

data VarLenFeatureProto Source #

Instances

Eq VarLenFeatureProto Source # 
Ord VarLenFeatureProto Source # 
Show VarLenFeatureProto Source # 
Message VarLenFeatureProto Source # 

Methods

descriptor :: MessageDescriptor VarLenFeatureProto

Default VarLenFeatureProto Source # 
((~) * a DataType, (~) * b DataType, Functor f) => HasLens "dtype" f VarLenFeatureProto VarLenFeatureProto a b Source # 

Methods

lensOf :: Proxy# Symbol "dtype" -> (a -> f b) -> VarLenFeatureProto -> f VarLenFeatureProto

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

Methods

lensOf :: Proxy# Symbol "indicesOutputTensorName" -> (a -> f b) -> VarLenFeatureProto -> f VarLenFeatureProto

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

Methods

lensOf :: Proxy# Symbol "shapesOutputTensorName" -> (a -> f b) -> VarLenFeatureProto -> f VarLenFeatureProto

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

Methods

lensOf :: Proxy# Symbol "valuesOutputTensorName" -> (a -> f b) -> VarLenFeatureProto -> f VarLenFeatureProto

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

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

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

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

indicesOutputTensorName :: forall f s t a b. HasLens "indicesOutputTensorName" 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'config :: forall f s t a b. HasLens "maybe'config" f s t a b => LensLike f s t a b Source #

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

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

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

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

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

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

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

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