tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.AttrValue

Documentation

data AttrValue Source #

Constructors

AttrValue 

Instances

Eq AttrValue Source # 
Ord AttrValue Source # 
Show AttrValue Source # 
Message AttrValue Source # 

Methods

descriptor :: MessageDescriptor AttrValue

Default AttrValue Source # 

Methods

def :: AttrValue

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

Methods

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

((~) * a Float, (~) * b Float, Functor f) => HasLens "f" f AttrValue AttrValue a b Source # 

Methods

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

((~) * a NameAttrList, (~) * b NameAttrList, Functor f) => HasLens "func" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "func" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "i" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "i" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a AttrValue'ListValue, (~) * b AttrValue'ListValue, Functor f) => HasLens "list" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "list" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'b" f AttrValue AttrValue a b Source # 

Methods

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

((~) * a (Maybe Float), (~) * b (Maybe Float), Functor f) => HasLens "maybe'f" f AttrValue AttrValue a b Source # 

Methods

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

((~) * a (Maybe NameAttrList), (~) * b (Maybe NameAttrList), Functor f) => HasLens "maybe'func" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'func" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a (Maybe Int64), (~) * b (Maybe Int64), Functor f) => HasLens "maybe'i" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'i" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a (Maybe AttrValue'ListValue), (~) * b (Maybe AttrValue'ListValue), Functor f) => HasLens "maybe'list" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'list" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'placeholder" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'placeholder" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a (Maybe ByteString), (~) * b (Maybe ByteString), Functor f) => HasLens "maybe's" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe's" -> (a -> f b) -> AttrValue -> f AttrValue

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

Methods

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

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

Methods

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

((~) * a (Maybe DataType), (~) * b (Maybe DataType), Functor f) => HasLens "maybe'type'" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'type'" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a (Maybe AttrValue'Value), (~) * b (Maybe AttrValue'Value), Functor f) => HasLens "maybe'value" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'value" -> (a -> f b) -> AttrValue -> f AttrValue

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

Methods

lensOf :: Proxy# Symbol "placeholder" -> (a -> f b) -> AttrValue -> f AttrValue

((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "s" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "s" -> (a -> f b) -> AttrValue -> f AttrValue

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

Methods

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

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

Methods

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

((~) * a DataType, (~) * b DataType, Functor f) => HasLens "type'" f AttrValue AttrValue a b Source # 

Methods

lensOf :: Proxy# Symbol "type'" -> (a -> f b) -> AttrValue -> f AttrValue

data AttrValue'ListValue Source #

Instances

Eq AttrValue'ListValue Source # 
Ord AttrValue'ListValue Source # 
Show AttrValue'ListValue Source # 
Message AttrValue'ListValue Source # 

Methods

descriptor :: MessageDescriptor AttrValue'ListValue

Default AttrValue'ListValue Source # 
((~) * a [Bool], (~) * b [Bool], Functor f) => HasLens "b" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "b" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [Float], (~) * b [Float], Functor f) => HasLens "f" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "f" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [NameAttrList], (~) * b [NameAttrList], Functor f) => HasLens "func" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "func" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [Int64], (~) * b [Int64], Functor f) => HasLens "i" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "i" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [ByteString], (~) * b [ByteString], Functor f) => HasLens "s" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "s" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [TensorShapeProto], (~) * b [TensorShapeProto], Functor f) => HasLens "shape" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "shape" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [TensorProto], (~) * b [TensorProto], Functor f) => HasLens "tensor" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "tensor" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

((~) * a [DataType], (~) * b [DataType], Functor f) => HasLens "type'" f AttrValue'ListValue AttrValue'ListValue a b Source # 

Methods

lensOf :: Proxy# Symbol "type'" -> (a -> f b) -> AttrValue'ListValue -> f AttrValue'ListValue

data NameAttrList'AttrEntry Source #

Instances

Eq NameAttrList'AttrEntry Source # 
Ord NameAttrList'AttrEntry Source # 
Show NameAttrList'AttrEntry Source # 
Message NameAttrList'AttrEntry Source # 

Methods

descriptor :: MessageDescriptor NameAttrList'AttrEntry

Default NameAttrList'AttrEntry Source # 
((~) * a Text, (~) * b Text, Functor f) => HasLens "key" f NameAttrList'AttrEntry NameAttrList'AttrEntry a b Source # 

Methods

lensOf :: Proxy# Symbol "key" -> (a -> f b) -> NameAttrList'AttrEntry -> f NameAttrList'AttrEntry

((~) * a (Maybe AttrValue), (~) * b (Maybe AttrValue), Functor f) => HasLens "maybe'value" f NameAttrList'AttrEntry NameAttrList'AttrEntry a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'value" -> (a -> f b) -> NameAttrList'AttrEntry -> f NameAttrList'AttrEntry

((~) * a AttrValue, (~) * b AttrValue, Functor f) => HasLens "value" f NameAttrList'AttrEntry NameAttrList'AttrEntry a b Source # 

Methods

lensOf :: Proxy# Symbol "value" -> (a -> f b) -> NameAttrList'AttrEntry -> f NameAttrList'AttrEntry

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

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

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

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

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

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

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

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

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

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

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

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

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

maybe's :: forall f s t a b. HasLens "maybe's" 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 #

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

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

maybe'value :: forall f s t a b. HasLens "maybe'value" 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 #

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

s :: forall f s t a b. HasLens "s" 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 #

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

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

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