tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.Summary

Documentation

data HistogramProto Source #

Instances

Eq HistogramProto Source # 
Ord HistogramProto Source # 
Show HistogramProto Source # 
Message HistogramProto Source # 

Methods

descriptor :: MessageDescriptor HistogramProto

Default HistogramProto Source # 
((~) * a [Double], (~) * b [Double], Functor f) => HasLens "bucket" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "bucket" -> (a -> f b) -> HistogramProto -> f HistogramProto

((~) * a [Double], (~) * b [Double], Functor f) => HasLens "bucketLimit" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "bucketLimit" -> (a -> f b) -> HistogramProto -> f HistogramProto

((~) * a Double, (~) * b Double, Functor f) => HasLens "max" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "max" -> (a -> f b) -> HistogramProto -> f HistogramProto

((~) * a Double, (~) * b Double, Functor f) => HasLens "min" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "min" -> (a -> f b) -> HistogramProto -> f HistogramProto

((~) * a Double, (~) * b Double, Functor f) => HasLens "num" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "num" -> (a -> f b) -> HistogramProto -> f HistogramProto

((~) * a Double, (~) * b Double, Functor f) => HasLens "sum" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "sum" -> (a -> f b) -> HistogramProto -> f HistogramProto

((~) * a Double, (~) * b Double, Functor f) => HasLens "sumSquares" f HistogramProto HistogramProto a b Source # 

Methods

lensOf :: Proxy# Symbol "sumSquares" -> (a -> f b) -> HistogramProto -> f HistogramProto

data Summary Source #

Constructors

Summary 

Instances

Eq Summary Source # 

Methods

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

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

Ord Summary Source # 
Show Summary Source # 
Message Summary Source # 

Methods

descriptor :: MessageDescriptor Summary

Default Summary Source # 

Methods

def :: Summary

((~) * a [Summary'Value], (~) * b [Summary'Value], Functor f) => HasLens "value" f Summary Summary a b Source # 

Methods

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

data Summary'Audio Source #

Instances

Eq Summary'Audio Source # 
Ord Summary'Audio Source # 
Show Summary'Audio Source # 
Message Summary'Audio Source # 

Methods

descriptor :: MessageDescriptor Summary'Audio

Default Summary'Audio Source # 

Methods

def :: Summary'Audio

((~) * a Text, (~) * b Text, Functor f) => HasLens "contentType" f Summary'Audio Summary'Audio a b Source # 

Methods

lensOf :: Proxy# Symbol "contentType" -> (a -> f b) -> Summary'Audio -> f Summary'Audio

((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "encodedAudioString" f Summary'Audio Summary'Audio a b Source # 

Methods

lensOf :: Proxy# Symbol "encodedAudioString" -> (a -> f b) -> Summary'Audio -> f Summary'Audio

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "lengthFrames" f Summary'Audio Summary'Audio a b Source # 

Methods

lensOf :: Proxy# Symbol "lengthFrames" -> (a -> f b) -> Summary'Audio -> f Summary'Audio

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "numChannels" f Summary'Audio Summary'Audio a b Source # 

Methods

lensOf :: Proxy# Symbol "numChannels" -> (a -> f b) -> Summary'Audio -> f Summary'Audio

((~) * a Float, (~) * b Float, Functor f) => HasLens "sampleRate" f Summary'Audio Summary'Audio a b Source # 

Methods

lensOf :: Proxy# Symbol "sampleRate" -> (a -> f b) -> Summary'Audio -> f Summary'Audio

data Summary'Image Source #

Instances

Eq Summary'Image Source # 
Ord Summary'Image Source # 
Show Summary'Image Source # 
Message Summary'Image Source # 

Methods

descriptor :: MessageDescriptor Summary'Image

Default Summary'Image Source # 

Methods

def :: Summary'Image

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "colorspace" f Summary'Image Summary'Image a b Source # 

Methods

lensOf :: Proxy# Symbol "colorspace" -> (a -> f b) -> Summary'Image -> f Summary'Image

((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "encodedImageString" f Summary'Image Summary'Image a b Source # 

Methods

lensOf :: Proxy# Symbol "encodedImageString" -> (a -> f b) -> Summary'Image -> f Summary'Image

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "height" f Summary'Image Summary'Image a b Source # 

Methods

lensOf :: Proxy# Symbol "height" -> (a -> f b) -> Summary'Image -> f Summary'Image

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "width" f Summary'Image Summary'Image a b Source # 

Methods

lensOf :: Proxy# Symbol "width" -> (a -> f b) -> Summary'Image -> f Summary'Image

data Summary'Value Source #

Instances

Eq Summary'Value Source # 
Ord Summary'Value Source # 
Show Summary'Value Source # 
Message Summary'Value Source # 

Methods

descriptor :: MessageDescriptor Summary'Value

Default Summary'Value Source # 

Methods

def :: Summary'Value

((~) * a Summary'Audio, (~) * b Summary'Audio, Functor f) => HasLens "audio" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "audio" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a HistogramProto, (~) * b HistogramProto, Functor f) => HasLens "histo" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "histo" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a Summary'Image, (~) * b Summary'Image, Functor f) => HasLens "image" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "image" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe Summary'Audio), (~) * b (Maybe Summary'Audio), Functor f) => HasLens "maybe'audio" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'audio" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe HistogramProto), (~) * b (Maybe HistogramProto), Functor f) => HasLens "maybe'histo" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'histo" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe Summary'Image), (~) * b (Maybe Summary'Image), Functor f) => HasLens "maybe'image" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'image" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe SummaryMetadata), (~) * b (Maybe SummaryMetadata), Functor f) => HasLens "maybe'metadata" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'metadata" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe ByteString), (~) * b (Maybe ByteString), Functor f) => HasLens "maybe'obsoleteOldStyleHistogram" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'obsoleteOldStyleHistogram" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe Float), (~) * b (Maybe Float), Functor f) => HasLens "maybe'simpleValue" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'simpleValue" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe TensorProto), (~) * b (Maybe TensorProto), Functor f) => HasLens "maybe'tensor" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'tensor" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a (Maybe Summary'Value'Value), (~) * b (Maybe Summary'Value'Value), Functor f) => HasLens "maybe'value" f Summary'Value Summary'Value a b Source # 

