tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.
Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.AttrValue

Synopsis

Documentation

data AttrValue Source #

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

Instances details
Eq AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Ord AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Show AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

NFData AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

rnf :: AttrValue -> () #

Message AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField NameAttrList'AttrEntry "value" AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue "b" Bool Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "b" -> (Bool -> f Bool) -> AttrValue -> f AttrValue

HasField AttrValue "f" Float Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "f" -> (Float -> f Float) -> AttrValue -> f AttrValue

HasField AttrValue "func" NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "func" -> (NameAttrList -> f NameAttrList) -> AttrValue -> f AttrValue

HasField AttrValue "i" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "i" -> (Int64 -> f Int64) -> AttrValue -> f AttrValue

HasField AttrValue "list" AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue "placeholder" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "placeholder" -> (Text -> f Text) -> AttrValue -> f AttrValue

HasField AttrValue "s" ByteString Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "s" -> (ByteString -> f ByteString) -> AttrValue -> f AttrValue

HasField AttrValue "shape" TensorShapeProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "shape" -> (TensorShapeProto -> f TensorShapeProto) -> AttrValue -> f AttrValue

HasField AttrValue "tensor" TensorProto Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "tensor" -> (TensorProto -> f TensorProto) -> AttrValue -> f AttrValue

HasField AttrValue "type'" DataType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "type'" -> (DataType -> f DataType) -> AttrValue -> f AttrValue

HasField OpDef'AttrDef "allowedValues" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Framework.OpDef

Methods

fieldOf :: Functor f => Proxy# "allowedValues" -> (AttrValue -> f AttrValue) -> OpDef'AttrDef -> f OpDef'AttrDef

HasField OpDef'AttrDef "defaultValue" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Framework.OpDef

Methods

fieldOf :: Functor f => Proxy# "defaultValue" -> (AttrValue -> f AttrValue) -> OpDef'AttrDef -> f OpDef'AttrDef

HasField NodeDef'AttrEntry "value" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Framework.NodeDef

HasField KernelDef'AttrConstraint "allowedValues" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Framework.KernelDef

HasField FunctionDef'AttrEntry "value" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Function

HasField FunctionDef'ArgAttrs'AttrEntry "value" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Function

HasField RewriterConfig'CustomGraphOptimizer'ParameterMapEntry "value" AttrValue 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.RewriterConfig

