{- This file was auto-generated from tensorflow/core/framework/summary.proto by the proto-lens-protoc program. -} {-# LANGUAGE ScopedTypeVariables, DataKinds, TypeFamilies, UndecidableInstances, MultiParamTypeClasses, FlexibleContexts, FlexibleInstances, PatternSynonyms, MagicHash, NoImplicitPrelude #-} {-# OPTIONS_GHC -fno-warn-unused-imports#-} module Proto.Tensorflow.Core.Framework.Summary where import qualified Data.ProtoLens.Reexport.Prelude as Prelude import qualified Data.ProtoLens.Reexport.Data.Int as Data.Int import qualified Data.ProtoLens.Reexport.Data.Word as Data.Word import qualified Data.ProtoLens.Reexport.Data.ProtoLens as Data.ProtoLens import qualified Data.ProtoLens.Reexport.Data.ProtoLens.Message.Enum as Data.ProtoLens.Message.Enum import qualified Data.ProtoLens.Reexport.Lens.Family2 as Lens.Family2 import qualified Data.ProtoLens.Reexport.Lens.Family2.Unchecked as Lens.Family2.Unchecked import qualified Data.ProtoLens.Reexport.Data.Default.Class as Data.Default.Class import qualified Data.ProtoLens.Reexport.Data.Text as Data.Text import qualified Data.ProtoLens.Reexport.Data.Map as Data.Map import qualified Data.ProtoLens.Reexport.Data.ByteString as Data.ByteString import qualified Data.ProtoLens.Reexport.Lens.Labels as Lens.Labels import qualified Proto.Tensorflow.Core.Framework.Tensor data HistogramProto = HistogramProto{_HistogramProto'min :: !Prelude.Double, _HistogramProto'max :: !Prelude.Double, _HistogramProto'num :: !Prelude.Double, _HistogramProto'sum :: !Prelude.Double, _HistogramProto'sumSquares :: !Prelude.Double, _HistogramProto'bucketLimit :: ![Prelude.Double], _HistogramProto'bucket :: ![Prelude.Double]} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ Prelude.Double, b ~ Prelude.Double, Prelude.Functor f) => Lens.Labels.HasLens "min" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'min (\ x__ y__ -> x__{_HistogramProto'min = y__})) Prelude.id instance (a ~ Prelude.Double, b ~ Prelude.Double, Prelude.Functor f) => Lens.Labels.HasLens "max" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'max (\ x__ y__ -> x__{_HistogramProto'max = y__})) Prelude.id instance (a ~ Prelude.Double, b ~ Prelude.Double, Prelude.Functor f) => Lens.Labels.HasLens "num" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'num (\ x__ y__ -> x__{_HistogramProto'num = y__})) Prelude.id instance (a ~ Prelude.Double, b ~ Prelude.Double, Prelude.Functor f) => Lens.Labels.HasLens "sum" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'sum (\ x__ y__ -> x__{_HistogramProto'sum = y__})) Prelude.id instance (a ~ Prelude.Double, b ~ Prelude.Double, Prelude.Functor f) => Lens.Labels.HasLens "sumSquares" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'sumSquares (\ x__ y__ -> x__{_HistogramProto'sumSquares = y__})) Prelude.id instance (a ~ [Prelude.Double], b ~ [Prelude.Double], Prelude.Functor f) => Lens.Labels.HasLens "bucketLimit" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'bucketLimit (\ x__ y__ -> x__{_HistogramProto'bucketLimit = y__})) Prelude.id instance (a ~ [Prelude.Double], b ~ [Prelude.Double], Prelude.Functor f) => Lens.Labels.HasLens "bucket" f HistogramProto HistogramProto a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _HistogramProto'bucket (\ x__ y__ -> x__{_HistogramProto'bucket = y__})) Prelude.id instance Data.Default.Class.Default HistogramProto where def = HistogramProto{_HistogramProto'min = Data.ProtoLens.fieldDefault, _HistogramProto'max = Data.ProtoLens.fieldDefault, _HistogramProto'num = Data.ProtoLens.fieldDefault, _HistogramProto'sum = Data.ProtoLens.fieldDefault, _HistogramProto'sumSquares = Data.ProtoLens.fieldDefault, _HistogramProto'bucketLimit = [], _HistogramProto'bucket = []} instance Data.ProtoLens.Message HistogramProto where descriptor = let min__field_descriptor = Data.ProtoLens.FieldDescriptor "min" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.PlainField Data.ProtoLens.Optional min) :: Data.ProtoLens.FieldDescriptor HistogramProto max__field_descriptor = Data.ProtoLens.FieldDescriptor "max" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.PlainField Data.ProtoLens.Optional max) :: Data.ProtoLens.FieldDescriptor HistogramProto num__field_descriptor = Data.ProtoLens.FieldDescriptor "num" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.PlainField Data.ProtoLens.Optional num) :: Data.ProtoLens.FieldDescriptor HistogramProto sum__field_descriptor = Data.ProtoLens.FieldDescriptor "sum" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.PlainField Data.ProtoLens.Optional sum) :: Data.ProtoLens.FieldDescriptor HistogramProto sumSquares__field_descriptor = Data.ProtoLens.FieldDescriptor "sum_squares" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.PlainField Data.ProtoLens.Optional sumSquares) :: Data.ProtoLens.FieldDescriptor HistogramProto bucketLimit__field_descriptor = Data.ProtoLens.FieldDescriptor "bucket_limit" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.RepeatedField Data.ProtoLens.Packed bucketLimit) :: Data.ProtoLens.FieldDescriptor HistogramProto bucket__field_descriptor = Data.ProtoLens.FieldDescriptor "bucket" (Data.ProtoLens.DoubleField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Double) (Data.ProtoLens.RepeatedField Data.ProtoLens.Packed bucket) :: Data.ProtoLens.FieldDescriptor HistogramProto in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.HistogramProto") (Data.Map.fromList [(Data.ProtoLens.Tag 1, min__field_descriptor), (Data.ProtoLens.Tag 2, max__field_descriptor), (Data.ProtoLens.Tag 3, num__field_descriptor), (Data.ProtoLens.Tag 4, sum__field_descriptor), (Data.ProtoLens.Tag 5, sumSquares__field_descriptor), (Data.ProtoLens.Tag 6, bucketLimit__field_descriptor), (Data.ProtoLens.Tag 7, bucket__field_descriptor)]) (Data.Map.fromList [("min", min__field_descriptor), ("max", max__field_descriptor), ("num", num__field_descriptor), ("sum", sum__field_descriptor), ("sum_squares", sumSquares__field_descriptor), ("bucket_limit", bucketLimit__field_descriptor), ("bucket", bucket__field_descriptor)]) data Summary = Summary{_Summary'value :: ![Summary'Value]} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ [Summary'Value], b ~ [Summary'Value], Prelude.Functor f) => Lens.Labels.HasLens "value" f Summary Summary a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'value (\ x__ y__ -> x__{_Summary'value = y__})) Prelude.id instance Data.Default.Class.Default Summary where def = Summary{_Summary'value = []} instance Data.ProtoLens.Message Summary where descriptor = let value__field_descriptor = Data.ProtoLens.FieldDescriptor "value" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor Summary'Value) (Data.ProtoLens.RepeatedField Data.ProtoLens.Unpacked value) :: Data.ProtoLens.FieldDescriptor Summary in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.Summary") (Data.Map.fromList [(Data.ProtoLens.Tag 1, value__field_descriptor)]) (Data.Map.fromList [("value", value__field_descriptor)]) data Summary'Audio = Summary'Audio{_Summary'Audio'sampleRate :: !Prelude.Float, _Summary'Audio'numChannels :: !Data.Int.Int64, _Summary'Audio'lengthFrames :: !Data.Int.Int64, _Summary'Audio'encodedAudioString :: !Data.ByteString.ByteString, _Summary'Audio'contentType :: !Data.Text.Text} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ Prelude.Float, b ~ Prelude.Float, Prelude.Functor f) => Lens.Labels.HasLens "sampleRate" f Summary'Audio Summary'Audio a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Audio'sampleRate (\ x__ y__ -> x__{_Summary'Audio'sampleRate = y__})) Prelude.id instance (a ~ Data.Int.Int64, b ~ Data.Int.Int64, Prelude.Functor f) => Lens.Labels.HasLens "numChannels" f Summary'Audio Summary'Audio a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Audio'numChannels (\ x__ y__ -> x__{_Summary'Audio'numChannels = y__})) Prelude.id instance (a ~ Data.Int.Int64, b ~ Data.Int.Int64, Prelude.Functor f) => Lens.Labels.HasLens "lengthFrames" f Summary'Audio Summary'Audio a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Audio'lengthFrames (\ x__ y__ -> x__{_Summary'Audio'lengthFrames = y__})) Prelude.id instance (a ~ Data.ByteString.ByteString, b ~ Data.ByteString.ByteString, Prelude.Functor f) => Lens.Labels.HasLens "encodedAudioString" f Summary'Audio Summary'Audio a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Audio'encodedAudioString (\ x__ y__ -> x__{_Summary'Audio'encodedAudioString = y__})) Prelude.id instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "contentType" f Summary'Audio Summary'Audio a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Audio'contentType (\ x__ y__ -> x__{_Summary'Audio'contentType = y__})) Prelude.id instance Data.Default.Class.Default Summary'Audio where def = Summary'Audio{_Summary'Audio'sampleRate = Data.ProtoLens.fieldDefault, _Summary'Audio'numChannels = Data.ProtoLens.fieldDefault, _Summary'Audio'lengthFrames = Data.ProtoLens.fieldDefault, _Summary'Audio'encodedAudioString = Data.ProtoLens.fieldDefault, _Summary'Audio'contentType = Data.ProtoLens.fieldDefault} instance Data.ProtoLens.Message Summary'Audio where descriptor = let sampleRate__field_descriptor = Data.ProtoLens.FieldDescriptor "sample_rate" (Data.ProtoLens.FloatField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Float) (Data.ProtoLens.PlainField Data.ProtoLens.Optional sampleRate) :: Data.ProtoLens.FieldDescriptor Summary'Audio numChannels__field_descriptor = Data.ProtoLens.FieldDescriptor "num_channels" (Data.ProtoLens.Int64Field :: Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64) (Data.ProtoLens.PlainField Data.ProtoLens.Optional numChannels) :: Data.ProtoLens.FieldDescriptor Summary'Audio lengthFrames__field_descriptor = Data.ProtoLens.FieldDescriptor "length_frames" (Data.ProtoLens.Int64Field :: Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64) (Data.ProtoLens.PlainField Data.ProtoLens.Optional lengthFrames) :: Data.ProtoLens.FieldDescriptor Summary'Audio encodedAudioString__field_descriptor = Data.ProtoLens.FieldDescriptor "encoded_audio_string" (Data.ProtoLens.BytesField :: Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString) (Data.ProtoLens.PlainField Data.ProtoLens.Optional encodedAudioString) :: Data.ProtoLens.FieldDescriptor Summary'Audio contentType__field_descriptor = Data.ProtoLens.FieldDescriptor "content_type" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional contentType) :: Data.ProtoLens.FieldDescriptor Summary'Audio in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.Summary.Audio") (Data.Map.fromList [(Data.ProtoLens.Tag 1, sampleRate__field_descriptor), (Data.ProtoLens.Tag 2, numChannels__field_descriptor), (Data.ProtoLens.Tag 3, lengthFrames__field_descriptor), (Data.ProtoLens.Tag 4, encodedAudioString__field_descriptor), (Data.ProtoLens.Tag 5, contentType__field_descriptor)]) (Data.Map.fromList [("sample_rate", sampleRate__field_descriptor), ("num_channels", numChannels__field_descriptor), ("length_frames", lengthFrames__field_descriptor), ("encoded_audio_string", encodedAudioString__field_descriptor), ("content_type", contentType__field_descriptor)]) data Summary'Image = Summary'Image{_Summary'Image'height :: !Data.Int.Int32, _Summary'Image'width :: !Data.Int.Int32, _Summary'Image'colorspace :: !Data.Int.Int32, _Summary'Image'encodedImageString :: !Data.ByteString.ByteString} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ Data.Int.Int32, b ~ Data.Int.Int32, Prelude.Functor f) => Lens.Labels.HasLens "height" f Summary'Image Summary'Image a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Image'height (\ x__ y__ -> x__{_Summary'Image'height = y__})) Prelude.id instance (a ~ Data.Int.Int32, b ~ Data.Int.Int32, Prelude.Functor f) => Lens.Labels.HasLens "width" f Summary'Image Summary'Image a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Image'width (\ x__ y__ -> x__{_Summary'Image'width = y__})) Prelude.id instance (a ~ Data.Int.Int32, b ~ Data.Int.Int32, Prelude.Functor f) => Lens.Labels.HasLens "colorspace" f Summary'Image Summary'Image a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Image'colorspace (\ x__ y__ -> x__{_Summary'Image'colorspace = y__})) Prelude.id instance (a ~ Data.ByteString.ByteString, b ~ Data.ByteString.ByteString, Prelude.Functor f) => Lens.Labels.HasLens "encodedImageString" f Summary'Image Summary'Image a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Image'encodedImageString (\ x__ y__ -> x__{_Summary'Image'encodedImageString = y__})) Prelude.id instance Data.Default.Class.Default Summary'Image where def = Summary'Image{_Summary'Image'height = Data.ProtoLens.fieldDefault, _Summary'Image'width = Data.ProtoLens.fieldDefault, _Summary'Image'colorspace = Data.ProtoLens.fieldDefault, _Summary'Image'encodedImageString = Data.ProtoLens.fieldDefault} instance Data.ProtoLens.Message Summary'Image where descriptor = let height__field_descriptor = Data.ProtoLens.FieldDescriptor "height" (Data.ProtoLens.Int32Field :: Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32) (Data.ProtoLens.PlainField Data.ProtoLens.Optional height) :: Data.ProtoLens.FieldDescriptor Summary'Image width__field_descriptor = Data.ProtoLens.FieldDescriptor "width" (Data.ProtoLens.Int32Field :: Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32) (Data.ProtoLens.PlainField Data.ProtoLens.Optional width) :: Data.ProtoLens.FieldDescriptor Summary'Image colorspace__field_descriptor = Data.ProtoLens.FieldDescriptor "colorspace" (Data.ProtoLens.Int32Field :: Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32) (Data.ProtoLens.PlainField Data.ProtoLens.Optional colorspace) :: Data.ProtoLens.FieldDescriptor Summary'Image encodedImageString__field_descriptor = Data.ProtoLens.FieldDescriptor "encoded_image_string" (Data.ProtoLens.BytesField :: Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString) (Data.ProtoLens.PlainField Data.ProtoLens.Optional encodedImageString) :: Data.ProtoLens.FieldDescriptor Summary'Image in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.Summary.Image") (Data.Map.fromList [(Data.ProtoLens.Tag 1, height__field_descriptor), (Data.ProtoLens.Tag 2, width__field_descriptor), (Data.ProtoLens.Tag 3, colorspace__field_descriptor), (Data.ProtoLens.Tag 4, encodedImageString__field_descriptor)]) (Data.Map.fromList [("height", height__field_descriptor), ("width", width__field_descriptor), ("colorspace", colorspace__field_descriptor), ("encoded_image_string", encodedImageString__field_descriptor)]) data Summary'Value = Summary'Value{_Summary'Value'nodeName :: !Data.Text.Text, _Summary'Value'tag :: !Data.Text.Text, _Summary'Value'metadata :: !(Prelude.Maybe SummaryMetadata), _Summary'Value'value :: !(Prelude.Maybe Summary'Value'Value)} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) data Summary'Value'Value = Summary'Value'SimpleValue !Prelude.Float | Summary'Value'ObsoleteOldStyleHistogram !Data.ByteString.ByteString | Summary'Value'Image !Summary'Image | Summary'Value'Histo !HistogramProto | Summary'Value'Audio !Summary'Audio | Summary'Value'Tensor !Proto.Tensorflow.Core.Framework.Tensor.TensorProto deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "nodeName" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'nodeName (\ x__ y__ -> x__{_Summary'Value'nodeName = y__})) Prelude.id instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "tag" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'tag (\ x__ y__ -> x__{_Summary'Value'tag = y__})) Prelude.id instance (a ~ SummaryMetadata, b ~ SummaryMetadata, Prelude.Functor f) => Lens.Labels.HasLens "metadata" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'metadata (\ x__ y__ -> x__{_Summary'Value'metadata = y__})) (Data.ProtoLens.maybeLens Data.Default.Class.def) instance (a ~ Prelude.Maybe SummaryMetadata, b ~ Prelude.Maybe SummaryMetadata, Prelude.Functor f) => Lens.Labels.HasLens "maybe'metadata" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'metadata (\ x__ y__ -> x__{_Summary'Value'metadata = y__})) Prelude.id instance (a ~ Prelude.Maybe Summary'Value'Value, b ~ Prelude.Maybe Summary'Value'Value, Prelude.Functor f) => Lens.Labels.HasLens "maybe'value" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) Prelude.id instance (a ~ Prelude.Maybe Prelude.Float, b ~ Prelude.Maybe Prelude.Float, Prelude.Functor f) => Lens.Labels.HasLens "maybe'simpleValue" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'SimpleValue x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'SimpleValue y__)) instance (a ~ Prelude.Float, b ~ Prelude.Float, Prelude.Functor f) => Lens.Labels.HasLens "simpleValue" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) ((Prelude..) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'SimpleValue x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'SimpleValue y__)) (Data.ProtoLens.maybeLens Data.ProtoLens.fieldDefault)) instance (a ~ Prelude.Maybe Data.ByteString.ByteString, b ~ Prelude.Maybe Data.ByteString.ByteString, Prelude.Functor f) => Lens.Labels.HasLens "maybe'obsoleteOldStyleHistogram" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'ObsoleteOldStyleHistogram x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'ObsoleteOldStyleHistogram y__)) instance (a ~ Data.ByteString.ByteString, b ~ Data.ByteString.ByteString, Prelude.Functor f) => Lens.Labels.HasLens "obsoleteOldStyleHistogram" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) ((Prelude..) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'ObsoleteOldStyleHistogram x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'ObsoleteOldStyleHistogram y__)) (Data.ProtoLens.maybeLens Data.ProtoLens.fieldDefault)) instance (a ~ Prelude.Maybe Summary'Image, b ~ Prelude.Maybe Summary'Image, Prelude.Functor f) => Lens.Labels.HasLens "maybe'image" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Image x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Image y__)) instance (a ~ Summary'Image, b ~ Summary'Image, Prelude.Functor f) => Lens.Labels.HasLens "image" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) ((Prelude..) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Image x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Image y__)) (Data.ProtoLens.maybeLens Data.Default.Class.def)) instance (a ~ Prelude.Maybe HistogramProto, b ~ Prelude.Maybe HistogramProto, Prelude.Functor f) => Lens.Labels.HasLens "maybe'histo" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Histo x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Histo y__)) instance (a ~ HistogramProto, b ~ HistogramProto, Prelude.Functor f) => Lens.Labels.HasLens "histo" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) ((Prelude..) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Histo x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Histo y__)) (Data.ProtoLens.maybeLens Data.Default.Class.def)) instance (a ~ Prelude.Maybe Summary'Audio, b ~ Prelude.Maybe Summary'Audio, Prelude.Functor f) => Lens.Labels.HasLens "maybe'audio" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Audio x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Audio y__)) instance (a ~ Summary'Audio, b ~ Summary'Audio, Prelude.Functor f) => Lens.Labels.HasLens "audio" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) ((Prelude..) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Audio x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Audio y__)) (Data.ProtoLens.maybeLens Data.Default.Class.def)) instance (a ~ Prelude.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Prelude.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, Prelude.Functor f) => Lens.Labels.HasLens "maybe'tensor" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Tensor x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Tensor y__)) instance (a ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, Prelude.Functor f) => Lens.Labels.HasLens "tensor" f Summary'Value Summary'Value a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _Summary'Value'value (\ x__ y__ -> x__{_Summary'Value'value = y__})) ((Prelude..) (Lens.Family2.Unchecked.lens (\ x__ -> case x__ of Prelude.Just (Summary'Value'Tensor x__val) -> Prelude.Just x__val _otherwise -> Prelude.Nothing) (\ _ y__ -> Prelude.fmap Summary'Value'Tensor y__)) (Data.ProtoLens.maybeLens Data.Default.Class.def)) instance Data.Default.Class.Default Summary'Value where def = Summary'Value{_Summary'Value'nodeName = Data.ProtoLens.fieldDefault, _Summary'Value'tag = Data.ProtoLens.fieldDefault, _Summary'Value'metadata = Prelude.Nothing, _Summary'Value'value = Prelude.Nothing} instance Data.ProtoLens.Message Summary'Value where descriptor = let nodeName__field_descriptor = Data.ProtoLens.FieldDescriptor "node_name" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional nodeName) :: Data.ProtoLens.FieldDescriptor Summary'Value tag__field_descriptor = Data.ProtoLens.FieldDescriptor "tag" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional tag) :: Data.ProtoLens.FieldDescriptor Summary'Value metadata__field_descriptor = Data.ProtoLens.FieldDescriptor "metadata" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor SummaryMetadata) (Data.ProtoLens.OptionalField maybe'metadata) :: Data.ProtoLens.FieldDescriptor Summary'Value simpleValue__field_descriptor = Data.ProtoLens.FieldDescriptor "simple_value" (Data.ProtoLens.FloatField :: Data.ProtoLens.FieldTypeDescriptor Prelude.Float) (Data.ProtoLens.OptionalField maybe'simpleValue) :: Data.ProtoLens.FieldDescriptor Summary'Value obsoleteOldStyleHistogram__field_descriptor = Data.ProtoLens.FieldDescriptor "obsolete_old_style_histogram" (Data.ProtoLens.BytesField :: Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString) (Data.ProtoLens.OptionalField maybe'obsoleteOldStyleHistogram) :: Data.ProtoLens.FieldDescriptor Summary'Value image__field_descriptor = Data.ProtoLens.FieldDescriptor "image" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor Summary'Image) (Data.ProtoLens.OptionalField maybe'image) :: Data.ProtoLens.FieldDescriptor Summary'Value histo__field_descriptor = Data.ProtoLens.FieldDescriptor "histo" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor HistogramProto) (Data.ProtoLens.OptionalField maybe'histo) :: Data.ProtoLens.FieldDescriptor Summary'Value audio__field_descriptor = Data.ProtoLens.FieldDescriptor "audio" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor Summary'Audio) (Data.ProtoLens.OptionalField maybe'audio) :: Data.ProtoLens.FieldDescriptor Summary'Value tensor__field_descriptor = Data.ProtoLens.FieldDescriptor "tensor" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor Proto.Tensorflow.Core.Framework.Tensor.TensorProto) (Data.ProtoLens.OptionalField maybe'tensor) :: Data.ProtoLens.FieldDescriptor Summary'Value in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.Summary.Value") (Data.Map.fromList [(Data.ProtoLens.Tag 7, nodeName__field_descriptor), (Data.ProtoLens.Tag 1, tag__field_descriptor), (Data.ProtoLens.Tag 9, metadata__field_descriptor), (Data.ProtoLens.Tag 2, simpleValue__field_descriptor), (Data.ProtoLens.Tag 3, obsoleteOldStyleHistogram__field_descriptor), (Data.ProtoLens.Tag 4, image__field_descriptor), (Data.ProtoLens.Tag 5, histo__field_descriptor), (Data.ProtoLens.Tag 6, audio__field_descriptor), (Data.ProtoLens.Tag 8, tensor__field_descriptor)]) (Data.Map.fromList [("node_name", nodeName__field_descriptor), ("tag", tag__field_descriptor), ("metadata", metadata__field_descriptor), ("simple_value", simpleValue__field_descriptor), ("obsolete_old_style_histogram", obsoleteOldStyleHistogram__field_descriptor), ("image", image__field_descriptor), ("histo", histo__field_descriptor), ("audio", audio__field_descriptor), ("tensor", tensor__field_descriptor)]) data SummaryDescription = SummaryDescription{_SummaryDescription'typeHint :: !Data.Text.Text} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "typeHint" f SummaryDescription SummaryDescription a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryDescription'typeHint (\ x__ y__ -> x__{_SummaryDescription'typeHint = y__})) Prelude.id instance Data.Default.Class.Default SummaryDescription where def = SummaryDescription{_SummaryDescription'typeHint = Data.ProtoLens.fieldDefault} instance Data.ProtoLens.Message SummaryDescription where descriptor = let typeHint__field_descriptor = Data.ProtoLens.FieldDescriptor "type_hint" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional typeHint) :: Data.ProtoLens.FieldDescriptor SummaryDescription in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.SummaryDescription") (Data.Map.fromList [(Data.ProtoLens.Tag 1, typeHint__field_descriptor)]) (Data.Map.fromList [("type_hint", typeHint__field_descriptor)]) data SummaryMetadata = SummaryMetadata{_SummaryMetadata'pluginData :: !(Prelude.Maybe SummaryMetadata'PluginData), _SummaryMetadata'displayName :: !Data.Text.Text, _SummaryMetadata'summaryDescription :: !Data.Text.Text} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ SummaryMetadata'PluginData, b ~ SummaryMetadata'PluginData, Prelude.Functor f) => Lens.Labels.HasLens "pluginData" f SummaryMetadata SummaryMetadata a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryMetadata'pluginData (\ x__ y__ -> x__{_SummaryMetadata'pluginData = y__})) (Data.ProtoLens.maybeLens Data.Default.Class.def) instance (a ~ Prelude.Maybe SummaryMetadata'PluginData, b ~ Prelude.Maybe SummaryMetadata'PluginData, Prelude.Functor f) => Lens.Labels.HasLens "maybe'pluginData" f SummaryMetadata SummaryMetadata a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryMetadata'pluginData (\ x__ y__ -> x__{_SummaryMetadata'pluginData = y__})) Prelude.id instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "displayName" f SummaryMetadata SummaryMetadata a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryMetadata'displayName (\ x__ y__ -> x__{_SummaryMetadata'displayName = y__})) Prelude.id instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "summaryDescription" f SummaryMetadata SummaryMetadata a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryMetadata'summaryDescription (\ x__ y__ -> x__{_SummaryMetadata'summaryDescription = y__})) Prelude.id instance Data.Default.Class.Default SummaryMetadata where def = SummaryMetadata{_SummaryMetadata'pluginData = Prelude.Nothing, _SummaryMetadata'displayName = Data.ProtoLens.fieldDefault, _SummaryMetadata'summaryDescription = Data.ProtoLens.fieldDefault} instance Data.ProtoLens.Message SummaryMetadata where descriptor = let pluginData__field_descriptor = Data.ProtoLens.FieldDescriptor "plugin_data" (Data.ProtoLens.MessageField :: Data.ProtoLens.FieldTypeDescriptor SummaryMetadata'PluginData) (Data.ProtoLens.OptionalField maybe'pluginData) :: Data.ProtoLens.FieldDescriptor SummaryMetadata displayName__field_descriptor = Data.ProtoLens.FieldDescriptor "display_name" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional displayName) :: Data.ProtoLens.FieldDescriptor SummaryMetadata summaryDescription__field_descriptor = Data.ProtoLens.FieldDescriptor "summary_description" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional summaryDescription) :: Data.ProtoLens.FieldDescriptor SummaryMetadata in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.SummaryMetadata") (Data.Map.fromList [(Data.ProtoLens.Tag 1, pluginData__field_descriptor), (Data.ProtoLens.Tag 2, displayName__field_descriptor), (Data.ProtoLens.Tag 3, summaryDescription__field_descriptor)]) (Data.Map.fromList [("plugin_data", pluginData__field_descriptor), ("display_name", displayName__field_descriptor), ("summary_description", summaryDescription__field_descriptor)]) data SummaryMetadata'PluginData = SummaryMetadata'PluginData{_SummaryMetadata'PluginData'pluginName :: !Data.Text.Text, _SummaryMetadata'PluginData'content :: !Data.ByteString.ByteString} deriving (Prelude.Show, Prelude.Eq, Prelude.Ord) instance (a ~ Data.Text.Text, b ~ Data.Text.Text, Prelude.Functor f) => Lens.Labels.HasLens "pluginName" f SummaryMetadata'PluginData SummaryMetadata'PluginData a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryMetadata'PluginData'pluginName (\ x__ y__ -> x__{_SummaryMetadata'PluginData'pluginName = y__})) Prelude.id instance (a ~ Data.ByteString.ByteString, b ~ Data.ByteString.ByteString, Prelude.Functor f) => Lens.Labels.HasLens "content" f SummaryMetadata'PluginData SummaryMetadata'PluginData a b where lensOf _ = (Prelude..) (Lens.Family2.Unchecked.lens _SummaryMetadata'PluginData'content (\ x__ y__ -> x__{_SummaryMetadata'PluginData'content = y__})) Prelude.id instance Data.Default.Class.Default SummaryMetadata'PluginData where def = SummaryMetadata'PluginData{_SummaryMetadata'PluginData'pluginName = Data.ProtoLens.fieldDefault, _SummaryMetadata'PluginData'content = Data.ProtoLens.fieldDefault} instance Data.ProtoLens.Message SummaryMetadata'PluginData where descriptor = let pluginName__field_descriptor = Data.ProtoLens.FieldDescriptor "plugin_name" (Data.ProtoLens.StringField :: Data.ProtoLens.FieldTypeDescriptor Data.Text.Text) (Data.ProtoLens.PlainField Data.ProtoLens.Optional pluginName) :: Data.ProtoLens.FieldDescriptor SummaryMetadata'PluginData content__field_descriptor = Data.ProtoLens.FieldDescriptor "content" (Data.ProtoLens.BytesField :: Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString) (Data.ProtoLens.PlainField Data.ProtoLens.Optional content) :: Data.ProtoLens.FieldDescriptor SummaryMetadata'PluginData in Data.ProtoLens.MessageDescriptor (Data.Text.pack "tensorflow.SummaryMetadata.PluginData") (Data.Map.fromList [(Data.ProtoLens.Tag 1, pluginName__field_descriptor), (Data.ProtoLens.Tag 2, content__field_descriptor)]) (Data.Map.fromList [("plugin_name", pluginName__field_descriptor), ("content", content__field_descriptor)]) audio :: forall f s t a b . (Lens.Labels.HasLens "audio" f s t a b) => Lens.Family2.LensLike f s t a b audio = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "audio") bucket :: forall f s t a b . (Lens.Labels.HasLens "bucket" f s t a b) => Lens.Family2.LensLike f s t a b bucket = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "bucket") bucketLimit :: forall f s t a b . (Lens.Labels.HasLens "bucketLimit" f s t a b) => Lens.Family2.LensLike f s t a b bucketLimit = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "bucketLimit") colorspace :: forall f s t a b . (Lens.Labels.HasLens "colorspace" f s t a b) => Lens.Family2.LensLike f s t a b colorspace = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "colorspace") content :: forall f s t a b . (Lens.Labels.HasLens "content" f s t a b) => Lens.Family2.LensLike f s t a b content = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "content") contentType :: forall f s t a b . (Lens.Labels.HasLens "contentType" f s t a b) => Lens.Family2.LensLike f s t a b contentType = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "contentType") displayName :: forall f s t a b . (Lens.Labels.HasLens "displayName" f s t a b) => Lens.Family2.LensLike f s t a b displayName = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "displayName") encodedAudioString :: forall f s t a b . (Lens.Labels.HasLens "encodedAudioString" f s t a b) => Lens.Family2.LensLike f s t a b encodedAudioString = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "encodedAudioString") encodedImageString :: forall f s t a b . (Lens.Labels.HasLens "encodedImageString" f s t a b) => Lens.Family2.LensLike f s t a b encodedImageString = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "encodedImageString") height :: forall f s t a b . (Lens.Labels.HasLens "height" f s t a b) => Lens.Family2.LensLike f s t a b height = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "height") histo :: forall f s t a b . (Lens.Labels.HasLens "histo" f s t a b) => Lens.Family2.LensLike f s t a b histo = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "histo") image :: forall f s t a b . (Lens.Labels.HasLens "image" f s t a b) => Lens.Family2.LensLike f s t a b image = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "image") lengthFrames :: forall f s t a b . (Lens.Labels.HasLens "lengthFrames" f s t a b) => Lens.Family2.LensLike f s t a b lengthFrames = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "lengthFrames") max :: forall f s t a b . (Lens.Labels.HasLens "max" f s t a b) => Lens.Family2.LensLike f s t a b max = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "max") maybe'audio :: forall f s t a b . (Lens.Labels.HasLens "maybe'audio" f s t a b) => Lens.Family2.LensLike f s t a b maybe'audio = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'audio") maybe'histo :: forall f s t a b . (Lens.Labels.HasLens "maybe'histo" f s t a b) => Lens.Family2.LensLike f s t a b maybe'histo = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'histo") maybe'image :: forall f s t a b . (Lens.Labels.HasLens "maybe'image" f s t a b) => Lens.Family2.LensLike f s t a b maybe'image = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'image") maybe'metadata :: forall f s t a b . (Lens.Labels.HasLens "maybe'metadata" f s t a b) => Lens.Family2.LensLike f s t a b maybe'metadata = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'metadata") maybe'obsoleteOldStyleHistogram :: forall f s t a b . (Lens.Labels.HasLens "maybe'obsoleteOldStyleHistogram" f s t a b) => Lens.Family2.LensLike f s t a b maybe'obsoleteOldStyleHistogram = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'obsoleteOldStyleHistogram") maybe'pluginData :: forall f s t a b . (Lens.Labels.HasLens "maybe'pluginData" f s t a b) => Lens.Family2.LensLike f s t a b maybe'pluginData = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'pluginData") maybe'simpleValue :: forall f s t a b . (Lens.Labels.HasLens "maybe'simpleValue" f s t a b) => Lens.Family2.LensLike f s t a b maybe'simpleValue = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'simpleValue") maybe'tensor :: forall f s t a b . (Lens.Labels.HasLens "maybe'tensor" f s t a b) => Lens.Family2.LensLike f s t a b maybe'tensor = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'tensor") maybe'value :: forall f s t a b . (Lens.Labels.HasLens "maybe'value" f s t a b) => Lens.Family2.LensLike f s t a b maybe'value = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "maybe'value") metadata :: forall f s t a b . (Lens.Labels.HasLens "metadata" f s t a b) => Lens.Family2.LensLike f s t a b metadata = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "metadata") min :: forall f s t a b . (Lens.Labels.HasLens "min" f s t a b) => Lens.Family2.LensLike f s t a b min = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "min") nodeName :: forall f s t a b . (Lens.Labels.HasLens "nodeName" f s t a b) => Lens.Family2.LensLike f s t a b nodeName = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "nodeName") num :: forall f s t a b . (Lens.Labels.HasLens "num" f s t a b) => Lens.Family2.LensLike f s t a b num = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "num") numChannels :: forall f s t a b . (Lens.Labels.HasLens "numChannels" f s t a b) => Lens.Family2.LensLike f s t a b numChannels = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "numChannels") obsoleteOldStyleHistogram :: forall f s t a b . (Lens.Labels.HasLens "obsoleteOldStyleHistogram" f s t a b) => Lens.Family2.LensLike f s t a b obsoleteOldStyleHistogram = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "obsoleteOldStyleHistogram") pluginData :: forall f s t a b . (Lens.Labels.HasLens "pluginData" f s t a b) => Lens.Family2.LensLike f s t a b pluginData = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "pluginData") pluginName :: forall f s t a b . (Lens.Labels.HasLens "pluginName" f s t a b) => Lens.Family2.LensLike f s t a b pluginName = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "pluginName") sampleRate :: forall f s t a b . (Lens.Labels.HasLens "sampleRate" f s t a b) => Lens.Family2.LensLike f s t a b sampleRate = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "sampleRate") simpleValue :: forall f s t a b . (Lens.Labels.HasLens "simpleValue" f s t a b) => Lens.Family2.LensLike f s t a b simpleValue = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "simpleValue") sum :: forall f s t a b . (Lens.Labels.HasLens "sum" f s t a b) => Lens.Family2.LensLike f s t a b sum = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "sum") sumSquares :: forall f s t a b . (Lens.Labels.HasLens "sumSquares" f s t a b) => Lens.Family2.LensLike f s t a b sumSquares = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "sumSquares") summaryDescription :: forall f s t a b . (Lens.Labels.HasLens "summaryDescription" f s t a b) => Lens.Family2.LensLike f s t a b summaryDescription = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "summaryDescription") tag :: forall f s t a b . (Lens.Labels.HasLens "tag" f s t a b) => Lens.Family2.LensLike f s t a b tag = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "tag") tensor :: forall f s t a b . (Lens.Labels.HasLens "tensor" f s t a b) => Lens.Family2.LensLike f s t a b tensor = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "tensor") typeHint :: forall f s t a b . (Lens.Labels.HasLens "typeHint" f s t a b) => Lens.Family2.LensLike f s t a b typeHint = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "typeHint") value :: forall f s t a b . (Lens.Labels.HasLens "value" f s t a b) => Lens.Family2.LensLike f s t a b value = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "value") width :: forall f s t a b . (Lens.Labels.HasLens "width" f s t a b) => Lens.Family2.LensLike f s t a b width = Lens.Labels.lensOf ((Lens.Labels.proxy#) :: (Lens.Labels.Proxy#) "width")