tensorflow-proto-0.1.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.AttrValue

Documentation

data AttrValue Source

Instances

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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