tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.AllocationDescription

Documentation

data AllocationDescription Source #

Instances

Eq AllocationDescription Source # 
Ord AllocationDescription Source # 
Show AllocationDescription Source # 
Message AllocationDescription Source # 

Methods

descriptor :: MessageDescriptor AllocationDescription

Default AllocationDescription Source # 
((~) * a Int64, (~) * b Int64, Functor f) => HasLens "allocatedBytes" f AllocationDescription AllocationDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "allocatedBytes" -> (a -> f b) -> AllocationDescription -> f AllocationDescription

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "allocationId" f AllocationDescription AllocationDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "allocationId" -> (a -> f b) -> AllocationDescription -> f AllocationDescription

((~) * a Text, (~) * b Text, Functor f) => HasLens "allocatorName" f AllocationDescription AllocationDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "allocatorName" -> (a -> f b) -> AllocationDescription -> f AllocationDescription

((~) * a Bool, (~) * b Bool, Functor f) => HasLens "hasSingleReference" f AllocationDescription AllocationDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "hasSingleReference" -> (a -> f b) -> AllocationDescription -> f AllocationDescription

((~) * a Word64, (~) * b Word64, Functor f) => HasLens "ptr" f AllocationDescription AllocationDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "ptr" -> (a -> f b) -> AllocationDescription -> f AllocationDescription

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "requestedBytes" f AllocationDescription AllocationDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "requestedBytes" -> (a -> f b) -> AllocationDescription -> f AllocationDescription

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

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

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

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

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

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