tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.TensorflowServer

Documentation

data ServerDef Source #

Instances

Eq ServerDef Source # 
Ord ServerDef Source # 
Show ServerDef Source # 
Message ServerDef Source # 

Methods

descriptor :: MessageDescriptor ServerDef

Default ServerDef Source # 

Methods

def :: ServerDef

((~) * a ClusterDef, (~) * b ClusterDef, Functor f) => HasLens "cluster" f ServerDef ServerDef a b Source # 

Methods

lensOf :: Proxy# Symbol "cluster" -> (a -> f b) -> ServerDef -> f ServerDef

((~) * a ConfigProto, (~) * b ConfigProto, Functor f) => HasLens "defaultSessionConfig" f ServerDef ServerDef a b Source # 

Methods

lensOf :: Proxy# Symbol "defaultSessionConfig" -> (a -> f b) -> ServerDef -> f ServerDef

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

Methods

lensOf :: Proxy# Symbol "jobName" -> (a -> f b) -> ServerDef -> f ServerDef

((~) * a (Maybe ClusterDef), (~) * b (Maybe ClusterDef), Functor f) => HasLens "maybe'cluster" f ServerDef ServerDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'cluster" -> (a -> f b) -> ServerDef -> f ServerDef

((~) * a (Maybe ConfigProto), (~) * b (Maybe ConfigProto), Functor f) => HasLens "maybe'defaultSessionConfig" f ServerDef ServerDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'defaultSessionConfig" -> (a -> f b) -> ServerDef -> f ServerDef

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

Methods

lensOf :: Proxy# Symbol "protocol" -> (a -> f b) -> ServerDef -> f ServerDef

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

Methods

lensOf :: Proxy# Symbol "taskIndex" -> (a -> f b) -> ServerDef -> f ServerDef

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

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

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

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

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

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

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