tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.NamedTensor

Documentation

data NamedTensorProto Source #

Instances

Eq NamedTensorProto Source # 
Ord NamedTensorProto Source # 
Show NamedTensorProto Source # 
Message NamedTensorProto Source # 

Methods

descriptor :: MessageDescriptor NamedTensorProto

Default NamedTensorProto Source # 
((~) * a (Maybe TensorProto), (~) * b (Maybe TensorProto), Functor f) => HasLens "maybe'tensor" f NamedTensorProto NamedTensorProto a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'tensor" -> (a -> f b) -> NamedTensorProto -> f NamedTensorProto

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

Methods

lensOf :: Proxy# Symbol "name" -> (a -> f b) -> NamedTensorProto -> f NamedTensorProto

((~) * a TensorProto, (~) * b TensorProto, Functor f) => HasLens "tensor" f NamedTensorProto NamedTensorProto a b Source # 

Methods

lensOf :: Proxy# Symbol "tensor" -> (a -> f b) -> NamedTensorProto -> f NamedTensorProto

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

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

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