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

Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Synopsis

Documentation

data ExampleParserConfiguration Source #

Fields :

  • featureMap :: Lens' ExampleParserConfiguration (Data.Map.Map Data.Text.Text FeatureConfiguration)

Instances

Instances details
Eq ExampleParserConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Ord ExampleParserConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Show ExampleParserConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

NFData ExampleParserConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Message ExampleParserConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration "featureMap" (Map Text FeatureConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

data ExampleParserConfiguration'FeatureMapEntry Source #

Fields :

  • key :: Lens' ExampleParserConfiguration'FeatureMapEntry Data.Text.Text
  • value :: Lens' ExampleParserConfiguration'FeatureMapEntry FeatureConfiguration
  • maybe'value :: Lens' ExampleParserConfiguration'FeatureMapEntry (Prelude.Maybe FeatureConfiguration)

Instances

Instances details
Eq ExampleParserConfiguration'FeatureMapEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Ord ExampleParserConfiguration'FeatureMapEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Show ExampleParserConfiguration'FeatureMapEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

NFData ExampleParserConfiguration'FeatureMapEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Message ExampleParserConfiguration'FeatureMapEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration'FeatureMapEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration'FeatureMapEntry "value" FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration'FeatureMapEntry "maybe'value" (Maybe FeatureConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

data FeatureConfiguration Source #

Fields :

Instances

Instances details
Eq FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Ord FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Show FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

NFData FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

rnf :: FeatureConfiguration -> () #

Message FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "fixedLenFeature" FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "varLenFeature" VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration'FeatureMapEntry "value" FeatureConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "maybe'config" (Maybe FeatureConfiguration'Config) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "maybe'fixedLenFeature" (Maybe FixedLenFeatureProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "maybe'varLenFeature" (Maybe VarLenFeatureProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration'FeatureMapEntry "maybe'value" (Maybe FeatureConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField ExampleParserConfiguration "featureMap" (Map Text FeatureConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

data FeatureConfiguration'Config Source #

Instances

Instances details
Eq FeatureConfiguration'Config Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Ord FeatureConfiguration'Config Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Show FeatureConfiguration'Config Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

NFData FeatureConfiguration'Config Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "maybe'config" (Maybe FeatureConfiguration'Config) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

data FixedLenFeatureProto Source #

Fields :

  • dtype :: Lens' FixedLenFeatureProto Proto.Tensorflow.Core.Framework.Types.DataType
  • shape :: Lens' FixedLenFeatureProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
  • maybe'shape :: Lens' FixedLenFeatureProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
  • defaultValue :: Lens' FixedLenFeatureProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto
  • maybe'defaultValue :: Lens' FixedLenFeatureProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
  • valuesOutputTensorName :: Lens' FixedLenFeatureProto Data.Text.Text

Instances

Instances details
Eq FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Ord FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Show FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

NFData FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

rnf :: FixedLenFeatureProto -> () #

Message FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FixedLenFeatureProto "defaultValue" TensorProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FixedLenFeatureProto "dtype" DataType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FixedLenFeatureProto "shape" TensorShapeProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FixedLenFeatureProto "valuesOutputTensorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

fieldOf :: Functor f => Proxy# "valuesOutputTensorName" -> (Text -> f Text) -> FixedLenFeatureProto -> f FixedLenFeatureProto

HasField FeatureConfiguration "fixedLenFeature" FixedLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FixedLenFeatureProto "maybe'defaultValue" (Maybe TensorProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

fieldOf :: Functor f => Proxy# "maybe'defaultValue" -> (Maybe TensorProto -> f (Maybe TensorProto)) -> FixedLenFeatureProto -> f FixedLenFeatureProto

HasField FixedLenFeatureProto "maybe'shape" (Maybe TensorShapeProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "maybe'fixedLenFeature" (Maybe FixedLenFeatureProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

data VarLenFeatureProto Source #

Fields :

Instances

Instances details
Eq VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Ord VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Show VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

NFData VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

rnf :: VarLenFeatureProto -> () #

Message VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField VarLenFeatureProto "dtype" DataType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField VarLenFeatureProto "indicesOutputTensorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

fieldOf :: Functor f => Proxy# "indicesOutputTensorName" -> (Text -> f Text) -> VarLenFeatureProto -> f VarLenFeatureProto

HasField VarLenFeatureProto "shapesOutputTensorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

fieldOf :: Functor f => Proxy# "shapesOutputTensorName" -> (Text -> f Text) -> VarLenFeatureProto -> f VarLenFeatureProto

HasField VarLenFeatureProto "valuesOutputTensorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

Methods

fieldOf :: Functor f => Proxy# "valuesOutputTensorName" -> (Text -> f Text) -> VarLenFeatureProto -> f VarLenFeatureProto

HasField FeatureConfiguration "varLenFeature" VarLenFeatureProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration

HasField FeatureConfiguration "maybe'varLenFeature" (Maybe VarLenFeatureProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration