tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.Graph

Documentation

data GraphDef Source #

Instances

Eq GraphDef Source # 
Ord GraphDef Source # 
Show GraphDef Source # 
Message GraphDef Source # 

Methods

descriptor :: MessageDescriptor GraphDef

Default GraphDef Source # 

Methods

def :: GraphDef

((~) * a FunctionDefLibrary, (~) * b FunctionDefLibrary, Functor f) => HasLens "library" f GraphDef GraphDef a b Source # 

Methods

lensOf :: Proxy# Symbol "library" -> (a -> f b) -> GraphDef -> f GraphDef

((~) * a (Maybe FunctionDefLibrary), (~) * b (Maybe FunctionDefLibrary), Functor f) => HasLens "maybe'library" f GraphDef GraphDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'library" -> (a -> f b) -> GraphDef -> f GraphDef

((~) * a (Maybe VersionDef), (~) * b (Maybe VersionDef), Functor f) => HasLens "maybe'versions" f GraphDef GraphDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'versions" -> (a -> f b) -> GraphDef -> f GraphDef

((~) * a [NodeDef], (~) * b [NodeDef], Functor f) => HasLens "node" f GraphDef GraphDef a b Source # 

Methods

lensOf :: Proxy# Symbol "node" -> (a -> f b) -> GraphDef -> f GraphDef

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "version" f GraphDef GraphDef a b Source # 

Methods

lensOf :: Proxy# Symbol "version" -> (a -> f b) -> GraphDef -> f GraphDef

((~) * a VersionDef, (~) * b VersionDef, Functor f) => HasLens "versions" f GraphDef GraphDef a b Source # 

Methods

lensOf :: Proxy# Symbol "versions" -> (a -> f b) -> GraphDef -> f GraphDef

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

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

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

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

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

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