tensorflow-proto-0.1.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.AttrValue

Documentation

data AttrValue

Instances

Eq AttrValue 
Show AttrValue 
Message AttrValue 
Default AttrValue 
HasField "b" AttrValue AttrValue 
HasField "f" AttrValue AttrValue 
HasField "func" AttrValue AttrValue 
HasField "i" AttrValue AttrValue 
HasField "list" AttrValue AttrValue 
HasField "maybe'b" AttrValue AttrValue 
HasField "maybe'f" AttrValue AttrValue 
HasField "maybe'func" AttrValue AttrValue 
HasField "maybe'i" AttrValue AttrValue 
HasField "maybe'list" AttrValue AttrValue 
HasField "maybe'placeholder" AttrValue AttrValue 
HasField "maybe's" AttrValue AttrValue 
HasField "maybe'shape" AttrValue AttrValue 
HasField "maybe'tensor" AttrValue AttrValue 
HasField "maybe'type'" AttrValue AttrValue 
HasField "placeholder" AttrValue AttrValue 
HasField "s" AttrValue AttrValue 
HasField "shape" AttrValue AttrValue 
HasField "tensor" AttrValue AttrValue 
HasField "type'" AttrValue AttrValue 
type Field "b" AttrValue = Bool 
type Field "f" AttrValue = Float 
type Field "func" AttrValue = NameAttrList 
type Field "i" AttrValue = Int64 
type Field "list" AttrValue = AttrValue'ListValue 
type Field "maybe'b" AttrValue = Maybe Bool 
type Field "maybe'f" AttrValue = Maybe Float 
type Field "maybe'func" AttrValue = Maybe NameAttrList 
type Field "maybe'i" AttrValue = Maybe Int64 
type Field "maybe'list" AttrValue = Maybe AttrValue'ListValue 
type Field "maybe'placeholder" AttrValue = Maybe Text 
type Field "maybe's" AttrValue = Maybe ByteString 
type Field "maybe'shape" AttrValue = Maybe TensorShapeProto 
type Field "maybe'tensor" AttrValue = Maybe TensorProto 
type Field "maybe'type'" AttrValue = Maybe DataType 
type Field "placeholder" AttrValue = Text 
type Field "s" AttrValue = ByteString 
type Field "shape" AttrValue = TensorShapeProto 
type Field "tensor" AttrValue = TensorProto 
type Field "type'" AttrValue = DataType 

data NameAttrList

Constructors

NameAttrList 

Fields

_NameAttrList'name :: !Text
 
_NameAttrList'attr :: !(Map Text AttrValue)
 

Instances

Eq NameAttrList 
Show NameAttrList 
Message NameAttrList 
Default NameAttrList 
HasField "attr" NameAttrList NameAttrList 
HasField "name" NameAttrList NameAttrList 
type Field "attr" NameAttrList = Map Text AttrValue 
type Field "name" NameAttrList = Text 

attr :: forall msg msg'. HasField "attr" msg msg' => Lens msg msg' (Field "attr" msg) (Field "attr" msg')

b :: forall msg msg'. HasField "b" msg msg' => Lens msg msg' (Field "b" msg) (Field "b" msg')

f :: forall msg msg'. HasField "f" msg msg' => Lens msg msg' (Field "f" msg) (Field "f" msg')

func :: forall msg msg'. HasField "func" msg msg' => Lens msg msg' (Field "func" msg) (Field "func" msg')

i :: forall msg msg'. HasField "i" msg msg' => Lens msg msg' (Field "i" msg) (Field "i" msg')

key :: forall msg msg'. HasField "key" msg msg' => Lens msg msg' (Field "key" msg) (Field "key" msg')

list :: forall msg msg'. HasField "list" msg msg' => Lens msg msg' (Field "list" msg) (Field "list" msg')

maybe'b :: forall msg msg'. HasField "maybe'b" msg msg' => Lens msg msg' (Field "maybe'b" msg) (Field "maybe'b" msg')

maybe'f :: forall msg msg'. HasField "maybe'f" msg msg' => Lens msg msg' (Field "maybe'f" msg) (Field "maybe'f" msg')

maybe'func :: forall msg msg'. HasField "maybe'func" msg msg' => Lens msg msg' (Field "maybe'func" msg) (Field "maybe'func" msg')

maybe'i :: forall msg msg'. HasField "maybe'i" msg msg' => Lens msg msg' (Field "maybe'i" msg) (Field "maybe'i" msg')

maybe'list :: forall msg msg'. HasField "maybe'list" msg msg' => Lens msg msg' (Field "maybe'list" msg) (Field "maybe'list" msg')

maybe'placeholder :: forall msg msg'. HasField "maybe'placeholder" msg msg' => Lens msg msg' (Field "maybe'placeholder" msg) (Field "maybe'placeholder" msg')

maybe's :: forall msg msg'. HasField "maybe's" msg msg' => Lens msg msg' (Field "maybe's" msg) (Field "maybe's" msg')

maybe'shape :: forall msg msg'. HasField "maybe'shape" msg msg' => Lens msg msg' (Field "maybe'shape" msg) (Field "maybe'shape" msg')

maybe'tensor :: forall msg msg'. HasField "maybe'tensor" msg msg' => Lens msg msg' (Field "maybe'tensor" msg) (Field "maybe'tensor" msg')

maybe'type' :: forall msg msg'. HasField "maybe'type'" msg msg' => Lens msg msg' (Field "maybe'type'" msg) (Field "maybe'type'" msg')

maybe'value :: forall msg msg'. HasField "maybe'value" msg msg' => Lens msg msg' (Field "maybe'value" msg) (Field "maybe'value" msg')

name :: forall msg msg'. HasField "name" msg msg' => Lens msg msg' (Field "name" msg) (Field "name" msg')

placeholder :: forall msg msg'. HasField "placeholder" msg msg' => Lens msg msg' (Field "placeholder" msg) (Field "placeholder" msg')

s :: forall msg msg'. HasField "s" msg msg' => Lens msg msg' (Field "s" msg) (Field "s" msg')

shape :: forall msg msg'. HasField "shape" msg msg' => Lens msg msg' (Field "shape" msg) (Field "shape" msg')

tensor :: forall msg msg'. HasField "tensor" msg msg' => Lens msg msg' (Field "tensor" msg) (Field "tensor" msg')

type' :: forall msg msg'. HasField "type'" msg msg' => Lens msg msg' (Field "type'" msg) (Field "type'" msg')

value :: forall msg msg'. HasField "value" msg msg' => Lens msg msg' (Field "value" msg) (Field "value" msg')