Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data OpDef
- data OpDef'ArgDef
- data OpDef'AttrDef
- data OpDeprecation
- data OpList
Documentation
Fields :
name
:: Lens' OpDef Data.Text.Text
inputArg
:: Lens' OpDef [OpDef'ArgDef]
vec'inputArg
:: Lens' OpDef (Data.Vector.Vector OpDef'ArgDef)
outputArg
:: Lens' OpDef [OpDef'ArgDef]
vec'outputArg
:: Lens' OpDef (Data.Vector.Vector OpDef'ArgDef)
controlOutput
:: Lens' OpDef [Data.Text.Text]
vec'controlOutput
:: Lens' OpDef (Data.Vector.Vector Data.Text.Text)
attr
:: Lens' OpDef [OpDef'AttrDef]
vec'attr
:: Lens' OpDef (Data.Vector.Vector OpDef'AttrDef)
deprecation
:: Lens' OpDef OpDeprecation
maybe'deprecation
:: Lens' OpDef (Prelude.Maybe OpDeprecation)
summary
:: Lens' OpDef Data.Text.Text
description
:: Lens' OpDef Data.Text.Text
isCommutative
:: Lens' OpDef Prelude.Bool
isAggregate
:: Lens' OpDef Prelude.Bool
isStateful
:: Lens' OpDef Prelude.Bool
allowsUninitializedInput
:: Lens' OpDef Prelude.Bool
Instances
data OpDef'ArgDef Source #
Fields :
name
:: Lens' OpDef'ArgDef Data.Text.Text
description
:: Lens' OpDef'ArgDef Data.Text.Text
type'
:: Lens' OpDef'ArgDef Proto.Tensorflow.Core.Framework.Types.DataType
typeAttr
:: Lens' OpDef'ArgDef Data.Text.Text
numberAttr
:: Lens' OpDef'ArgDef Data.Text.Text
typeListAttr
:: Lens' OpDef'ArgDef Data.Text.Text
isRef
:: Lens' OpDef'ArgDef Prelude.Bool
Instances
data OpDef'AttrDef Source #
Fields :
name
:: Lens' OpDef'AttrDef Data.Text.Text
type'
:: Lens' OpDef'AttrDef Data.Text.Text
defaultValue
:: Lens' OpDef'AttrDef Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
maybe'defaultValue
:: Lens' OpDef'AttrDef (Prelude.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
description
:: Lens' OpDef'AttrDef Data.Text.Text
hasMinimum
:: Lens' OpDef'AttrDef Prelude.Bool
minimum
:: Lens' OpDef'AttrDef Data.Int.Int64
allowedValues
:: Lens' OpDef'AttrDef Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
maybe'allowedValues
:: Lens' OpDef'AttrDef (Prelude.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
Instances
data OpDeprecation Source #
Fields :
version
:: Lens' OpDeprecation Data.Int.Int32
explanation
:: Lens' OpDeprecation Data.Text.Text