tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.TensorDescription

Documentation

data TensorDescription Source #

Instances

Eq TensorDescription Source # 
Ord TensorDescription Source # 
Show TensorDescription Source # 
Message TensorDescription Source # 

Methods

descriptor :: MessageDescriptor TensorDescription

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

Methods

lensOf :: Proxy# Symbol "allocationDescription" -> (a -> f b) -> TensorDescription -> f TensorDescription

((~) * a DataType, (~) * b DataType, Functor f) => HasLens "dtype" f TensorDescription TensorDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "dtype" -> (a -> f b) -> TensorDescription -> f TensorDescription

((~) * a (Maybe AllocationDescription), (~) * b (Maybe AllocationDescription), Functor f) => HasLens "maybe'allocationDescription" f TensorDescription TensorDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'allocationDescription" -> (a -> f b) -> TensorDescription -> f TensorDescription

((~) * a (Maybe TensorShapeProto), (~) * b (Maybe TensorShapeProto), Functor f) => HasLens "maybe'shape" f TensorDescription TensorDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'shape" -> (a -> f b) -> TensorDescription -> f TensorDescription

((~) * a TensorShapeProto, (~) * b TensorShapeProto, Functor f) => HasLens "shape" f TensorDescription TensorDescription a b Source # 

Methods

lensOf :: Proxy# Symbol "shape" -> (a -> f b) -> TensorDescription -> f TensorDescription

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

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

maybe'allocationDescription :: forall f s t a b. HasLens "maybe'allocationDescription" f s t a b => LensLike f s t a b Source #

maybe'shape :: forall f s t a b. HasLens "maybe'shape" f s t a b => LensLike f s t a b Source #

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