tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.
Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.Debug

Synopsis

Documentation

data DebugOptions Source #

Fields :

Instances

Instances details
Eq DebugOptions Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Ord DebugOptions Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Show DebugOptions Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

NFData DebugOptions Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

rnf :: DebugOptions -> () #

Message DebugOptions Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

HasField DebugOptions "globalStep" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "globalStep" -> (Int64 -> f Int64) -> DebugOptions -> f DebugOptions

HasField DebugOptions "resetDiskByteUsage" Bool Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "resetDiskByteUsage" -> (Bool -> f Bool) -> DebugOptions -> f DebugOptions

HasField RunOptions "debugOptions" DebugOptions 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "debugOptions" -> (DebugOptions -> f DebugOptions) -> RunOptions -> f RunOptions

HasField DebugOptions "debugTensorWatchOpts" [DebugTensorWatch] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "debugTensorWatchOpts" -> ([DebugTensorWatch] -> f [DebugTensorWatch]) -> DebugOptions -> f DebugOptions

HasField DebugOptions "vec'debugTensorWatchOpts" (Vector DebugTensorWatch) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'debugTensorWatchOpts" -> (Vector DebugTensorWatch -> f (Vector DebugTensorWatch)) -> DebugOptions -> f DebugOptions

HasField RunOptions "maybe'debugOptions" (Maybe DebugOptions) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "maybe'debugOptions" -> (Maybe DebugOptions -> f (Maybe DebugOptions)) -> RunOptions -> f RunOptions

data DebugTensorWatch Source #

Fields :

Instances

Instances details
Eq DebugTensorWatch Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Ord DebugTensorWatch Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Show DebugTensorWatch Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

NFData DebugTensorWatch Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

rnf :: DebugTensorWatch -> () #

Message DebugTensorWatch Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

HasField DebugTensorWatch "nodeName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "nodeName" -> (Text -> f Text) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugTensorWatch "outputSlot" Int32 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "outputSlot" -> (Int32 -> f Int32) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugTensorWatch "tolerateDebugOpCreationFailures" Bool Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "tolerateDebugOpCreationFailures" -> (Bool -> f Bool) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugTensorWatch "debugOps" [Text] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "debugOps" -> ([Text] -> f [Text]) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugTensorWatch "debugUrls" [Text] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "debugUrls" -> ([Text] -> f [Text]) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugTensorWatch "vec'debugOps" (Vector Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'debugOps" -> (Vector Text -> f (Vector Text)) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugTensorWatch "vec'debugUrls" (Vector Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'debugUrls" -> (Vector Text -> f (Vector Text)) -> DebugTensorWatch -> f DebugTensorWatch

HasField DebugOptions "debugTensorWatchOpts" [DebugTensorWatch] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "debugTensorWatchOpts" -> ([DebugTensorWatch] -> f [DebugTensorWatch]) -> DebugOptions -> f DebugOptions

HasField DebugOptions "vec'debugTensorWatchOpts" (Vector DebugTensorWatch) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'debugTensorWatchOpts" -> (Vector DebugTensorWatch -> f (Vector DebugTensorWatch)) -> DebugOptions -> f DebugOptions

data DebuggedSourceFile Source #

Fields :

  • host :: Lens' DebuggedSourceFile Data.Text.Text
  • filePath :: Lens' DebuggedSourceFile Data.Text.Text
  • lastModified :: Lens' DebuggedSourceFile Data.Int.Int64
  • bytes :: Lens' DebuggedSourceFile Data.Int.Int64
  • lines :: Lens' DebuggedSourceFile [Data.Text.Text]
  • vec'lines :: Lens' DebuggedSourceFile (Data.Vector.Vector Data.Text.Text)

Instances

Instances details
Eq DebuggedSourceFile Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Ord DebuggedSourceFile Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Show DebuggedSourceFile Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

NFData DebuggedSourceFile Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

rnf :: DebuggedSourceFile -> () #

Message DebuggedSourceFile Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

HasField DebuggedSourceFile "bytes" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "bytes" -> (Int64 -> f Int64) -> DebuggedSourceFile -> f DebuggedSourceFile

HasField DebuggedSourceFile "filePath" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "filePath" -> (Text -> f Text) -> DebuggedSourceFile -> f DebuggedSourceFile

HasField DebuggedSourceFile "host" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "host" -> (Text -> f Text) -> DebuggedSourceFile -> f DebuggedSourceFile

HasField DebuggedSourceFile "lastModified" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "lastModified" -> (Int64 -> f Int64) -> DebuggedSourceFile -> f DebuggedSourceFile

HasField DebuggedSourceFiles "sourceFiles" [DebuggedSourceFile] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

HasField DebuggedSourceFiles "vec'sourceFiles" (Vector DebuggedSourceFile) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'sourceFiles" -> (Vector DebuggedSourceFile -> f (Vector DebuggedSourceFile)) -> DebuggedSourceFiles -> f DebuggedSourceFiles

HasField DebuggedSourceFile "lines" [Text] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "lines" -> ([Text] -> f [Text]) -> DebuggedSourceFile -> f DebuggedSourceFile

HasField DebuggedSourceFile "vec'lines" (Vector Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'lines" -> (Vector Text -> f (Vector Text)) -> DebuggedSourceFile -> f DebuggedSourceFile

data DebuggedSourceFiles Source #

Fields :

  • sourceFiles :: Lens' DebuggedSourceFiles [DebuggedSourceFile]
  • vec'sourceFiles :: Lens' DebuggedSourceFiles (Data.Vector.Vector DebuggedSourceFile)

Instances

Instances details
Eq DebuggedSourceFiles Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Ord DebuggedSourceFiles Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Show DebuggedSourceFiles Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

NFData DebuggedSourceFiles Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

rnf :: DebuggedSourceFiles -> () #

Message DebuggedSourceFiles Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

HasField DebuggedSourceFiles "sourceFiles" [DebuggedSourceFile] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

HasField DebuggedSourceFiles "vec'sourceFiles" (Vector DebuggedSourceFile) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Debug

Methods

fieldOf :: Functor f => Proxy# "vec'sourceFiles" -> (Vector DebuggedSourceFile -> f (Vector DebuggedSourceFile)) -> DebuggedSourceFiles -> f DebuggedSourceFiles