Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data AttrValue
- data AttrValue'Value
- _AttrValue'S :: Prism' AttrValue'Value ByteString
- _AttrValue'I :: Prism' AttrValue'Value Int64
- _AttrValue'F :: Prism' AttrValue'Value Float
- _AttrValue'B :: Prism' AttrValue'Value Bool
- _AttrValue'Type :: Prism' AttrValue'Value DataType
- _AttrValue'Shape :: Prism' AttrValue'Value TensorShapeProto
- _AttrValue'Tensor :: Prism' AttrValue'Value TensorProto
- _AttrValue'List :: Prism' AttrValue'Value AttrValue'ListValue
- _AttrValue'Func :: Prism' AttrValue'Value NameAttrList
- _AttrValue'Placeholder :: Prism' AttrValue'Value Text
- data AttrValue'ListValue
- data NameAttrList
- data NameAttrList'AttrEntry
Documentation
Fields :
maybe'value
:: Lens' AttrValue (Prelude.Maybe AttrValue'Value)
maybe's
:: Lens' AttrValue (Prelude.Maybe Data.ByteString.ByteString)
s
:: Lens' AttrValue Data.ByteString.ByteString
maybe'i
:: Lens' AttrValue (Prelude.Maybe Data.Int.Int64)
i
:: Lens' AttrValue Data.Int.Int64
maybe'f
:: Lens' AttrValue (Prelude.Maybe Prelude.Float)
f
:: Lens' AttrValue Prelude.Float
maybe'b
:: Lens' AttrValue (Prelude.Maybe Prelude.Bool)
b
:: Lens' AttrValue Prelude.Bool
maybe'type'
:: Lens' AttrValue (Prelude.Maybe Proto.Tensorflow.Core.Framework.Types.DataType)
type'
:: Lens' AttrValue Proto.Tensorflow.Core.Framework.Types.DataType
maybe'shape
:: Lens' AttrValue (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
shape
:: Lens' AttrValue Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
maybe'tensor
:: Lens' AttrValue (Prelude.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
tensor
:: Lens' AttrValue Proto.Tensorflow.Core.Framework.Tensor.TensorProto
maybe'list
:: Lens' AttrValue (Prelude.Maybe AttrValue'ListValue)
list
:: Lens' AttrValue AttrValue'ListValue
maybe'func
:: Lens' AttrValue (Prelude.Maybe NameAttrList)
func
:: Lens' AttrValue NameAttrList
maybe'placeholder
:: Lens' AttrValue (Prelude.Maybe Data.Text.Text)
placeholder
:: Lens' AttrValue Data.Text.Text
Instances
data AttrValue'Value Source #
Instances
_AttrValue'S :: Prism' AttrValue'Value ByteString Source #
_AttrValue'I :: Prism' AttrValue'Value Int64 Source #
_AttrValue'F :: Prism' AttrValue'Value Float Source #
_AttrValue'B :: Prism' AttrValue'Value Bool Source #
_AttrValue'Type :: Prism' AttrValue'Value DataType Source #
_AttrValue'Shape :: Prism' AttrValue'Value TensorShapeProto Source #
_AttrValue'Tensor :: Prism' AttrValue'Value TensorProto Source #
_AttrValue'List :: Prism' AttrValue'Value AttrValue'ListValue Source #
_AttrValue'Func :: Prism' AttrValue'Value NameAttrList Source #
_AttrValue'Placeholder :: Prism' AttrValue'Value Text Source #
data AttrValue'ListValue Source #
Fields :
s
:: Lens' AttrValue'ListValue [Data.ByteString.ByteString]
vec's
:: Lens' AttrValue'ListValue (Data.Vector.Vector Data.ByteString.ByteString)
i
:: Lens' AttrValue'ListValue [Data.Int.Int64]
vec'i
:: Lens' AttrValue'ListValue (Data.Vector.Unboxed.Vector Data.Int.Int64)
f
:: Lens' AttrValue'ListValue [Prelude.Float]
vec'f
:: Lens' AttrValue'ListValue (Data.Vector.Unboxed.Vector Prelude.Float)
b
:: Lens' AttrValue'ListValue [Prelude.Bool]
vec'b
:: Lens' AttrValue'ListValue (Data.Vector.Unboxed.Vector Prelude.Bool)
type'
:: Lens' AttrValue'ListValue [Proto.Tensorflow.Core.Framework.Types.DataType]
vec'type'
:: Lens' AttrValue'ListValue (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Types.DataType)
shape
:: Lens' AttrValue'ListValue [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto]
vec'shape
:: Lens' AttrValue'ListValue (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
tensor
:: Lens' AttrValue'ListValue [Proto.Tensorflow.Core.Framework.Tensor.TensorProto]
vec'tensor
:: Lens' AttrValue'ListValue (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
func
:: Lens' AttrValue'ListValue [NameAttrList]
vec'func
:: Lens' AttrValue'ListValue (Data.Vector.Vector NameAttrList)
Instances
data NameAttrList Source #
Fields :
Instances
data NameAttrList'AttrEntry Source #
Fields :
key
:: Lens' NameAttrList'AttrEntry Data.Text.Text
value
:: Lens' NameAttrList'AttrEntry AttrValue
maybe'value
:: Lens' NameAttrList'AttrEntry (Prelude.Maybe AttrValue)