tensorflow-proto-0.1.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

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 #

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

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