Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
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
data MemoryLogStep Source #
Instances
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
data MemoryLogTensorDeallocation Source #
Fields :
allocationId
:: Lens' MemoryLogTensorDeallocation Data.Int.Int64
allocatorName
:: Lens' MemoryLogTensorDeallocation Data.Text.Text
Instances
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)