HasField NameAttrList'AttrEntry "maybe'value" (Maybe AttrValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue "maybe'b" (Maybe Bool) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'b" -> (Maybe Bool -> f (Maybe Bool)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'f" (Maybe Float) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'f" -> (Maybe Float -> f (Maybe Float)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'func" (Maybe NameAttrList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'func" -> (Maybe NameAttrList -> f (Maybe NameAttrList)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'i" (Maybe Int64) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'i" -> (Maybe Int64 -> f (Maybe Int64)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'list" (Maybe AttrValue'ListValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue "maybe'placeholder" (Maybe Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'placeholder" -> (Maybe Text -> f (Maybe Text)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe's" (Maybe ByteString) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe's" -> (Maybe ByteString -> f (Maybe ByteString)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'shape" (Maybe TensorShapeProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'shape" -> (Maybe TensorShapeProto -> f (Maybe TensorShapeProto)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'tensor" (Maybe TensorProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'tensor" -> (Maybe TensorProto -> f (Maybe TensorProto)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'type'" (Maybe DataType) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'type'" -> (Maybe DataType -> f (Maybe DataType)) -> AttrValue -> f AttrValue

HasField AttrValue "maybe'value" (Maybe AttrValue'Value) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'value" -> (Maybe AttrValue'Value -> f (Maybe AttrValue'Value)) -> AttrValue -> f AttrValue

HasField OpDef'AttrDef "maybe'allowedValues" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.OpDef

Methods

fieldOf :: Functor f => Proxy# "maybe'allowedValues" -> (Maybe AttrValue -> f (Maybe AttrValue)) -> OpDef'AttrDef -> f OpDef'AttrDef

HasField OpDef'AttrDef "maybe'defaultValue" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.OpDef

Methods

fieldOf :: Functor f => Proxy# "maybe'defaultValue" -> (Maybe AttrValue -> f (Maybe AttrValue)) -> OpDef'AttrDef -> f OpDef'AttrDef

HasField NodeDef'AttrEntry "maybe'value" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.NodeDef

Methods

fieldOf :: Functor f => Proxy# "maybe'value" -> (Maybe AttrValue -> f (Maybe AttrValue)) -> NodeDef'AttrEntry -> f NodeDef'AttrEntry

HasField KernelDef'AttrConstraint "maybe'allowedValues" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.KernelDef

Methods

fieldOf :: Functor f => Proxy# "maybe'allowedValues" -> (Maybe AttrValue -> f (Maybe AttrValue)) -> KernelDef'AttrConstraint -> f KernelDef'AttrConstraint

HasField FunctionDef'AttrEntry "maybe'value" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Function

HasField FunctionDef'ArgAttrs'AttrEntry "maybe'value" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Function

HasField RewriterConfig'CustomGraphOptimizer'ParameterMapEntry "maybe'value" (Maybe AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.RewriterConfig

HasField NameAttrList "attr" (Map Text AttrValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "attr" -> (Map Text AttrValue -> f (Map Text AttrValue)) -> NameAttrList -> f NameAttrList

HasField NodeDef "attr" (Map Text AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.NodeDef

Methods

fieldOf :: Functor f => Proxy# "attr" -> (Map Text AttrValue -> f (Map Text AttrValue)) -> NodeDef -> f NodeDef

HasField FunctionDef'ArgAttrs "attr" (Map Text AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Function

HasField FunctionDef "attr" (Map Text AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Function

Methods

fieldOf :: Functor f => Proxy# "attr" -> (Map Text AttrValue -> f (Map Text AttrValue)) -> FunctionDef -> f FunctionDef

HasField RewriterConfig'CustomGraphOptimizer "parameterMap" (Map Text AttrValue) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.RewriterConfig

data AttrValue'Value 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

Instances details
Eq AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Ord AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Show AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

NFData AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

rnf :: AttrValue'ListValue -> () #

Message AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue "list" AttrValue'ListValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue'ListValue "b" [Bool] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "b" -> ([Bool] -> f [Bool]) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "f" [Float] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "f" -> ([Float] -> f [Float]) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "func" [NameAttrList] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue'ListValue "i" [Int64] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "i" -> ([Int64] -> f [Int64]) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "s" [ByteString] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue'ListValue "shape" [TensorShapeProto] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue'ListValue "tensor" [TensorProto] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue'ListValue "type'" [DataType] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "type'" -> ([DataType] -> f [DataType]) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'b" (Vector Bool) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'b" -> (Vector Bool -> f (Vector Bool)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'f" (Vector Float) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'f" -> (Vector Float -> f (Vector Float)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'func" (Vector NameAttrList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'func" -> (Vector NameAttrList -> f (Vector NameAttrList)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'i" (Vector Int64) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'i" -> (Vector Int64 -> f (Vector Int64)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec's" (Vector ByteString) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec's" -> (Vector ByteString -> f (Vector ByteString)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'shape" (Vector TensorShapeProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'shape" -> (Vector TensorShapeProto -> f (Vector TensorShapeProto)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'tensor" (Vector TensorProto) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'tensor" -> (Vector TensorProto -> f (Vector TensorProto)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue'ListValue "vec'type'" (Vector DataType) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'type'" -> (Vector DataType -> f (Vector DataType)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue "maybe'list" (Maybe AttrValue'ListValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

data NameAttrList Source #

Fields :

  • name :: Lens' NameAttrList Data.Text.Text
  • attr :: Lens' NameAttrList (Data.Map.Map Data.Text.Text AttrValue)

Instances

Instances details
Eq NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Ord NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Show NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

NFData NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

rnf :: NameAttrList -> () #

Message NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField NameAttrList "name" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> NameAttrList -> f NameAttrList

HasField AttrValue "func" NameAttrList Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "func" -> (NameAttrList -> f NameAttrList) -> AttrValue -> f AttrValue

HasField AttrValue'ListValue "func" [NameAttrList] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField AttrValue'ListValue "vec'func" (Vector NameAttrList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "vec'func" -> (Vector NameAttrList -> f (Vector NameAttrList)) -> AttrValue'ListValue -> f AttrValue'ListValue

HasField AttrValue "maybe'func" (Maybe NameAttrList) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "maybe'func" -> (Maybe NameAttrList -> f (Maybe NameAttrList)) -> AttrValue -> f AttrValue

HasField NameAttrList "attr" (Map Text AttrValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

fieldOf :: Functor f => Proxy# "attr" -> (Map Text AttrValue -> f (Map Text AttrValue)) -> NameAttrList -> f NameAttrList

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)

Instances

Instances details
Eq NameAttrList'AttrEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Ord NameAttrList'AttrEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Show NameAttrList'AttrEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

NFData NameAttrList'AttrEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

Methods

rnf :: NameAttrList'AttrEntry -> () #

Message NameAttrList'AttrEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField NameAttrList'AttrEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField NameAttrList'AttrEntry "value" AttrValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue

HasField NameAttrList'AttrEntry "maybe'value" (Maybe AttrValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.AttrValue