Methods

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

((~) * a SummaryMetadata, (~) * b SummaryMetadata, Functor f) => HasLens "metadata" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "metadata" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a Text, (~) * b Text, Functor f) => HasLens "nodeName" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "nodeName" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "obsoleteOldStyleHistogram" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "obsoleteOldStyleHistogram" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a Float, (~) * b Float, Functor f) => HasLens "simpleValue" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "simpleValue" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a Text, (~) * b Text, Functor f) => HasLens "tag" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "tag" -> (a -> f b) -> Summary'Value -> f Summary'Value

((~) * a TensorProto, (~) * b TensorProto, Functor f) => HasLens "tensor" f Summary'Value Summary'Value a b Source # 

Methods

lensOf :: Proxy# Symbol "tensor" -> (a -> f b) -> Summary'Value -> f Summary'Value

data SummaryMetadata Source #

Instances

Eq SummaryMetadata Source # 
Ord SummaryMetadata Source # 
Show SummaryMetadata Source # 
Message SummaryMetadata Source # 

Methods

descriptor :: MessageDescriptor SummaryMetadata

Default SummaryMetadata Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "displayName" f SummaryMetadata SummaryMetadata a b Source # 

Methods

lensOf :: Proxy# Symbol "displayName" -> (a -> f b) -> SummaryMetadata -> f SummaryMetadata

((~) * a (Maybe SummaryMetadata'PluginData), (~) * b (Maybe SummaryMetadata'PluginData), Functor f) => HasLens "maybe'pluginData" f SummaryMetadata SummaryMetadata a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'pluginData" -> (a -> f b) -> SummaryMetadata -> f SummaryMetadata

((~) * a SummaryMetadata'PluginData, (~) * b SummaryMetadata'PluginData, Functor f) => HasLens "pluginData" f SummaryMetadata SummaryMetadata a b Source # 

Methods

lensOf :: Proxy# Symbol "pluginData" -> (a -> f b) -> SummaryMetadata -> f SummaryMetadata

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

Methods

lensOf :: Proxy# Symbol "summaryDescription" -> (a -> f b) -> SummaryMetadata -> f SummaryMetadata

data SummaryMetadata'PluginData Source #

Instances

Eq SummaryMetadata'PluginData Source # 
Ord SummaryMetadata'PluginData Source # 
Show SummaryMetadata'PluginData Source # 
Message SummaryMetadata'PluginData Source # 

Methods

descriptor :: MessageDescriptor SummaryMetadata'PluginData

Default SummaryMetadata'PluginData Source # 
((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "content" f SummaryMetadata'PluginData SummaryMetadata'PluginData a b Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "pluginName" f SummaryMetadata'PluginData SummaryMetadata'PluginData a b Source # 

Methods

lensOf :: Proxy# Symbol "pluginName" -> (a -> f b) -> SummaryMetadata'PluginData -> f SummaryMetadata'PluginData

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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