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

Proto.Tensorflow.Core.Framework.TensorDescription

Synopsis

Documentation

data TensorDescription Source #

Fields :

  • dtype :: Lens' TensorDescription Proto.Tensorflow.Core.Framework.Types.DataType
  • shape :: Lens' TensorDescription Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
  • maybe'shape :: Lens' TensorDescription (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
  • allocationDescription :: Lens' TensorDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
  • maybe'allocationDescription :: Lens' TensorDescription (Prelude.Maybe Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription)

Instances

Instances details
Eq TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

Ord TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

Show TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

NFData TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

Methods

rnf :: TensorDescription -> () #

Message TensorDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

HasField TensorDescription "allocationDescription" AllocationDescription Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

HasField TensorDescription "dtype" DataType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

Methods

fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> TensorDescription -> f TensorDescription

HasField TensorDescription "shape" TensorShapeProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

HasField NodeOutput "tensorDescription" TensorDescription 
Instance details

Defined in Proto.Tensorflow.Core.Framework.StepStats

Methods

fieldOf :: Functor f => Proxy# "tensorDescription" -> (TensorDescription -> f TensorDescription) -> NodeOutput -> f NodeOutput

HasField MemoryLogTensorOutput "tensor" TensorDescription 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField MemoryLogTensorAllocation "tensor" TensorDescription 
Instance details

Defined in Proto.Tensorflow.Core.Framework.LogMemory

HasField TensorDescription "maybe'allocationDescription" (Maybe AllocationDescription) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

Methods

fieldOf :: Functor f => Proxy# "maybe'allocationDescription" -> (Maybe AllocationDescription -> f (Maybe AllocationDescription)) -> TensorDescription -> f TensorDescription

HasField TensorDescription "maybe'shape" (Maybe TensorShapeProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.TensorDescription

HasField NodeOutput "maybe'tensorDescription" (Maybe TensorDescription) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.StepStats

Methods

fieldOf :: Functor f => Proxy# "maybe'tensorDescription" -> (Maybe TensorDescription -> f (Maybe TensorDescription)) -> NodeOutput -> f NodeOutput

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

Defined in Proto.Tensorflow.Core.Framework.LogMemory

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

Defined in Proto.Tensorflow.Core.Framework.LogMemory