Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data ExampleParserConfiguration
- data ExampleParserConfiguration'FeatureMapEntry
- data FeatureConfiguration
- data FeatureConfiguration'Config
- _FeatureConfiguration'FixedLenFeature :: Prism' FeatureConfiguration'Config FixedLenFeatureProto
- _FeatureConfiguration'VarLenFeature :: Prism' FeatureConfiguration'Config VarLenFeatureProto
- data FixedLenFeatureProto
- data VarLenFeatureProto
Documentation
data ExampleParserConfiguration Source #
Fields :
featureMap
:: Lens' ExampleParserConfiguration (Data.Map.Map Data.Text.Text FeatureConfiguration)
Instances
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
data FeatureConfiguration Source #
Fields :
maybe'config
:: Lens' FeatureConfiguration (Prelude.Maybe FeatureConfiguration'Config)
maybe'fixedLenFeature
:: Lens' FeatureConfiguration (Prelude.Maybe FixedLenFeatureProto)
fixedLenFeature
:: Lens' FeatureConfiguration FixedLenFeatureProto
maybe'varLenFeature
:: Lens' FeatureConfiguration (Prelude.Maybe VarLenFeatureProto)
varLenFeature
:: Lens' FeatureConfiguration VarLenFeatureProto
Instances
data FeatureConfiguration'Config Source #
FeatureConfiguration'FixedLenFeature !FixedLenFeatureProto | |
FeatureConfiguration'VarLenFeature !VarLenFeatureProto |
Instances
_FeatureConfiguration'FixedLenFeature :: Prism' FeatureConfiguration'Config FixedLenFeatureProto Source #
_FeatureConfiguration'VarLenFeature :: Prism' FeatureConfiguration'Config VarLenFeatureProto Source #
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
data VarLenFeatureProto Source #
Fields :
dtype
:: Lens' VarLenFeatureProto Proto.Tensorflow.Core.Framework.Types.DataType
valuesOutputTensorName
:: Lens' VarLenFeatureProto Data.Text.Text
indicesOutputTensorName
:: Lens' VarLenFeatureProto Data.Text.Text
shapesOutputTensorName
:: Lens' VarLenFeatureProto Data.Text.Text