tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.Debug

Documentation

data DebugTensorWatch Source #

Instances

Eq DebugTensorWatch Source # 
Ord DebugTensorWatch Source # 
Show DebugTensorWatch Source # 
Message DebugTensorWatch Source # 

Methods

descriptor :: MessageDescriptor DebugTensorWatch

Default DebugTensorWatch Source # 
((~) * a [Text], (~) * b [Text], Functor f) => HasLens "debugOps" f DebugTensorWatch DebugTensorWatch a b Source # 

Methods

lensOf :: Proxy# Symbol "debugOps" -> (a -> f b) -> DebugTensorWatch -> f DebugTensorWatch

((~) * a [Text], (~) * b [Text], Functor f) => HasLens "debugUrls" f DebugTensorWatch DebugTensorWatch a b Source # 

Methods

lensOf :: Proxy# Symbol "debugUrls" -> (a -> f b) -> DebugTensorWatch -> f DebugTensorWatch

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

Methods

lensOf :: Proxy# Symbol "nodeName" -> (a -> f b) -> DebugTensorWatch -> f DebugTensorWatch

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "outputSlot" f DebugTensorWatch DebugTensorWatch a b Source # 

Methods

lensOf :: Proxy# Symbol "outputSlot" -> (a -> f b) -> DebugTensorWatch -> f DebugTensorWatch

((~) * a Bool, (~) * b Bool, Functor f) => HasLens "tolerateDebugOpCreationFailures" f DebugTensorWatch DebugTensorWatch a b Source # 

Methods

lensOf :: Proxy# Symbol "tolerateDebugOpCreationFailures" -> (a -> f b) -> DebugTensorWatch -> f DebugTensorWatch

data DebuggedSourceFile Source #

Instances

Eq DebuggedSourceFile Source # 
Ord DebuggedSourceFile Source # 
Show DebuggedSourceFile Source # 
Message DebuggedSourceFile Source # 

Methods

descriptor :: MessageDescriptor DebuggedSourceFile

Default DebuggedSourceFile Source # 
((~) * a Int64, (~) * b Int64, Functor f) => HasLens "bytes" f DebuggedSourceFile DebuggedSourceFile a b Source # 

Methods

lensOf :: Proxy# Symbol "bytes" -> (a -> f b) -> DebuggedSourceFile -> f DebuggedSourceFile

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

Methods

lensOf :: Proxy# Symbol "filePath" -> (a -> f b) -> DebuggedSourceFile -> f DebuggedSourceFile

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

Methods

lensOf :: Proxy# Symbol "host" -> (a -> f b) -> DebuggedSourceFile -> f DebuggedSourceFile

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "lastModified" f DebuggedSourceFile DebuggedSourceFile a b Source # 

Methods

lensOf :: Proxy# Symbol "lastModified" -> (a -> f b) -> DebuggedSourceFile -> f DebuggedSourceFile

((~) * a [Text], (~) * b [Text], Functor f) => HasLens "lines" f DebuggedSourceFile DebuggedSourceFile a b Source # 

Methods

lensOf :: Proxy# Symbol "lines" -> (a -> f b) -> DebuggedSourceFile -> f DebuggedSourceFile

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

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

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

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

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

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

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

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

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

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

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

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