tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.Variable

Documentation

data SaveSliceInfoDef Source #

Instances

Eq SaveSliceInfoDef Source # 
Ord SaveSliceInfoDef Source # 
Show SaveSliceInfoDef Source # 
Message SaveSliceInfoDef Source # 

Methods

descriptor :: MessageDescriptor SaveSliceInfoDef

Default SaveSliceInfoDef Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "fullName" f SaveSliceInfoDef SaveSliceInfoDef a b Source # 

Methods

lensOf :: Proxy# Symbol "fullName" -> (a -> f b) -> SaveSliceInfoDef -> f SaveSliceInfoDef

((~) * a [Int64], (~) * b [Int64], Functor f) => HasLens "fullShape" f SaveSliceInfoDef SaveSliceInfoDef a b Source # 

Methods

lensOf :: Proxy# Symbol "fullShape" -> (a -> f b) -> SaveSliceInfoDef -> f SaveSliceInfoDef

((~) * a [Int64], (~) * b [Int64], Functor f) => HasLens "varOffset" f SaveSliceInfoDef SaveSliceInfoDef a b Source # 

Methods

lensOf :: Proxy# Symbol "varOffset" -> (a -> f b) -> SaveSliceInfoDef -> f SaveSliceInfoDef

((~) * a [Int64], (~) * b [Int64], Functor f) => HasLens "varShape" f SaveSliceInfoDef SaveSliceInfoDef a b Source # 

Methods

lensOf :: Proxy# Symbol "varShape" -> (a -> f b) -> SaveSliceInfoDef -> f SaveSliceInfoDef

data VariableDef Source #

Instances

Eq VariableDef Source # 
Ord VariableDef Source # 
Show VariableDef Source # 
Message VariableDef Source # 

Methods

descriptor :: MessageDescriptor VariableDef

Default VariableDef Source # 

Methods

def :: VariableDef

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

Methods

lensOf :: Proxy# Symbol "initialValueName" -> (a -> f b) -> VariableDef -> f VariableDef

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

Methods

lensOf :: Proxy# Symbol "initializerName" -> (a -> f b) -> VariableDef -> f VariableDef

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

Methods

lensOf :: Proxy# Symbol "isResource" -> (a -> f b) -> VariableDef -> f VariableDef

((~) * a (Maybe SaveSliceInfoDef), (~) * b (Maybe SaveSliceInfoDef), Functor f) => HasLens "maybe'saveSliceInfoDef" f VariableDef VariableDef a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'saveSliceInfoDef" -> (a -> f b) -> VariableDef -> f VariableDef

((~) * a SaveSliceInfoDef, (~) * b SaveSliceInfoDef, Functor f) => HasLens "saveSliceInfoDef" f VariableDef VariableDef a b Source # 

Methods

lensOf :: Proxy# Symbol "saveSliceInfoDef" -> (a -> f b) -> VariableDef -> f VariableDef

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

Methods

lensOf :: Proxy# Symbol "snapshotName" -> (a -> f b) -> VariableDef -> f VariableDef

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

Methods

lensOf :: Proxy# Symbol "trainable" -> (a -> f b) -> VariableDef -> f VariableDef

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

Methods

lensOf :: Proxy# Symbol "variableName" -> (a -> f b) -> VariableDef -> f VariableDef

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

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

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

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

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

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

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

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

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

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

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

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