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

Proto.Tensorflow.Core.Framework.LogMemory

Synopsis

Documentation

data MemoryLogRawAllocation Source #

Fields :

  • stepId :: Lens' MemoryLogRawAllocation Data.Int.Int64
  • operation :: Lens' MemoryLogRawAllocation Data.Text.Text
  • numBytes :: Lens' MemoryLogRawAllocation Data.Int.Int64
  • ptr :: Lens' MemoryLogRawAllocation Data.Word.Word64
  • allocationId :: Lens' MemoryLogRawAllocation Data.Int.Int64
  • allocatorName :: Lens' MemoryLogRawAllocation Data.Text.Text

Instances

Instances details
Eq MemoryLogRawAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Ord MemoryLogRawAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Show MemoryLogRawAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

NFData MemoryLogRawAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

rnf :: MemoryLogRawAllocation -> () #

Message MemoryLogRawAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogRawAllocation "allocationId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "allocationId" -> (Int64 -> f Int64) -> MemoryLogRawAllocation -> f MemoryLogRawAllocation

HasField MemoryLogRawAllocation "allocatorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "allocatorName" -> (Text -> f Text) -> MemoryLogRawAllocation -> f MemoryLogRawAllocation

HasField MemoryLogRawAllocation "numBytes" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "numBytes" -> (Int64 -> f Int64) -> MemoryLogRawAllocation -> f MemoryLogRawAllocation

HasField MemoryLogRawAllocation "operation" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "operation" -> (Text -> f Text) -> MemoryLogRawAllocation -> f MemoryLogRawAllocation

HasField MemoryLogRawAllocation "ptr" Word64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogRawAllocation "stepId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

data MemoryLogRawDeallocation Source #

Fields :

  • stepId :: Lens' MemoryLogRawDeallocation Data.Int.Int64
  • operation :: Lens' MemoryLogRawDeallocation Data.Text.Text
  • allocationId :: Lens' MemoryLogRawDeallocation Data.Int.Int64
  • allocatorName :: Lens' MemoryLogRawDeallocation Data.Text.Text
  • deferred :: Lens' MemoryLogRawDeallocation Prelude.Bool

Instances

Instances details
Eq MemoryLogRawDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Ord MemoryLogRawDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Show MemoryLogRawDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

NFData MemoryLogRawDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Message MemoryLogRawDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogRawDeallocation "allocationId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "allocationId" -> (Int64 -> f Int64) -> MemoryLogRawDeallocation -> f MemoryLogRawDeallocation

HasField MemoryLogRawDeallocation "allocatorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "allocatorName" -> (Text -> f Text) -> MemoryLogRawDeallocation -> f MemoryLogRawDeallocation

HasField MemoryLogRawDeallocation "deferred" Bool Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogRawDeallocation "operation" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "operation" -> (Text -> f Text) -> MemoryLogRawDeallocation -> f MemoryLogRawDeallocation

HasField MemoryLogRawDeallocation "stepId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

data MemoryLogStep Source #

Fields :

  • stepId :: Lens' MemoryLogStep Data.Int.Int64
  • handle :: Lens' MemoryLogStep Data.Text.Text

Instances

Instances details
Eq MemoryLogStep Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Ord MemoryLogStep Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Show MemoryLogStep Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

NFData MemoryLogStep Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

rnf :: MemoryLogStep -> () #

Message MemoryLogStep Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogStep "handle" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "handle" -> (Text -> f Text) -> MemoryLogStep -> f MemoryLogStep

HasField MemoryLogStep "stepId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "stepId" -> (Int64 -> f Int64) -> MemoryLogStep -> f MemoryLogStep

data MemoryLogTensorAllocation Source #

Fields :

  • stepId :: Lens' MemoryLogTensorAllocation Data.Int.Int64
  • kernelName :: Lens' MemoryLogTensorAllocation Data.Text.Text
  • tensor :: Lens' MemoryLogTensorAllocation Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
  • maybe'tensor :: Lens' MemoryLogTensorAllocation (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)

Instances

Instances details
Eq MemoryLogTensorAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Ord MemoryLogTensorAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Show MemoryLogTensorAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

NFData MemoryLogTensorAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Message MemoryLogTensorAllocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorAllocation "kernelName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "kernelName" -> (Text -> f Text) -> MemoryLogTensorAllocation -> f MemoryLogTensorAllocation

HasField MemoryLogTensorAllocation "stepId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorAllocation "tensor" TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorAllocation "maybe'tensor" (Maybe TensorDescription) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

data MemoryLogTensorDeallocation Source #

Fields :

  • allocationId :: Lens' MemoryLogTensorDeallocation Data.Int.Int64
  • allocatorName :: Lens' MemoryLogTensorDeallocation Data.Text.Text

Instances

Instances details
Eq MemoryLogTensorDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Ord MemoryLogTensorDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Show MemoryLogTensorDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

NFData MemoryLogTensorDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Message MemoryLogTensorDeallocation Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorDeallocation "allocationId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorDeallocation "allocatorName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "allocatorName" -> (Text -> f Text) -> MemoryLogTensorDeallocation -> f MemoryLogTensorDeallocation

data MemoryLogTensorOutput Source #

Fields :

  • stepId :: Lens' MemoryLogTensorOutput Data.Int.Int64
  • kernelName :: Lens' MemoryLogTensorOutput Data.Text.Text
  • index :: Lens' MemoryLogTensorOutput Data.Int.Int32
  • tensor :: Lens' MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
  • maybe'tensor :: Lens' MemoryLogTensorOutput (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)

Instances

Instances details
Eq MemoryLogTensorOutput Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Ord MemoryLogTensorOutput Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Show MemoryLogTensorOutput Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

NFData MemoryLogTensorOutput Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

rnf :: MemoryLogTensorOutput -> () #

Message MemoryLogTensorOutput Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorOutput "index" Int32 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorOutput "kernelName" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "kernelName" -> (Text -> f Text) -> MemoryLogTensorOutput -> f MemoryLogTensorOutput

HasField MemoryLogTensorOutput "stepId" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

Methods

fieldOf :: Functor f => Proxy# "stepId" -> (Int64 -> f Int64) -> MemoryLogTensorOutput -> f MemoryLogTensorOutput

HasField MemoryLogTensorOutput "tensor" TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorOutput "maybe'tensor" (Maybe TensorDescription) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory