1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-07-01 00:48:33 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.2.0.0/tensorflow-proto.txt
2018-08-13 21:05:49 -07:00

3469 lines
396 KiB
Plaintext

-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | TensorFlow protocol buffers.
--
-- Please see README.md
@package tensorflow-proto
@version 0.2.0.0
module Proto.Tensorflow.Core.Example.Feature
data BytesList
BytesList :: ![ByteString] -> BytesList
[_BytesList'value] :: BytesList -> ![ByteString]
data Feature
Feature :: !(Maybe Feature'Kind) -> Feature
[_Feature'kind] :: Feature -> !(Maybe Feature'Kind)
data Feature'Kind
Feature'BytesList :: !BytesList -> Feature'Kind
Feature'FloatList :: !FloatList -> Feature'Kind
Feature'Int64List :: !Int64List -> Feature'Kind
data FeatureList
FeatureList :: ![Feature] -> FeatureList
[_FeatureList'feature] :: FeatureList -> ![Feature]
data FeatureLists
FeatureLists :: !(Map Text FeatureList) -> FeatureLists
[_FeatureLists'featureList] :: FeatureLists -> !(Map Text FeatureList)
data FeatureLists'FeatureListEntry
FeatureLists'FeatureListEntry :: !Text -> !(Maybe FeatureList) -> FeatureLists'FeatureListEntry
[_FeatureLists'FeatureListEntry'key] :: FeatureLists'FeatureListEntry -> !Text
[_FeatureLists'FeatureListEntry'value] :: FeatureLists'FeatureListEntry -> !(Maybe FeatureList)
data Features
Features :: !(Map Text Feature) -> Features
[_Features'feature] :: Features -> !(Map Text Feature)
data Features'FeatureEntry
Features'FeatureEntry :: !Text -> !(Maybe Feature) -> Features'FeatureEntry
[_Features'FeatureEntry'key] :: Features'FeatureEntry -> !Text
[_Features'FeatureEntry'value] :: Features'FeatureEntry -> !(Maybe Feature)
data FloatList
FloatList :: ![Float] -> FloatList
[_FloatList'value] :: FloatList -> ![Float]
data Int64List
Int64List :: ![Int64] -> Int64List
[_Int64List'value] :: Int64List -> ![Int64]
bytesList :: forall f s t a b. (HasLens "bytesList" f s t a b) => LensLike f s t a b
feature :: forall f s t a b. (HasLens "feature" f s t a b) => LensLike f s t a b
featureList :: forall f s t a b. (HasLens "featureList" f s t a b) => LensLike f s t a b
floatList :: forall f s t a b. (HasLens "floatList" f s t a b) => LensLike f s t a b
int64List :: forall f s t a b. (HasLens "int64List" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
maybe'bytesList :: forall f s t a b. (HasLens "maybe'bytesList" f s t a b) => LensLike f s t a b
maybe'floatList :: forall f s t a b. (HasLens "maybe'floatList" f s t a b) => LensLike f s t a b
maybe'int64List :: forall f s t a b. (HasLens "maybe'int64List" f s t a b) => LensLike f s t a b
maybe'kind :: forall f s t a b. (HasLens "maybe'kind" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FeatureLists
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.FeatureLists
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FeatureLists
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FeatureList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.FeatureList
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FeatureList
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.Features
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.Features
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Features
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.Feature
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.Feature
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Feature
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.Feature'Kind
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.Feature'Kind
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Feature'Kind
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.Int64List
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.Int64List
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Int64List
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FloatList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.FloatList
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FloatList
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.BytesList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Feature.BytesList
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.BytesList
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.Feature.FeatureList, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.Feature.FeatureList, GHC.Base.Functor f) => Lens.Labels.HasLens "featureList" f Proto.Tensorflow.Core.Example.Feature.FeatureLists Proto.Tensorflow.Core.Example.Feature.FeatureLists a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.FeatureLists
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FeatureLists
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry a b
instance (a ~ Proto.Tensorflow.Core.Example.Feature.FeatureList, b ~ Proto.Tensorflow.Core.Example.Feature.FeatureList, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
instance (a ~ [Proto.Tensorflow.Core.Example.Feature.Feature], b ~ [Proto.Tensorflow.Core.Example.Feature.Feature], GHC.Base.Functor f) => Lens.Labels.HasLens "feature" f Proto.Tensorflow.Core.Example.Feature.FeatureList Proto.Tensorflow.Core.Example.Feature.FeatureList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.FeatureList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FeatureList
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.Feature.Feature, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.Feature.Feature, GHC.Base.Functor f) => Lens.Labels.HasLens "feature" f Proto.Tensorflow.Core.Example.Feature.Features Proto.Tensorflow.Core.Example.Feature.Features a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.Features
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Features
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry a b
instance (a ~ Proto.Tensorflow.Core.Example.Feature.Feature, b ~ Proto.Tensorflow.Core.Example.Feature.Feature, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Feature, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Feature, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Feature'Kind, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Feature'Kind, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'kind" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.BytesList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.BytesList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'bytesList" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance (a ~ Proto.Tensorflow.Core.Example.Feature.BytesList, b ~ Proto.Tensorflow.Core.Example.Feature.BytesList, GHC.Base.Functor f) => Lens.Labels.HasLens "bytesList" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.FloatList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.FloatList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'floatList" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance (a ~ Proto.Tensorflow.Core.Example.Feature.FloatList, b ~ Proto.Tensorflow.Core.Example.Feature.FloatList, GHC.Base.Functor f) => Lens.Labels.HasLens "floatList" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Int64List, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Int64List, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'int64List" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance (a ~ Proto.Tensorflow.Core.Example.Feature.Int64List, b ~ Proto.Tensorflow.Core.Example.Feature.Int64List, GHC.Base.Functor f) => Lens.Labels.HasLens "int64List" f Proto.Tensorflow.Core.Example.Feature.Feature Proto.Tensorflow.Core.Example.Feature.Feature a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.Feature
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Feature
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Example.Feature.Int64List Proto.Tensorflow.Core.Example.Feature.Int64List a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.Int64List
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Int64List
instance (a ~ [GHC.Types.Float], b ~ [GHC.Types.Float], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Example.Feature.FloatList Proto.Tensorflow.Core.Example.Feature.FloatList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.FloatList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FloatList
instance (a ~ [Data.ByteString.Internal.ByteString], b ~ [Data.ByteString.Internal.ByteString], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Example.Feature.BytesList Proto.Tensorflow.Core.Example.Feature.BytesList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Feature.BytesList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.BytesList
module Proto.Tensorflow.Core.Example.Example
data Example
Example :: !(Maybe Features) -> Example
[_Example'features] :: Example -> !(Maybe Features)
data SequenceExample
SequenceExample :: !(Maybe Features) -> !(Maybe FeatureLists) -> SequenceExample
[_SequenceExample'context] :: SequenceExample -> !(Maybe Features)
[_SequenceExample'featureLists] :: SequenceExample -> !(Maybe FeatureLists)
context :: forall f s t a b. (HasLens "context" f s t a b) => LensLike f s t a b
featureLists :: forall f s t a b. (HasLens "featureLists" f s t a b) => LensLike f s t a b
features :: forall f s t a b. (HasLens "features" f s t a b) => LensLike f s t a b
maybe'context :: forall f s t a b. (HasLens "maybe'context" f s t a b) => LensLike f s t a b
maybe'featureLists :: forall f s t a b. (HasLens "maybe'featureLists" f s t a b) => LensLike f s t a b
maybe'features :: forall f s t a b. (HasLens "maybe'features" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Example.SequenceExample
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Example.SequenceExample
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Example.SequenceExample
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Example.Example
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.Example.Example
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Example.Example
instance (a ~ Proto.Tensorflow.Core.Example.Feature.Features, b ~ Proto.Tensorflow.Core.Example.Feature.Features, GHC.Base.Functor f) => Lens.Labels.HasLens "context" f Proto.Tensorflow.Core.Example.Example.SequenceExample Proto.Tensorflow.Core.Example.Example.SequenceExample a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Features, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Features, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'context" f Proto.Tensorflow.Core.Example.Example.SequenceExample Proto.Tensorflow.Core.Example.Example.SequenceExample a b
instance (a ~ Proto.Tensorflow.Core.Example.Feature.FeatureLists, b ~ Proto.Tensorflow.Core.Example.Feature.FeatureLists, GHC.Base.Functor f) => Lens.Labels.HasLens "featureLists" f Proto.Tensorflow.Core.Example.Example.SequenceExample Proto.Tensorflow.Core.Example.Example.SequenceExample a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureLists, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureLists, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'featureLists" f Proto.Tensorflow.Core.Example.Example.SequenceExample Proto.Tensorflow.Core.Example.Example.SequenceExample a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Example.SequenceExample
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Example.SequenceExample
instance (a ~ Proto.Tensorflow.Core.Example.Feature.Features, b ~ Proto.Tensorflow.Core.Example.Feature.Features, GHC.Base.Functor f) => Lens.Labels.HasLens "features" f Proto.Tensorflow.Core.Example.Example.Example Proto.Tensorflow.Core.Example.Example.Example a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Features, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.Feature.Features, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'features" f Proto.Tensorflow.Core.Example.Example.Example Proto.Tensorflow.Core.Example.Example.Example a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.Example.Example
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Example.Example
module Proto.Tensorflow.Core.Framework.AllocationDescription
data AllocationDescription
AllocationDescription :: !Int64 -> !Int64 -> !Text -> !Int64 -> !Bool -> !Word64 -> AllocationDescription
[_AllocationDescription'requestedBytes] :: AllocationDescription -> !Int64
[_AllocationDescription'allocatedBytes] :: AllocationDescription -> !Int64
[_AllocationDescription'allocatorName] :: AllocationDescription -> !Text
[_AllocationDescription'allocationId] :: AllocationDescription -> !Int64
[_AllocationDescription'hasSingleReference] :: AllocationDescription -> !Bool
[_AllocationDescription'ptr] :: AllocationDescription -> !Word64
allocatedBytes :: forall f s t a b. (HasLens "allocatedBytes" f s t a b) => LensLike f s t a b
allocationId :: forall f s t a b. (HasLens "allocationId" f s t a b) => LensLike f s t a b
allocatorName :: forall f s t a b. (HasLens "allocatorName" f s t a b) => LensLike f s t a b
hasSingleReference :: forall f s t a b. (HasLens "hasSingleReference" f s t a b) => LensLike f s t a b
ptr :: forall f s t a b. (HasLens "ptr" f s t a b) => LensLike f s t a b
requestedBytes :: forall f s t a b. (HasLens "requestedBytes" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "requestedBytes" f Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatedBytes" f Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorName" f Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocationId" f Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "hasSingleReference" f Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription a b
instance (a ~ GHC.Word.Word64, b ~ GHC.Word.Word64, GHC.Base.Functor f) => Lens.Labels.HasLens "ptr" f Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
module Proto.Tensorflow.Core.Framework.DeviceAttributes
data DeviceAttributes
DeviceAttributes :: !Text -> !Text -> !Int64 -> !(Maybe DeviceLocality) -> !Word64 -> !Text -> DeviceAttributes
[_DeviceAttributes'name] :: DeviceAttributes -> !Text
[_DeviceAttributes'deviceType] :: DeviceAttributes -> !Text
[_DeviceAttributes'memoryLimit] :: DeviceAttributes -> !Int64
[_DeviceAttributes'locality] :: DeviceAttributes -> !(Maybe DeviceLocality)
[_DeviceAttributes'incarnation] :: DeviceAttributes -> !Word64
[_DeviceAttributes'physicalDeviceDesc] :: DeviceAttributes -> !Text
data DeviceLocality
DeviceLocality :: !Int32 -> !Int32 -> !(Maybe LocalLinks) -> DeviceLocality
[_DeviceLocality'busId] :: DeviceLocality -> !Int32
[_DeviceLocality'numaNode] :: DeviceLocality -> !Int32
[_DeviceLocality'links] :: DeviceLocality -> !(Maybe LocalLinks)
data InterconnectLink
InterconnectLink :: !Int32 -> !Text -> !Int32 -> InterconnectLink
[_InterconnectLink'deviceId] :: InterconnectLink -> !Int32
[_InterconnectLink'type'] :: InterconnectLink -> !Text
[_InterconnectLink'strength] :: InterconnectLink -> !Int32
data LocalLinks
LocalLinks :: ![InterconnectLink] -> LocalLinks
[_LocalLinks'link] :: LocalLinks -> ![InterconnectLink]
busId :: forall f s t a b. (HasLens "busId" f s t a b) => LensLike f s t a b
deviceId :: forall f s t a b. (HasLens "deviceId" f s t a b) => LensLike f s t a b
deviceType :: forall f s t a b. (HasLens "deviceType" f s t a b) => LensLike f s t a b
incarnation :: forall f s t a b. (HasLens "incarnation" f s t a b) => LensLike f s t a b
link :: forall f s t a b. (HasLens "link" f s t a b) => LensLike f s t a b
links :: forall f s t a b. (HasLens "links" f s t a b) => LensLike f s t a b
locality :: forall f s t a b. (HasLens "locality" f s t a b) => LensLike f s t a b
maybe'links :: forall f s t a b. (HasLens "maybe'links" f s t a b) => LensLike f s t a b
maybe'locality :: forall f s t a b. (HasLens "maybe'locality" f s t a b) => LensLike f s t a b
memoryLimit :: forall f s t a b. (HasLens "memoryLimit" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
numaNode :: forall f s t a b. (HasLens "numaNode" f s t a b) => LensLike f s t a b
physicalDeviceDesc :: forall f s t a b. (HasLens "physicalDeviceDesc" f s t a b) => LensLike f s t a b
strength :: forall f s t a b. (HasLens "strength" f s t a b) => LensLike f s t a b
type' :: forall f s t a b. (HasLens "type'" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "deviceType" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryLimit" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance (a ~ Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality, b ~ Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality, GHC.Base.Functor f) => Lens.Labels.HasLens "locality" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'locality" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance (a ~ GHC.Word.Word64, b ~ GHC.Word.Word64, GHC.Base.Functor f) => Lens.Labels.HasLens "incarnation" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "physicalDeviceDesc" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "busId" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "numaNode" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality a b
instance (a ~ Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks, b ~ Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks, GHC.Base.Functor f) => Lens.Labels.HasLens "links" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'links" f Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
instance (a ~ [Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink], b ~ [Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink], GHC.Base.Functor f) => Lens.Labels.HasLens "link" f Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "deviceId" f Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "strength" f Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
module Proto.Tensorflow.Core.Framework.ResourceHandle
data ResourceHandleProto
ResourceHandleProto :: !Text -> !Text -> !Text -> !Word64 -> !Text -> ResourceHandleProto
[_ResourceHandleProto'device] :: ResourceHandleProto -> !Text
[_ResourceHandleProto'container] :: ResourceHandleProto -> !Text
[_ResourceHandleProto'name] :: ResourceHandleProto -> !Text
[_ResourceHandleProto'hashCode] :: ResourceHandleProto -> !Word64
[_ResourceHandleProto'maybeTypeName] :: ResourceHandleProto -> !Text
container :: forall f s t a b. (HasLens "container" f s t a b) => LensLike f s t a b
device :: forall f s t a b. (HasLens "device" f s t a b) => LensLike f s t a b
hashCode :: forall f s t a b. (HasLens "hashCode" f s t a b) => LensLike f s t a b
maybeTypeName :: forall f s t a b. (HasLens "maybeTypeName" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "device" f Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "container" f Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto a b
instance (a ~ GHC.Word.Word64, b ~ GHC.Word.Word64, GHC.Base.Functor f) => Lens.Labels.HasLens "hashCode" f Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maybeTypeName" f Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
module Proto.Tensorflow.Core.Framework.TensorShape
data TensorShapeProto
TensorShapeProto :: ![TensorShapeProto'Dim] -> !Bool -> TensorShapeProto
[_TensorShapeProto'dim] :: TensorShapeProto -> ![TensorShapeProto'Dim]
[_TensorShapeProto'unknownRank] :: TensorShapeProto -> !Bool
data TensorShapeProto'Dim
TensorShapeProto'Dim :: !Int64 -> !Text -> TensorShapeProto'Dim
[_TensorShapeProto'Dim'size] :: TensorShapeProto'Dim -> !Int64
[_TensorShapeProto'Dim'name] :: TensorShapeProto'Dim -> !Text
dim :: forall f s t a b. (HasLens "dim" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
size :: forall f s t a b. (HasLens "size" f s t a b) => LensLike f s t a b
unknownRank :: forall f s t a b. (HasLens "unknownRank" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
instance (a ~ [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim], b ~ [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim], GHC.Base.Functor f) => Lens.Labels.HasLens "dim" f Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "unknownRank" f Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "size" f Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
module Proto.Tensorflow.Core.Framework.TensorSlice
data TensorSliceProto
TensorSliceProto :: ![TensorSliceProto'Extent] -> TensorSliceProto
[_TensorSliceProto'extent] :: TensorSliceProto -> ![TensorSliceProto'Extent]
data TensorSliceProto'Extent
TensorSliceProto'Extent :: !Int64 -> !(Maybe TensorSliceProto'Extent'HasLength) -> TensorSliceProto'Extent
[_TensorSliceProto'Extent'start] :: TensorSliceProto'Extent -> !Int64
[_TensorSliceProto'Extent'hasLength] :: TensorSliceProto'Extent -> !(Maybe TensorSliceProto'Extent'HasLength)
data TensorSliceProto'Extent'HasLength
TensorSliceProto'Extent'Length :: !Int64 -> TensorSliceProto'Extent'HasLength
extent :: forall f s t a b. (HasLens "extent" f s t a b) => LensLike f s t a b
length :: forall f s t a b. (HasLens "length" f s t a b) => LensLike f s t a b
maybe'hasLength :: forall f s t a b. (HasLens "maybe'hasLength" f s t a b) => LensLike f s t a b
maybe'length :: forall f s t a b. (HasLens "maybe'length" f s t a b) => LensLike f s t a b
start :: forall f s t a b. (HasLens "start" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength
instance (a ~ [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent], b ~ [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent], GHC.Base.Functor f) => Lens.Labels.HasLens "extent" f Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "start" f Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'hasLength" f Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent a b
instance (a ~ GHC.Base.Maybe GHC.Int.Int64, b ~ GHC.Base.Maybe GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'length" f Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "length" f Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
module Proto.Tensorflow.Core.Framework.Types
data DataType
DT_INVALID :: DataType
DT_FLOAT :: DataType
DT_DOUBLE :: DataType
DT_INT32 :: DataType
DT_UINT8 :: DataType
DT_INT16 :: DataType
DT_INT8 :: DataType
DT_STRING :: DataType
DT_COMPLEX64 :: DataType
DT_INT64 :: DataType
DT_BOOL :: DataType
DT_QINT8 :: DataType
DT_QUINT8 :: DataType
DT_QINT32 :: DataType
DT_BFLOAT16 :: DataType
DT_QINT16 :: DataType
DT_QUINT16 :: DataType
DT_UINT16 :: DataType
DT_COMPLEX128 :: DataType
DT_HALF :: DataType
DT_RESOURCE :: DataType
DT_VARIANT :: DataType
DT_UINT32 :: DataType
DT_UINT64 :: DataType
DT_FLOAT_REF :: DataType
DT_DOUBLE_REF :: DataType
DT_INT32_REF :: DataType
DT_UINT8_REF :: DataType
DT_INT16_REF :: DataType
DT_INT8_REF :: DataType
DT_STRING_REF :: DataType
DT_COMPLEX64_REF :: DataType
DT_INT64_REF :: DataType
DT_BOOL_REF :: DataType
DT_QINT8_REF :: DataType
DT_QUINT8_REF :: DataType
DT_QINT32_REF :: DataType
DT_BFLOAT16_REF :: DataType
DT_QINT16_REF :: DataType
DT_QUINT16_REF :: DataType
DT_UINT16_REF :: DataType
DT_COMPLEX128_REF :: DataType
DT_HALF_REF :: DataType
DT_RESOURCE_REF :: DataType
DT_VARIANT_REF :: DataType
DT_UINT32_REF :: DataType
DT_UINT64_REF :: DataType
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Types.DataType
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Types.DataType
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Types.DataType
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Types.DataType
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Framework.Types.DataType
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Framework.Types.DataType
instance GHC.Enum.Enum Proto.Tensorflow.Core.Framework.Types.DataType
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Framework.Types.DataType
module Proto.Tensorflow.Core.Framework.TensorDescription
data TensorDescription
TensorDescription :: !DataType -> !(Maybe TensorShapeProto) -> !(Maybe AllocationDescription) -> TensorDescription
[_TensorDescription'dtype] :: TensorDescription -> !DataType
[_TensorDescription'shape] :: TensorDescription -> !(Maybe TensorShapeProto)
[_TensorDescription'allocationDescription] :: TensorDescription -> !(Maybe AllocationDescription)
allocationDescription :: forall f s t a b. (HasLens "allocationDescription" f s t a b) => LensLike f s t a b
dtype :: forall f s t a b. (HasLens "dtype" f s t a b) => LensLike f s t a b
maybe'allocationDescription :: forall f s t a b. (HasLens "maybe'allocationDescription" f s t a b) => LensLike f s t a b
maybe'shape :: forall f s t a b. (HasLens "maybe'shape" f s t a b) => LensLike f s t a b
shape :: forall f s t a b. (HasLens "shape" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'shape" f Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription a b
instance (a ~ Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription, b ~ Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "allocationDescription" f Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'allocationDescription" f Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
module Proto.Tensorflow.Core.Framework.StepStats
data AllocationRecord
AllocationRecord :: !Int64 -> !Int64 -> AllocationRecord
[_AllocationRecord'allocMicros] :: AllocationRecord -> !Int64
[_AllocationRecord'allocBytes] :: AllocationRecord -> !Int64
data AllocatorMemoryUsed
AllocatorMemoryUsed :: !Text -> !Int64 -> !Int64 -> !Int64 -> ![AllocationRecord] -> !Int64 -> AllocatorMemoryUsed
[_AllocatorMemoryUsed'allocatorName] :: AllocatorMemoryUsed -> !Text
[_AllocatorMemoryUsed'totalBytes] :: AllocatorMemoryUsed -> !Int64
[_AllocatorMemoryUsed'peakBytes] :: AllocatorMemoryUsed -> !Int64
[_AllocatorMemoryUsed'liveBytes] :: AllocatorMemoryUsed -> !Int64
[_AllocatorMemoryUsed'allocationRecords] :: AllocatorMemoryUsed -> ![AllocationRecord]
[_AllocatorMemoryUsed'allocatorBytesInUse] :: AllocatorMemoryUsed -> !Int64
data DeviceStepStats
DeviceStepStats :: !Text -> ![NodeExecStats] -> DeviceStepStats
[_DeviceStepStats'device] :: DeviceStepStats -> !Text
[_DeviceStepStats'nodeStats] :: DeviceStepStats -> ![NodeExecStats]
data MemoryStats
MemoryStats :: !Int64 -> !Int64 -> ![Int64] -> !Int64 -> !Int64 -> ![Int64] -> MemoryStats
[_MemoryStats'tempMemorySize] :: MemoryStats -> !Int64
[_MemoryStats'persistentMemorySize] :: MemoryStats -> !Int64
[_MemoryStats'persistentTensorAllocIds] :: MemoryStats -> ![Int64]
[_MemoryStats'deviceTempMemorySize] :: MemoryStats -> !Int64
[_MemoryStats'devicePersistentMemorySize] :: MemoryStats -> !Int64
[_MemoryStats'devicePersistentTensorAllocIds] :: MemoryStats -> ![Int64]
data NodeExecStats
NodeExecStats :: !Text -> !Int64 -> !Int64 -> !Int64 -> !Int64 -> ![AllocatorMemoryUsed] -> ![NodeOutput] -> !Text -> !Int64 -> !Word32 -> ![AllocationDescription] -> !(Maybe MemoryStats) -> NodeExecStats
[_NodeExecStats'nodeName] :: NodeExecStats -> !Text
[_NodeExecStats'allStartMicros] :: NodeExecStats -> !Int64
[_NodeExecStats'opStartRelMicros] :: NodeExecStats -> !Int64
[_NodeExecStats'opEndRelMicros] :: NodeExecStats -> !Int64
[_NodeExecStats'allEndRelMicros] :: NodeExecStats -> !Int64
[_NodeExecStats'memory] :: NodeExecStats -> ![AllocatorMemoryUsed]
[_NodeExecStats'output] :: NodeExecStats -> ![NodeOutput]
[_NodeExecStats'timelineLabel] :: NodeExecStats -> !Text
[_NodeExecStats'scheduledMicros] :: NodeExecStats -> !Int64
[_NodeExecStats'threadId] :: NodeExecStats -> !Word32
[_NodeExecStats'referencedTensor] :: NodeExecStats -> ![AllocationDescription]
[_NodeExecStats'memoryStats] :: NodeExecStats -> !(Maybe MemoryStats)
data NodeOutput
NodeOutput :: !Int32 -> !(Maybe TensorDescription) -> NodeOutput
[_NodeOutput'slot] :: NodeOutput -> !Int32
[_NodeOutput'tensorDescription] :: NodeOutput -> !(Maybe TensorDescription)
data StepStats
StepStats :: ![DeviceStepStats] -> StepStats
[_StepStats'devStats] :: StepStats -> ![DeviceStepStats]
allEndRelMicros :: forall f s t a b. (HasLens "allEndRelMicros" f s t a b) => LensLike f s t a b
allStartMicros :: forall f s t a b. (HasLens "allStartMicros" f s t a b) => LensLike f s t a b
allocBytes :: forall f s t a b. (HasLens "allocBytes" f s t a b) => LensLike f s t a b
allocMicros :: forall f s t a b. (HasLens "allocMicros" f s t a b) => LensLike f s t a b
allocationRecords :: forall f s t a b. (HasLens "allocationRecords" f s t a b) => LensLike f s t a b
allocatorBytesInUse :: forall f s t a b. (HasLens "allocatorBytesInUse" f s t a b) => LensLike f s t a b
allocatorName :: forall f s t a b. (HasLens "allocatorName" f s t a b) => LensLike f s t a b
devStats :: forall f s t a b. (HasLens "devStats" f s t a b) => LensLike f s t a b
device :: forall f s t a b. (HasLens "device" f s t a b) => LensLike f s t a b
devicePersistentMemorySize :: forall f s t a b. (HasLens "devicePersistentMemorySize" f s t a b) => LensLike f s t a b
devicePersistentTensorAllocIds :: forall f s t a b. (HasLens "devicePersistentTensorAllocIds" f s t a b) => LensLike f s t a b
deviceTempMemorySize :: forall f s t a b. (HasLens "deviceTempMemorySize" f s t a b) => LensLike f s t a b
liveBytes :: forall f s t a b. (HasLens "liveBytes" f s t a b) => LensLike f s t a b
maybe'memoryStats :: forall f s t a b. (HasLens "maybe'memoryStats" f s t a b) => LensLike f s t a b
maybe'tensorDescription :: forall f s t a b. (HasLens "maybe'tensorDescription" f s t a b) => LensLike f s t a b
memory :: forall f s t a b. (HasLens "memory" f s t a b) => LensLike f s t a b
memoryStats :: forall f s t a b. (HasLens "memoryStats" f s t a b) => LensLike f s t a b
nodeName :: forall f s t a b. (HasLens "nodeName" f s t a b) => LensLike f s t a b
nodeStats :: forall f s t a b. (HasLens "nodeStats" f s t a b) => LensLike f s t a b
opEndRelMicros :: forall f s t a b. (HasLens "opEndRelMicros" f s t a b) => LensLike f s t a b
opStartRelMicros :: forall f s t a b. (HasLens "opStartRelMicros" f s t a b) => LensLike f s t a b
output :: forall f s t a b. (HasLens "output" f s t a b) => LensLike f s t a b
peakBytes :: forall f s t a b. (HasLens "peakBytes" f s t a b) => LensLike f s t a b
persistentMemorySize :: forall f s t a b. (HasLens "persistentMemorySize" f s t a b) => LensLike f s t a b
persistentTensorAllocIds :: forall f s t a b. (HasLens "persistentTensorAllocIds" f s t a b) => LensLike f s t a b
referencedTensor :: forall f s t a b. (HasLens "referencedTensor" f s t a b) => LensLike f s t a b
scheduledMicros :: forall f s t a b. (HasLens "scheduledMicros" f s t a b) => LensLike f s t a b
slot :: forall f s t a b. (HasLens "slot" f s t a b) => LensLike f s t a b
tempMemorySize :: forall f s t a b. (HasLens "tempMemorySize" f s t a b) => LensLike f s t a b
tensorDescription :: forall f s t a b. (HasLens "tensorDescription" f s t a b) => LensLike f s t a b
threadId :: forall f s t a b. (HasLens "threadId" f s t a b) => LensLike f s t a b
timelineLabel :: forall f s t a b. (HasLens "timelineLabel" f s t a b) => LensLike f s t a b
totalBytes :: forall f s t a b. (HasLens "totalBytes" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.StepStats
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.StepStats
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.StepStats
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
instance (a ~ [Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats], b ~ [Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats], GHC.Base.Functor f) => Lens.Labels.HasLens "devStats" f Proto.Tensorflow.Core.Framework.StepStats.StepStats Proto.Tensorflow.Core.Framework.StepStats.StepStats a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.StepStats
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.StepStats
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "device" f Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats a b
instance (a ~ [Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats], b ~ [Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats], GHC.Base.Functor f) => Lens.Labels.HasLens "nodeStats" f Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "nodeName" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allStartMicros" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "opStartRelMicros" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "opEndRelMicros" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allEndRelMicros" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ [Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed], b ~ [Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed], GHC.Base.Functor f) => Lens.Labels.HasLens "memory" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ [Proto.Tensorflow.Core.Framework.StepStats.NodeOutput], b ~ [Proto.Tensorflow.Core.Framework.StepStats.NodeOutput], GHC.Base.Functor f) => Lens.Labels.HasLens "output" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "timelineLabel" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "scheduledMicros" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Word.Word32, b ~ GHC.Word.Word32, GHC.Base.Functor f) => Lens.Labels.HasLens "threadId" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ [Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription], b ~ [Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription], GHC.Base.Functor f) => Lens.Labels.HasLens "referencedTensor" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ Proto.Tensorflow.Core.Framework.StepStats.MemoryStats, b ~ Proto.Tensorflow.Core.Framework.StepStats.MemoryStats, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryStats" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.StepStats.MemoryStats, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.StepStats.MemoryStats, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'memoryStats" f Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "slot" f Proto.Tensorflow.Core.Framework.StepStats.NodeOutput Proto.Tensorflow.Core.Framework.StepStats.NodeOutput a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, b ~ Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorDescription" f Proto.Tensorflow.Core.Framework.StepStats.NodeOutput Proto.Tensorflow.Core.Framework.StepStats.NodeOutput a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensorDescription" f Proto.Tensorflow.Core.Framework.StepStats.NodeOutput Proto.Tensorflow.Core.Framework.StepStats.NodeOutput a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "tempMemorySize" f Proto.Tensorflow.Core.Framework.StepStats.MemoryStats Proto.Tensorflow.Core.Framework.StepStats.MemoryStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "persistentMemorySize" f Proto.Tensorflow.Core.Framework.StepStats.MemoryStats Proto.Tensorflow.Core.Framework.StepStats.MemoryStats a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "persistentTensorAllocIds" f Proto.Tensorflow.Core.Framework.StepStats.MemoryStats Proto.Tensorflow.Core.Framework.StepStats.MemoryStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "deviceTempMemorySize" f Proto.Tensorflow.Core.Framework.StepStats.MemoryStats Proto.Tensorflow.Core.Framework.StepStats.MemoryStats a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "devicePersistentMemorySize" f Proto.Tensorflow.Core.Framework.StepStats.MemoryStats Proto.Tensorflow.Core.Framework.StepStats.MemoryStats a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "devicePersistentTensorAllocIds" f Proto.Tensorflow.Core.Framework.StepStats.MemoryStats Proto.Tensorflow.Core.Framework.StepStats.MemoryStats a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorName" f Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "totalBytes" f Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "peakBytes" f Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "liveBytes" f Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed a b
instance (a ~ [Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord], b ~ [Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord], GHC.Base.Functor f) => Lens.Labels.HasLens "allocationRecords" f Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorBytesInUse" f Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocMicros" f Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocBytes" f Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
module Proto.Tensorflow.Core.Framework.LogMemory
data MemoryLogRawAllocation
MemoryLogRawAllocation :: !Int64 -> !Text -> !Int64 -> !Word64 -> !Int64 -> !Text -> MemoryLogRawAllocation
[_MemoryLogRawAllocation'stepId] :: MemoryLogRawAllocation -> !Int64
[_MemoryLogRawAllocation'operation] :: MemoryLogRawAllocation -> !Text
[_MemoryLogRawAllocation'numBytes] :: MemoryLogRawAllocation -> !Int64
[_MemoryLogRawAllocation'ptr] :: MemoryLogRawAllocation -> !Word64
[_MemoryLogRawAllocation'allocationId] :: MemoryLogRawAllocation -> !Int64
[_MemoryLogRawAllocation'allocatorName] :: MemoryLogRawAllocation -> !Text
data MemoryLogRawDeallocation
MemoryLogRawDeallocation :: !Int64 -> !Text -> !Int64 -> !Text -> !Bool -> MemoryLogRawDeallocation
[_MemoryLogRawDeallocation'stepId] :: MemoryLogRawDeallocation -> !Int64
[_MemoryLogRawDeallocation'operation] :: MemoryLogRawDeallocation -> !Text
[_MemoryLogRawDeallocation'allocationId] :: MemoryLogRawDeallocation -> !Int64
[_MemoryLogRawDeallocation'allocatorName] :: MemoryLogRawDeallocation -> !Text
[_MemoryLogRawDeallocation'deferred] :: MemoryLogRawDeallocation -> !Bool
data MemoryLogStep
MemoryLogStep :: !Int64 -> !Text -> MemoryLogStep
[_MemoryLogStep'stepId] :: MemoryLogStep -> !Int64
[_MemoryLogStep'handle] :: MemoryLogStep -> !Text
data MemoryLogTensorAllocation
MemoryLogTensorAllocation :: !Int64 -> !Text -> !(Maybe TensorDescription) -> MemoryLogTensorAllocation
[_MemoryLogTensorAllocation'stepId] :: MemoryLogTensorAllocation -> !Int64
[_MemoryLogTensorAllocation'kernelName] :: MemoryLogTensorAllocation -> !Text
[_MemoryLogTensorAllocation'tensor] :: MemoryLogTensorAllocation -> !(Maybe TensorDescription)
data MemoryLogTensorDeallocation
MemoryLogTensorDeallocation :: !Int64 -> !Text -> MemoryLogTensorDeallocation
[_MemoryLogTensorDeallocation'allocationId] :: MemoryLogTensorDeallocation -> !Int64
[_MemoryLogTensorDeallocation'allocatorName] :: MemoryLogTensorDeallocation -> !Text
data MemoryLogTensorOutput
MemoryLogTensorOutput :: !Int64 -> !Text -> !Int32 -> !(Maybe TensorDescription) -> MemoryLogTensorOutput
[_MemoryLogTensorOutput'stepId] :: MemoryLogTensorOutput -> !Int64
[_MemoryLogTensorOutput'kernelName] :: MemoryLogTensorOutput -> !Text
[_MemoryLogTensorOutput'index] :: MemoryLogTensorOutput -> !Int32
[_MemoryLogTensorOutput'tensor] :: MemoryLogTensorOutput -> !(Maybe TensorDescription)
allocationId :: forall f s t a b. (HasLens "allocationId" f s t a b) => LensLike f s t a b
allocatorName :: forall f s t a b. (HasLens "allocatorName" f s t a b) => LensLike f s t a b
deferred :: forall f s t a b. (HasLens "deferred" f s t a b) => LensLike f s t a b
handle :: forall f s t a b. (HasLens "handle" f s t a b) => LensLike f s t a b
index :: forall f s t a b. (HasLens "index" f s t a b) => LensLike f s t a b
kernelName :: forall f s t a b. (HasLens "kernelName" f s t a b) => LensLike f s t a b
maybe'tensor :: forall f s t a b. (HasLens "maybe'tensor" f s t a b) => LensLike f s t a b
numBytes :: forall f s t a b. (HasLens "numBytes" f s t a b) => LensLike f s t a b
operation :: forall f s t a b. (HasLens "operation" f s t a b) => LensLike f s t a b
ptr :: forall f s t a b. (HasLens "ptr" f s t a b) => LensLike f s t a b
stepId :: forall f s t a b. (HasLens "stepId" f s t a b) => LensLike f s t a b
tensor :: forall f s t a b. (HasLens "tensor" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "stepId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "kernelName" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "index" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, b ~ Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensor" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocationId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorName" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "stepId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "kernelName" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, b ~ Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensor" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "stepId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "handle" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "stepId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "operation" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocationId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorName" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "deferred" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "stepId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "operation" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "numBytes" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation a b
instance (a ~ GHC.Word.Word64, b ~ GHC.Word.Word64, GHC.Base.Functor f) => Lens.Labels.HasLens "ptr" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "allocationId" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorName" f Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
module Proto.Tensorflow.Core.Framework.Tensor
data TensorProto
TensorProto :: !DataType -> !(Maybe TensorShapeProto) -> !Int32 -> !ByteString -> ![Int32] -> ![Float] -> ![Double] -> ![Int32] -> ![ByteString] -> ![Float] -> ![Int64] -> ![Bool] -> ![Double] -> ![ResourceHandleProto] -> ![VariantTensorDataProto] -> ![Word32] -> ![Word64] -> TensorProto
[_TensorProto'dtype] :: TensorProto -> !DataType
[_TensorProto'tensorShape] :: TensorProto -> !(Maybe TensorShapeProto)
[_TensorProto'versionNumber] :: TensorProto -> !Int32
[_TensorProto'tensorContent] :: TensorProto -> !ByteString
[_TensorProto'halfVal] :: TensorProto -> ![Int32]
[_TensorProto'floatVal] :: TensorProto -> ![Float]
[_TensorProto'doubleVal] :: TensorProto -> ![Double]
[_TensorProto'intVal] :: TensorProto -> ![Int32]
[_TensorProto'stringVal] :: TensorProto -> ![ByteString]
[_TensorProto'scomplexVal] :: TensorProto -> ![Float]
[_TensorProto'int64Val] :: TensorProto -> ![Int64]
[_TensorProto'boolVal] :: TensorProto -> ![Bool]
[_TensorProto'dcomplexVal] :: TensorProto -> ![Double]
[_TensorProto'resourceHandleVal] :: TensorProto -> ![ResourceHandleProto]
[_TensorProto'variantVal] :: TensorProto -> ![VariantTensorDataProto]
[_TensorProto'uint32Val] :: TensorProto -> ![Word32]
[_TensorProto'uint64Val] :: TensorProto -> ![Word64]
data VariantTensorDataProto
VariantTensorDataProto :: !Text -> !ByteString -> ![TensorProto] -> VariantTensorDataProto
[_VariantTensorDataProto'typeName] :: VariantTensorDataProto -> !Text
[_VariantTensorDataProto'metadata] :: VariantTensorDataProto -> !ByteString
[_VariantTensorDataProto'tensors] :: VariantTensorDataProto -> ![TensorProto]
boolVal :: forall f s t a b. (HasLens "boolVal" f s t a b) => LensLike f s t a b
dcomplexVal :: forall f s t a b. (HasLens "dcomplexVal" f s t a b) => LensLike f s t a b
doubleVal :: forall f s t a b. (HasLens "doubleVal" f s t a b) => LensLike f s t a b
dtype :: forall f s t a b. (HasLens "dtype" f s t a b) => LensLike f s t a b
floatVal :: forall f s t a b. (HasLens "floatVal" f s t a b) => LensLike f s t a b
halfVal :: forall f s t a b. (HasLens "halfVal" f s t a b) => LensLike f s t a b
int64Val :: forall f s t a b. (HasLens "int64Val" f s t a b) => LensLike f s t a b
intVal :: forall f s t a b. (HasLens "intVal" f s t a b) => LensLike f s t a b
maybe'tensorShape :: forall f s t a b. (HasLens "maybe'tensorShape" f s t a b) => LensLike f s t a b
metadata :: forall f s t a b. (HasLens "metadata" f s t a b) => LensLike f s t a b
resourceHandleVal :: forall f s t a b. (HasLens "resourceHandleVal" f s t a b) => LensLike f s t a b
scomplexVal :: forall f s t a b. (HasLens "scomplexVal" f s t a b) => LensLike f s t a b
stringVal :: forall f s t a b. (HasLens "stringVal" f s t a b) => LensLike f s t a b
tensorContent :: forall f s t a b. (HasLens "tensorContent" f s t a b) => LensLike f s t a b
tensorShape :: forall f s t a b. (HasLens "tensorShape" f s t a b) => LensLike f s t a b
tensors :: forall f s t a b. (HasLens "tensors" f s t a b) => LensLike f s t a b
typeName :: forall f s t a b. (HasLens "typeName" f s t a b) => LensLike f s t a b
uint32Val :: forall f s t a b. (HasLens "uint32Val" f s t a b) => LensLike f s t a b
uint64Val :: forall f s t a b. (HasLens "uint64Val" f s t a b) => LensLike f s t a b
variantVal :: forall f s t a b. (HasLens "variantVal" f s t a b) => LensLike f s t a b
versionNumber :: forall f s t a b. (HasLens "versionNumber" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Tensor.TensorProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Tensor.TensorProto
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Tensor.TensorProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorShape" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensorShape" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "versionNumber" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorContent" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Int.Int32], b ~ [GHC.Int.Int32], GHC.Base.Functor f) => Lens.Labels.HasLens "halfVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Types.Float], b ~ [GHC.Types.Float], GHC.Base.Functor f) => Lens.Labels.HasLens "floatVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Types.Double], b ~ [GHC.Types.Double], GHC.Base.Functor f) => Lens.Labels.HasLens "doubleVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Int.Int32], b ~ [GHC.Int.Int32], GHC.Base.Functor f) => Lens.Labels.HasLens "intVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [Data.ByteString.Internal.ByteString], b ~ [Data.ByteString.Internal.ByteString], GHC.Base.Functor f) => Lens.Labels.HasLens "stringVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Types.Float], b ~ [GHC.Types.Float], GHC.Base.Functor f) => Lens.Labels.HasLens "scomplexVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "int64Val" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Types.Bool], b ~ [GHC.Types.Bool], GHC.Base.Functor f) => Lens.Labels.HasLens "boolVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Types.Double], b ~ [GHC.Types.Double], GHC.Base.Functor f) => Lens.Labels.HasLens "dcomplexVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto], b ~ [Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto], GHC.Base.Functor f) => Lens.Labels.HasLens "resourceHandleVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto], b ~ [Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto], GHC.Base.Functor f) => Lens.Labels.HasLens "variantVal" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Word.Word32], b ~ [GHC.Word.Word32], GHC.Base.Functor f) => Lens.Labels.HasLens "uint32Val" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance (a ~ [GHC.Word.Word64], b ~ [GHC.Word.Word64], GHC.Base.Functor f) => Lens.Labels.HasLens "uint64Val" f Proto.Tensorflow.Core.Framework.Tensor.TensorProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Tensor.TensorProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Tensor.TensorProto
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "typeName" f Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "metadata" f Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto a b
instance (a ~ [Proto.Tensorflow.Core.Framework.Tensor.TensorProto], b ~ [Proto.Tensorflow.Core.Framework.Tensor.TensorProto], GHC.Base.Functor f) => Lens.Labels.HasLens "tensors" f Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
module Proto.Tensorflow.Core.Framework.Summary
data HistogramProto
HistogramProto :: !Double -> !Double -> !Double -> !Double -> !Double -> ![Double] -> ![Double] -> HistogramProto
[_HistogramProto'min] :: HistogramProto -> !Double
[_HistogramProto'max] :: HistogramProto -> !Double
[_HistogramProto'num] :: HistogramProto -> !Double
[_HistogramProto'sum] :: HistogramProto -> !Double
[_HistogramProto'sumSquares] :: HistogramProto -> !Double
[_HistogramProto'bucketLimit] :: HistogramProto -> ![Double]
[_HistogramProto'bucket] :: HistogramProto -> ![Double]
data Summary
Summary :: ![Summary'Value] -> Summary
[_Summary'value] :: Summary -> ![Summary'Value]
data Summary'Audio
Summary'Audio :: !Float -> !Int64 -> !Int64 -> !ByteString -> !Text -> Summary'Audio
[_Summary'Audio'sampleRate] :: Summary'Audio -> !Float
[_Summary'Audio'numChannels] :: Summary'Audio -> !Int64
[_Summary'Audio'lengthFrames] :: Summary'Audio -> !Int64
[_Summary'Audio'encodedAudioString] :: Summary'Audio -> !ByteString
[_Summary'Audio'contentType] :: Summary'Audio -> !Text
data Summary'Image
Summary'Image :: !Int32 -> !Int32 -> !Int32 -> !ByteString -> Summary'Image
[_Summary'Image'height] :: Summary'Image -> !Int32
[_Summary'Image'width] :: Summary'Image -> !Int32
[_Summary'Image'colorspace] :: Summary'Image -> !Int32
[_Summary'Image'encodedImageString] :: Summary'Image -> !ByteString
data Summary'Value
Summary'Value :: !Text -> !Text -> !(Maybe SummaryMetadata) -> !(Maybe Summary'Value'Value) -> Summary'Value
[_Summary'Value'nodeName] :: Summary'Value -> !Text
[_Summary'Value'tag] :: Summary'Value -> !Text
[_Summary'Value'metadata] :: Summary'Value -> !(Maybe SummaryMetadata)
[_Summary'Value'value] :: Summary'Value -> !(Maybe Summary'Value'Value)
data Summary'Value'Value
Summary'Value'SimpleValue :: !Float -> Summary'Value'Value
Summary'Value'ObsoleteOldStyleHistogram :: !ByteString -> Summary'Value'Value
Summary'Value'Image :: !Summary'Image -> Summary'Value'Value
Summary'Value'Histo :: !HistogramProto -> Summary'Value'Value
Summary'Value'Audio :: !Summary'Audio -> Summary'Value'Value
Summary'Value'Tensor :: !TensorProto -> Summary'Value'Value
data SummaryDescription
SummaryDescription :: !Text -> SummaryDescription
[_SummaryDescription'typeHint] :: SummaryDescription -> !Text
data SummaryMetadata
SummaryMetadata :: !(Maybe SummaryMetadata'PluginData) -> !Text -> !Text -> SummaryMetadata
[_SummaryMetadata'pluginData] :: SummaryMetadata -> !(Maybe SummaryMetadata'PluginData)
[_SummaryMetadata'displayName] :: SummaryMetadata -> !Text
[_SummaryMetadata'summaryDescription] :: SummaryMetadata -> !Text
data SummaryMetadata'PluginData
SummaryMetadata'PluginData :: !Text -> !ByteString -> SummaryMetadata'PluginData
[_SummaryMetadata'PluginData'pluginName] :: SummaryMetadata'PluginData -> !Text
[_SummaryMetadata'PluginData'content] :: SummaryMetadata'PluginData -> !ByteString
audio :: forall f s t a b. (HasLens "audio" f s t a b) => LensLike f s t a b
bucket :: forall f s t a b. (HasLens "bucket" f s t a b) => LensLike f s t a b
bucketLimit :: forall f s t a b. (HasLens "bucketLimit" f s t a b) => LensLike f s t a b
colorspace :: forall f s t a b. (HasLens "colorspace" f s t a b) => LensLike f s t a b
content :: forall f s t a b. (HasLens "content" f s t a b) => LensLike f s t a b
contentType :: forall f s t a b. (HasLens "contentType" f s t a b) => LensLike f s t a b
displayName :: forall f s t a b. (HasLens "displayName" f s t a b) => LensLike f s t a b
encodedAudioString :: forall f s t a b. (HasLens "encodedAudioString" f s t a b) => LensLike f s t a b
encodedImageString :: forall f s t a b. (HasLens "encodedImageString" f s t a b) => LensLike f s t a b
height :: forall f s t a b. (HasLens "height" f s t a b) => LensLike f s t a b
histo :: forall f s t a b. (HasLens "histo" f s t a b) => LensLike f s t a b
image :: forall f s t a b. (HasLens "image" f s t a b) => LensLike f s t a b
lengthFrames :: forall f s t a b. (HasLens "lengthFrames" f s t a b) => LensLike f s t a b
max :: forall f s t a b. (HasLens "max" f s t a b) => LensLike f s t a b
maybe'audio :: forall f s t a b. (HasLens "maybe'audio" f s t a b) => LensLike f s t a b
maybe'histo :: forall f s t a b. (HasLens "maybe'histo" f s t a b) => LensLike f s t a b
maybe'image :: forall f s t a b. (HasLens "maybe'image" f s t a b) => LensLike f s t a b
maybe'metadata :: forall f s t a b. (HasLens "maybe'metadata" f s t a b) => LensLike f s t a b
maybe'obsoleteOldStyleHistogram :: forall f s t a b. (HasLens "maybe'obsoleteOldStyleHistogram" f s t a b) => LensLike f s t a b
maybe'pluginData :: forall f s t a b. (HasLens "maybe'pluginData" f s t a b) => LensLike f s t a b
maybe'simpleValue :: forall f s t a b. (HasLens "maybe'simpleValue" f s t a b) => LensLike f s t a b
maybe'tensor :: forall f s t a b. (HasLens "maybe'tensor" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
metadata :: forall f s t a b. (HasLens "metadata" f s t a b) => LensLike f s t a b
min :: forall f s t a b. (HasLens "min" f s t a b) => LensLike f s t a b
nodeName :: forall f s t a b. (HasLens "nodeName" f s t a b) => LensLike f s t a b
num :: forall f s t a b. (HasLens "num" f s t a b) => LensLike f s t a b
numChannels :: forall f s t a b. (HasLens "numChannels" f s t a b) => LensLike f s t a b
obsoleteOldStyleHistogram :: forall f s t a b. (HasLens "obsoleteOldStyleHistogram" f s t a b) => LensLike f s t a b
pluginData :: forall f s t a b. (HasLens "pluginData" f s t a b) => LensLike f s t a b
pluginName :: forall f s t a b. (HasLens "pluginName" f s t a b) => LensLike f s t a b
sampleRate :: forall f s t a b. (HasLens "sampleRate" f s t a b) => LensLike f s t a b
simpleValue :: forall f s t a b. (HasLens "simpleValue" f s t a b) => LensLike f s t a b
sum :: forall f s t a b. (HasLens "sum" f s t a b) => LensLike f s t a b
sumSquares :: forall f s t a b. (HasLens "sumSquares" f s t a b) => LensLike f s t a b
summaryDescription :: forall f s t a b. (HasLens "summaryDescription" f s t a b) => LensLike f s t a b
tag :: forall f s t a b. (HasLens "tag" f s t a b) => LensLike f s t a b
tensor :: forall f s t a b. (HasLens "tensor" f s t a b) => LensLike f s t a b
typeHint :: forall f s t a b. (HasLens "typeHint" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
width :: forall f s t a b. (HasLens "width" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.Summary
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary'Value
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.Summary'Value
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Value
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary'Image
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.Summary'Image
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Image
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.HistogramProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.HistogramProto
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.HistogramProto
instance (a ~ [Proto.Tensorflow.Core.Framework.Summary.Summary'Value], b ~ [Proto.Tensorflow.Core.Framework.Summary.Summary'Value], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Framework.Summary.Summary Proto.Tensorflow.Core.Framework.Summary.Summary a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.Summary
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "nodeName" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "tag" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata, b ~ Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata, GHC.Base.Functor f) => Lens.Labels.HasLens "metadata" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'metadata" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe GHC.Types.Float, b ~ GHC.Base.Maybe GHC.Types.Float, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'simpleValue" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Types.Float, b ~ GHC.Types.Float, GHC.Base.Functor f) => Lens.Labels.HasLens "simpleValue" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, b ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'obsoleteOldStyleHistogram" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "obsoleteOldStyleHistogram" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Image, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Image, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'image" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Proto.Tensorflow.Core.Framework.Summary.Summary'Image, b ~ Proto.Tensorflow.Core.Framework.Summary.Summary'Image, GHC.Base.Functor f) => Lens.Labels.HasLens "image" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.HistogramProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.HistogramProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'histo" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Proto.Tensorflow.Core.Framework.Summary.HistogramProto, b ~ Proto.Tensorflow.Core.Framework.Summary.HistogramProto, GHC.Base.Functor f) => Lens.Labels.HasLens "histo" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Audio, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Audio, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'audio" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Proto.Tensorflow.Core.Framework.Summary.Summary'Audio, b ~ Proto.Tensorflow.Core.Framework.Summary.Summary'Audio, GHC.Base.Functor f) => Lens.Labels.HasLens "audio" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensor" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance (a ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Framework.Summary.Summary'Value Proto.Tensorflow.Core.Framework.Summary.Summary'Value a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.Summary'Value
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary'Value
instance (a ~ Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData, b ~ Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData, GHC.Base.Functor f) => Lens.Labels.HasLens "pluginData" f Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'pluginData" f Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "displayName" f Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "summaryDescription" f Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "pluginName" f Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "content" f Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "typeHint" f Proto.Tensorflow.Core.Framework.Summary.SummaryDescription Proto.Tensorflow.Core.Framework.Summary.SummaryDescription a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "height" f Proto.Tensorflow.Core.Framework.Summary.Summary'Image Proto.Tensorflow.Core.Framework.Summary.Summary'Image a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "width" f Proto.Tensorflow.Core.Framework.Summary.Summary'Image Proto.Tensorflow.Core.Framework.Summary.Summary'Image a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "colorspace" f Proto.Tensorflow.Core.Framework.Summary.Summary'Image Proto.Tensorflow.Core.Framework.Summary.Summary'Image a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "encodedImageString" f Proto.Tensorflow.Core.Framework.Summary.Summary'Image Proto.Tensorflow.Core.Framework.Summary.Summary'Image a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.Summary'Image
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary'Image
instance (a ~ GHC.Types.Float, b ~ GHC.Types.Float, GHC.Base.Functor f) => Lens.Labels.HasLens "sampleRate" f Proto.Tensorflow.Core.Framework.Summary.Summary'Audio Proto.Tensorflow.Core.Framework.Summary.Summary'Audio a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "numChannels" f Proto.Tensorflow.Core.Framework.Summary.Summary'Audio Proto.Tensorflow.Core.Framework.Summary.Summary'Audio a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "lengthFrames" f Proto.Tensorflow.Core.Framework.Summary.Summary'Audio Proto.Tensorflow.Core.Framework.Summary.Summary'Audio a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "encodedAudioString" f Proto.Tensorflow.Core.Framework.Summary.Summary'Audio Proto.Tensorflow.Core.Framework.Summary.Summary'Audio a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "contentType" f Proto.Tensorflow.Core.Framework.Summary.Summary'Audio Proto.Tensorflow.Core.Framework.Summary.Summary'Audio a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "min" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "max" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "num" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "sum" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "sumSquares" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance (a ~ [GHC.Types.Double], b ~ [GHC.Types.Double], GHC.Base.Functor f) => Lens.Labels.HasLens "bucketLimit" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance (a ~ [GHC.Types.Double], b ~ [GHC.Types.Double], GHC.Base.Functor f) => Lens.Labels.HasLens "bucket" f Proto.Tensorflow.Core.Framework.Summary.HistogramProto Proto.Tensorflow.Core.Framework.Summary.HistogramProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Summary.HistogramProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.HistogramProto
module Proto.Tensorflow.Core.Framework.CostGraph
data CostGraphDef
CostGraphDef :: ![CostGraphDef'Node] -> CostGraphDef
[_CostGraphDef'node] :: CostGraphDef -> ![CostGraphDef'Node]
data CostGraphDef'Node
CostGraphDef'Node :: !Text -> !Text -> !Int32 -> ![CostGraphDef'Node'InputInfo] -> ![CostGraphDef'Node'OutputInfo] -> !Int64 -> !Int64 -> !Int64 -> !Int64 -> !Int64 -> !Int64 -> !Int64 -> !Int64 -> !Bool -> ![Int32] -> CostGraphDef'Node
[_CostGraphDef'Node'name] :: CostGraphDef'Node -> !Text
[_CostGraphDef'Node'device] :: CostGraphDef'Node -> !Text
[_CostGraphDef'Node'id] :: CostGraphDef'Node -> !Int32
[_CostGraphDef'Node'inputInfo] :: CostGraphDef'Node -> ![CostGraphDef'Node'InputInfo]
[_CostGraphDef'Node'outputInfo] :: CostGraphDef'Node -> ![CostGraphDef'Node'OutputInfo]
[_CostGraphDef'Node'temporaryMemorySize] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'persistentMemorySize] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'hostTempMemorySize] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'deviceTempMemorySize] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'devicePersistentMemorySize] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'computeCost] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'computeTime] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'memoryTime] :: CostGraphDef'Node -> !Int64
[_CostGraphDef'Node'isFinal] :: CostGraphDef'Node -> !Bool
[_CostGraphDef'Node'controlInput] :: CostGraphDef'Node -> ![Int32]
data CostGraphDef'Node'InputInfo
CostGraphDef'Node'InputInfo :: !Int32 -> !Int32 -> CostGraphDef'Node'InputInfo
[_CostGraphDef'Node'InputInfo'precedingNode] :: CostGraphDef'Node'InputInfo -> !Int32
[_CostGraphDef'Node'InputInfo'precedingPort] :: CostGraphDef'Node'InputInfo -> !Int32
data CostGraphDef'Node'OutputInfo
CostGraphDef'Node'OutputInfo :: !Int64 -> !Int64 -> !(Maybe TensorShapeProto) -> !DataType -> CostGraphDef'Node'OutputInfo
[_CostGraphDef'Node'OutputInfo'size] :: CostGraphDef'Node'OutputInfo -> !Int64
[_CostGraphDef'Node'OutputInfo'aliasInputPort] :: CostGraphDef'Node'OutputInfo -> !Int64
[_CostGraphDef'Node'OutputInfo'shape] :: CostGraphDef'Node'OutputInfo -> !(Maybe TensorShapeProto)
[_CostGraphDef'Node'OutputInfo'dtype] :: CostGraphDef'Node'OutputInfo -> !DataType
aliasInputPort :: forall f s t a b. (HasLens "aliasInputPort" f s t a b) => LensLike f s t a b
computeCost :: forall f s t a b. (HasLens "computeCost" f s t a b) => LensLike f s t a b
computeTime :: forall f s t a b. (HasLens "computeTime" f s t a b) => LensLike f s t a b
controlInput :: forall f s t a b. (HasLens "controlInput" f s t a b) => LensLike f s t a b
device :: forall f s t a b. (HasLens "device" f s t a b) => LensLike f s t a b
devicePersistentMemorySize :: forall f s t a b. (HasLens "devicePersistentMemorySize" f s t a b) => LensLike f s t a b
deviceTempMemorySize :: forall f s t a b. (HasLens "deviceTempMemorySize" f s t a b) => LensLike f s t a b
dtype :: forall f s t a b. (HasLens "dtype" f s t a b) => LensLike f s t a b
hostTempMemorySize :: forall f s t a b. (HasLens "hostTempMemorySize" f s t a b) => LensLike f s t a b
id :: forall f s t a b. (HasLens "id" f s t a b) => LensLike f s t a b
inputInfo :: forall f s t a b. (HasLens "inputInfo" f s t a b) => LensLike f s t a b
isFinal :: forall f s t a b. (HasLens "isFinal" f s t a b) => LensLike f s t a b
maybe'shape :: forall f s t a b. (HasLens "maybe'shape" f s t a b) => LensLike f s t a b
memoryTime :: forall f s t a b. (HasLens "memoryTime" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
node :: forall f s t a b. (HasLens "node" f s t a b) => LensLike f s t a b
outputInfo :: forall f s t a b. (HasLens "outputInfo" f s t a b) => LensLike f s t a b
persistentMemorySize :: forall f s t a b. (HasLens "persistentMemorySize" f s t a b) => LensLike f s t a b
precedingNode :: forall f s t a b. (HasLens "precedingNode" f s t a b) => LensLike f s t a b
precedingPort :: forall f s t a b. (HasLens "precedingPort" f s t a b) => LensLike f s t a b
shape :: forall f s t a b. (HasLens "shape" f s t a b) => LensLike f s t a b
size :: forall f s t a b. (HasLens "size" f s t a b) => LensLike f s t a b
temporaryMemorySize :: forall f s t a b. (HasLens "temporaryMemorySize" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
instance (a ~ [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node], b ~ [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node], GHC.Base.Functor f) => Lens.Labels.HasLens "node" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "device" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "id" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo], b ~ [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo], GHC.Base.Functor f) => Lens.Labels.HasLens "inputInfo" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo], b ~ [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo], GHC.Base.Functor f) => Lens.Labels.HasLens "outputInfo" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "temporaryMemorySize" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "persistentMemorySize" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "hostTempMemorySize" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "deviceTempMemorySize" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "devicePersistentMemorySize" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "computeCost" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "computeTime" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryTime" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isFinal" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance (a ~ [GHC.Int.Int32], b ~ [GHC.Int.Int32], GHC.Base.Functor f) => Lens.Labels.HasLens "controlInput" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "size" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "aliasInputPort" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'shape" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo a b
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "precedingNode" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "precedingPort" f Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
module Proto.Tensorflow.Core.Framework.AttrValue
data AttrValue
AttrValue :: !(Maybe AttrValue'Value) -> AttrValue
[_AttrValue'value] :: AttrValue -> !(Maybe AttrValue'Value)
data AttrValue'Value
AttrValue'S :: !ByteString -> AttrValue'Value
AttrValue'I :: !Int64 -> AttrValue'Value
AttrValue'F :: !Float -> AttrValue'Value
AttrValue'B :: !Bool -> AttrValue'Value
AttrValue'Type :: !DataType -> AttrValue'Value
AttrValue'Shape :: !TensorShapeProto -> AttrValue'Value
AttrValue'Tensor :: !TensorProto -> AttrValue'Value
AttrValue'List :: !AttrValue'ListValue -> AttrValue'Value
AttrValue'Func :: !NameAttrList -> AttrValue'Value
AttrValue'Placeholder :: !Text -> AttrValue'Value
data AttrValue'ListValue
AttrValue'ListValue :: ![ByteString] -> ![Int64] -> ![Float] -> ![Bool] -> ![DataType] -> ![TensorShapeProto] -> ![TensorProto] -> ![NameAttrList] -> AttrValue'ListValue
[_AttrValue'ListValue's] :: AttrValue'ListValue -> ![ByteString]
[_AttrValue'ListValue'i] :: AttrValue'ListValue -> ![Int64]
[_AttrValue'ListValue'f] :: AttrValue'ListValue -> ![Float]
[_AttrValue'ListValue'b] :: AttrValue'ListValue -> ![Bool]
[_AttrValue'ListValue'type'] :: AttrValue'ListValue -> ![DataType]
[_AttrValue'ListValue'shape] :: AttrValue'ListValue -> ![TensorShapeProto]
[_AttrValue'ListValue'tensor] :: AttrValue'ListValue -> ![TensorProto]
[_AttrValue'ListValue'func] :: AttrValue'ListValue -> ![NameAttrList]
data NameAttrList
NameAttrList :: !Text -> !(Map Text AttrValue) -> NameAttrList
[_NameAttrList'name] :: NameAttrList -> !Text
[_NameAttrList'attr] :: NameAttrList -> !(Map Text AttrValue)
data NameAttrList'AttrEntry
NameAttrList'AttrEntry :: !Text -> !(Maybe AttrValue) -> NameAttrList'AttrEntry
[_NameAttrList'AttrEntry'key] :: NameAttrList'AttrEntry -> !Text
[_NameAttrList'AttrEntry'value] :: NameAttrList'AttrEntry -> !(Maybe AttrValue)
attr :: forall f s t a b. (HasLens "attr" f s t a b) => LensLike f s t a b
b :: forall f s t a b. (HasLens "b" f s t a b) => LensLike f s t a b
f :: forall f s t a b. (HasLens "f" f s t a b) => LensLike f s t a b
func :: forall f s t a b. (HasLens "func" f s t a b) => LensLike f s t a b
i :: forall f s t a b. (HasLens "i" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
list :: forall f s t a b. (HasLens "list" f s t a b) => LensLike f s t a b
maybe'b :: forall f s t a b. (HasLens "maybe'b" f s t a b) => LensLike f s t a b
maybe'f :: forall f s t a b. (HasLens "maybe'f" f s t a b) => LensLike f s t a b
maybe'func :: forall f s t a b. (HasLens "maybe'func" f s t a b) => LensLike f s t a b
maybe'i :: forall f s t a b. (HasLens "maybe'i" f s t a b) => LensLike f s t a b
maybe'list :: forall f s t a b. (HasLens "maybe'list" f s t a b) => LensLike f s t a b
maybe'placeholder :: forall f s t a b. (HasLens "maybe'placeholder" f s t a b) => LensLike f s t a b
maybe's :: forall f s t a b. (HasLens "maybe's" f s t a b) => LensLike f s t a b
maybe'shape :: forall f s t a b. (HasLens "maybe'shape" f s t a b) => LensLike f s t a b
maybe'tensor :: forall f s t a b. (HasLens "maybe'tensor" f s t a b) => LensLike f s t a b
maybe'type' :: forall f s t a b. (HasLens "maybe'type'" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
placeholder :: forall f s t a b. (HasLens "placeholder" f s t a b) => LensLike f s t a b
s :: forall f s t a b. (HasLens "s" f s t a b) => LensLike f s t a b
shape :: forall f s t a b. (HasLens "shape" f s t a b) => LensLike f s t a b
tensor :: forall f s t a b. (HasLens "tensor" f s t a b) => LensLike f s t a b
type' :: forall f s t a b. (HasLens "type'" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, b ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe's" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "s" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe GHC.Int.Int64, b ~ GHC.Base.Maybe GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'i" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "i" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe GHC.Types.Float, b ~ GHC.Base.Maybe GHC.Types.Float, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'f" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Types.Float, b ~ GHC.Types.Float, GHC.Base.Functor f) => Lens.Labels.HasLens "f" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe GHC.Types.Bool, b ~ GHC.Base.Maybe GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'b" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "b" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Types.DataType, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'type'" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'shape" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensor" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'list" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue, GHC.Base.Functor f) => Lens.Labels.HasLens "list" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'func" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList, b ~ Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList, GHC.Base.Functor f) => Lens.Labels.HasLens "func" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ GHC.Base.Maybe Data.Text.Internal.Text, b ~ GHC.Base.Maybe Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'placeholder" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "placeholder" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
instance (a ~ [Data.ByteString.Internal.ByteString], b ~ [Data.ByteString.Internal.ByteString], GHC.Base.Functor f) => Lens.Labels.HasLens "s" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "i" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [GHC.Types.Float], b ~ [GHC.Types.Float], GHC.Base.Functor f) => Lens.Labels.HasLens "f" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [GHC.Types.Bool], b ~ [GHC.Types.Bool], GHC.Base.Functor f) => Lens.Labels.HasLens "b" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [Proto.Tensorflow.Core.Framework.Types.DataType], b ~ [Proto.Tensorflow.Core.Framework.Types.DataType], GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto], b ~ [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto], GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [Proto.Tensorflow.Core.Framework.Tensor.TensorProto], b ~ [Proto.Tensorflow.Core.Framework.Tensor.TensorProto], GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance (a ~ [Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList], b ~ [Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList], GHC.Base.Functor f) => Lens.Labels.HasLens "func" f Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "attr" f Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
module Proto.Tensorflow.Core.Framework.OpDef
data OpDef
OpDef :: !Text -> ![OpDef'ArgDef] -> ![OpDef'ArgDef] -> ![OpDef'AttrDef] -> !(Maybe OpDeprecation) -> !Text -> !Text -> !Bool -> !Bool -> !Bool -> !Bool -> OpDef
[_OpDef'name] :: OpDef -> !Text
[_OpDef'inputArg] :: OpDef -> ![OpDef'ArgDef]
[_OpDef'outputArg] :: OpDef -> ![OpDef'ArgDef]
[_OpDef'attr] :: OpDef -> ![OpDef'AttrDef]
[_OpDef'deprecation] :: OpDef -> !(Maybe OpDeprecation)
[_OpDef'summary] :: OpDef -> !Text
[_OpDef'description] :: OpDef -> !Text
[_OpDef'isCommutative] :: OpDef -> !Bool
[_OpDef'isAggregate] :: OpDef -> !Bool
[_OpDef'isStateful] :: OpDef -> !Bool
[_OpDef'allowsUninitializedInput] :: OpDef -> !Bool
data OpDef'ArgDef
OpDef'ArgDef :: !Text -> !Text -> !DataType -> !Text -> !Text -> !Text -> !Bool -> OpDef'ArgDef
[_OpDef'ArgDef'name] :: OpDef'ArgDef -> !Text
[_OpDef'ArgDef'description] :: OpDef'ArgDef -> !Text
[_OpDef'ArgDef'type'] :: OpDef'ArgDef -> !DataType
[_OpDef'ArgDef'typeAttr] :: OpDef'ArgDef -> !Text
[_OpDef'ArgDef'numberAttr] :: OpDef'ArgDef -> !Text
[_OpDef'ArgDef'typeListAttr] :: OpDef'ArgDef -> !Text
[_OpDef'ArgDef'isRef] :: OpDef'ArgDef -> !Bool
data OpDef'AttrDef
OpDef'AttrDef :: !Text -> !Text -> !(Maybe AttrValue) -> !Text -> !Bool -> !Int64 -> !(Maybe AttrValue) -> OpDef'AttrDef
[_OpDef'AttrDef'name] :: OpDef'AttrDef -> !Text
[_OpDef'AttrDef'type'] :: OpDef'AttrDef -> !Text
[_OpDef'AttrDef'defaultValue] :: OpDef'AttrDef -> !(Maybe AttrValue)
[_OpDef'AttrDef'description] :: OpDef'AttrDef -> !Text
[_OpDef'AttrDef'hasMinimum] :: OpDef'AttrDef -> !Bool
[_OpDef'AttrDef'minimum] :: OpDef'AttrDef -> !Int64
[_OpDef'AttrDef'allowedValues] :: OpDef'AttrDef -> !(Maybe AttrValue)
data OpDeprecation
OpDeprecation :: !Int32 -> !Text -> OpDeprecation
[_OpDeprecation'version] :: OpDeprecation -> !Int32
[_OpDeprecation'explanation] :: OpDeprecation -> !Text
data OpList
OpList :: ![OpDef] -> OpList
[_OpList'op] :: OpList -> ![OpDef]
allowedValues :: forall f s t a b. (HasLens "allowedValues" f s t a b) => LensLike f s t a b
allowsUninitializedInput :: forall f s t a b. (HasLens "allowsUninitializedInput" f s t a b) => LensLike f s t a b
attr :: forall f s t a b. (HasLens "attr" f s t a b) => LensLike f s t a b
defaultValue :: forall f s t a b. (HasLens "defaultValue" f s t a b) => LensLike f s t a b
deprecation :: forall f s t a b. (HasLens "deprecation" f s t a b) => LensLike f s t a b
description :: forall f s t a b. (HasLens "description" f s t a b) => LensLike f s t a b
explanation :: forall f s t a b. (HasLens "explanation" f s t a b) => LensLike f s t a b
hasMinimum :: forall f s t a b. (HasLens "hasMinimum" f s t a b) => LensLike f s t a b
inputArg :: forall f s t a b. (HasLens "inputArg" f s t a b) => LensLike f s t a b
isAggregate :: forall f s t a b. (HasLens "isAggregate" f s t a b) => LensLike f s t a b
isCommutative :: forall f s t a b. (HasLens "isCommutative" f s t a b) => LensLike f s t a b
isRef :: forall f s t a b. (HasLens "isRef" f s t a b) => LensLike f s t a b
isStateful :: forall f s t a b. (HasLens "isStateful" f s t a b) => LensLike f s t a b
maybe'allowedValues :: forall f s t a b. (HasLens "maybe'allowedValues" f s t a b) => LensLike f s t a b
maybe'defaultValue :: forall f s t a b. (HasLens "maybe'defaultValue" f s t a b) => LensLike f s t a b
maybe'deprecation :: forall f s t a b. (HasLens "maybe'deprecation" f s t a b) => LensLike f s t a b
minimum :: forall f s t a b. (HasLens "minimum" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
numberAttr :: forall f s t a b. (HasLens "numberAttr" f s t a b) => LensLike f s t a b
op :: forall f s t a b. (HasLens "op" f s t a b) => LensLike f s t a b
outputArg :: forall f s t a b. (HasLens "outputArg" f s t a b) => LensLike f s t a b
summary :: forall f s t a b. (HasLens "summary" f s t a b) => LensLike f s t a b
type' :: forall f s t a b. (HasLens "type'" f s t a b) => LensLike f s t a b
typeAttr :: forall f s t a b. (HasLens "typeAttr" f s t a b) => LensLike f s t a b
typeListAttr :: forall f s t a b. (HasLens "typeListAttr" f s t a b) => LensLike f s t a b
version :: forall f s t a b. (HasLens "version" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.OpDef.OpList
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpList
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.OpDef.OpDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
instance (a ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef], b ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef], GHC.Base.Functor f) => Lens.Labels.HasLens "op" f Proto.Tensorflow.Core.Framework.OpDef.OpList Proto.Tensorflow.Core.Framework.OpDef.OpList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.OpDef.OpList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpList
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef], b ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef], GHC.Base.Functor f) => Lens.Labels.HasLens "inputArg" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef], b ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef], GHC.Base.Functor f) => Lens.Labels.HasLens "outputArg" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef], b ~ [Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef], GHC.Base.Functor f) => Lens.Labels.HasLens "attr" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation, b ~ Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation, GHC.Base.Functor f) => Lens.Labels.HasLens "deprecation" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'deprecation" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "summary" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "description" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isCommutative" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isAggregate" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isStateful" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "allowsUninitializedInput" f Proto.Tensorflow.Core.Framework.OpDef.OpDef Proto.Tensorflow.Core.Framework.OpDef.OpDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.OpDef.OpDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDef
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "version" f Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "explanation" f Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "defaultValue" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'defaultValue" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "description" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "hasMinimum" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "minimum" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "allowedValues" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'allowedValues" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "description" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "typeAttr" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "numberAttr" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "typeListAttr" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isRef" f Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
module Proto.Tensorflow.Core.Framework.NodeDef
data NodeDef
NodeDef :: !Text -> !Text -> ![Text] -> !Text -> !(Map Text AttrValue) -> NodeDef
[_NodeDef'name] :: NodeDef -> !Text
[_NodeDef'op] :: NodeDef -> !Text
[_NodeDef'input] :: NodeDef -> ![Text]
[_NodeDef'device] :: NodeDef -> !Text
[_NodeDef'attr] :: NodeDef -> !(Map Text AttrValue)
data NodeDef'AttrEntry
NodeDef'AttrEntry :: !Text -> !(Maybe AttrValue) -> NodeDef'AttrEntry
[_NodeDef'AttrEntry'key] :: NodeDef'AttrEntry -> !Text
[_NodeDef'AttrEntry'value] :: NodeDef'AttrEntry -> !(Maybe AttrValue)
attr :: forall f s t a b. (HasLens "attr" f s t a b) => LensLike f s t a b
device :: forall f s t a b. (HasLens "device" f s t a b) => LensLike f s t a b
input :: forall f s t a b. (HasLens "input" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
op :: forall f s t a b. (HasLens "op" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef Proto.Tensorflow.Core.Framework.NodeDef.NodeDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "op" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef Proto.Tensorflow.Core.Framework.NodeDef.NodeDef a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "input" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef Proto.Tensorflow.Core.Framework.NodeDef.NodeDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "device" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef Proto.Tensorflow.Core.Framework.NodeDef.NodeDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "attr" f Proto.Tensorflow.Core.Framework.NodeDef.NodeDef Proto.Tensorflow.Core.Framework.NodeDef.NodeDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
module Proto.Tensorflow.Core.Framework.KernelDef
data KernelDef
KernelDef :: !Text -> !Text -> ![KernelDef'AttrConstraint] -> ![Text] -> !Text -> KernelDef
[_KernelDef'op] :: KernelDef -> !Text
[_KernelDef'deviceType] :: KernelDef -> !Text
[_KernelDef'constraint] :: KernelDef -> ![KernelDef'AttrConstraint]
[_KernelDef'hostMemoryArg] :: KernelDef -> ![Text]
[_KernelDef'label] :: KernelDef -> !Text
data KernelDef'AttrConstraint
KernelDef'AttrConstraint :: !Text -> !(Maybe AttrValue) -> KernelDef'AttrConstraint
[_KernelDef'AttrConstraint'name] :: KernelDef'AttrConstraint -> !Text
[_KernelDef'AttrConstraint'allowedValues] :: KernelDef'AttrConstraint -> !(Maybe AttrValue)
allowedValues :: forall f s t a b. (HasLens "allowedValues" f s t a b) => LensLike f s t a b
constraint :: forall f s t a b. (HasLens "constraint" f s t a b) => LensLike f s t a b
deviceType :: forall f s t a b. (HasLens "deviceType" f s t a b) => LensLike f s t a b
hostMemoryArg :: forall f s t a b. (HasLens "hostMemoryArg" f s t a b) => LensLike f s t a b
label :: forall f s t a b. (HasLens "label" f s t a b) => LensLike f s t a b
maybe'allowedValues :: forall f s t a b. (HasLens "maybe'allowedValues" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
op :: forall f s t a b. (HasLens "op" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "op" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef Proto.Tensorflow.Core.Framework.KernelDef.KernelDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "deviceType" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef Proto.Tensorflow.Core.Framework.KernelDef.KernelDef a b
instance (a ~ [Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint], b ~ [Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint], GHC.Base.Functor f) => Lens.Labels.HasLens "constraint" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef Proto.Tensorflow.Core.Framework.KernelDef.KernelDef a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "hostMemoryArg" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef Proto.Tensorflow.Core.Framework.KernelDef.KernelDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "label" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef Proto.Tensorflow.Core.Framework.KernelDef.KernelDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "allowedValues" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'allowedValues" f Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
module Proto.Tensorflow.Core.Framework.Function
data FunctionDef
FunctionDef :: !(Maybe OpDef) -> !(Map Text AttrValue) -> ![NodeDef] -> !(Map Text Text) -> FunctionDef
[_FunctionDef'signature] :: FunctionDef -> !(Maybe OpDef)
[_FunctionDef'attr] :: FunctionDef -> !(Map Text AttrValue)
[_FunctionDef'nodeDef] :: FunctionDef -> ![NodeDef]
[_FunctionDef'ret] :: FunctionDef -> !(Map Text Text)
data FunctionDef'AttrEntry
FunctionDef'AttrEntry :: !Text -> !(Maybe AttrValue) -> FunctionDef'AttrEntry
[_FunctionDef'AttrEntry'key] :: FunctionDef'AttrEntry -> !Text
[_FunctionDef'AttrEntry'value] :: FunctionDef'AttrEntry -> !(Maybe AttrValue)
data FunctionDef'RetEntry
FunctionDef'RetEntry :: !Text -> !Text -> FunctionDef'RetEntry
[_FunctionDef'RetEntry'key] :: FunctionDef'RetEntry -> !Text
[_FunctionDef'RetEntry'value] :: FunctionDef'RetEntry -> !Text
data FunctionDefLibrary
FunctionDefLibrary :: ![FunctionDef] -> ![GradientDef] -> FunctionDefLibrary
[_FunctionDefLibrary'function] :: FunctionDefLibrary -> ![FunctionDef]
[_FunctionDefLibrary'gradient] :: FunctionDefLibrary -> ![GradientDef]
data GradientDef
GradientDef :: !Text -> !Text -> GradientDef
[_GradientDef'functionName] :: GradientDef -> !Text
[_GradientDef'gradientFunc] :: GradientDef -> !Text
attr :: forall f s t a b. (HasLens "attr" f s t a b) => LensLike f s t a b
function :: forall f s t a b. (HasLens "function" f s t a b) => LensLike f s t a b
functionName :: forall f s t a b. (HasLens "functionName" f s t a b) => LensLike f s t a b
gradient :: forall f s t a b. (HasLens "gradient" f s t a b) => LensLike f s t a b
gradientFunc :: forall f s t a b. (HasLens "gradientFunc" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
maybe'signature :: forall f s t a b. (HasLens "maybe'signature" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
nodeDef :: forall f s t a b. (HasLens "nodeDef" f s t a b) => LensLike f s t a b
ret :: forall f s t a b. (HasLens "ret" f s t a b) => LensLike f s t a b
signature :: forall f s t a b. (HasLens "signature" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.GradientDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.GradientDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.GradientDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef
instance (a ~ [Proto.Tensorflow.Core.Framework.Function.FunctionDef], b ~ [Proto.Tensorflow.Core.Framework.Function.FunctionDef], GHC.Base.Functor f) => Lens.Labels.HasLens "function" f Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary a b
instance (a ~ [Proto.Tensorflow.Core.Framework.Function.GradientDef], b ~ [Proto.Tensorflow.Core.Framework.Function.GradientDef], GHC.Base.Functor f) => Lens.Labels.HasLens "gradient" f Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "functionName" f Proto.Tensorflow.Core.Framework.Function.GradientDef Proto.Tensorflow.Core.Framework.Function.GradientDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "gradientFunc" f Proto.Tensorflow.Core.Framework.Function.GradientDef Proto.Tensorflow.Core.Framework.Function.GradientDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Function.GradientDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.GradientDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
instance (a ~ Proto.Tensorflow.Core.Framework.OpDef.OpDef, b ~ Proto.Tensorflow.Core.Framework.OpDef.OpDef, GHC.Base.Functor f) => Lens.Labels.HasLens "signature" f Proto.Tensorflow.Core.Framework.Function.FunctionDef Proto.Tensorflow.Core.Framework.Function.FunctionDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'signature" f Proto.Tensorflow.Core.Framework.Function.FunctionDef Proto.Tensorflow.Core.Framework.Function.FunctionDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "attr" f Proto.Tensorflow.Core.Framework.Function.FunctionDef Proto.Tensorflow.Core.Framework.Function.FunctionDef a b
instance (a ~ [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef], b ~ [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef], GHC.Base.Functor f) => Lens.Labels.HasLens "nodeDef" f Proto.Tensorflow.Core.Framework.Function.FunctionDef Proto.Tensorflow.Core.Framework.Function.FunctionDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "ret" f Proto.Tensorflow.Core.Framework.Function.FunctionDef Proto.Tensorflow.Core.Framework.Function.FunctionDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Function.FunctionDef
module Proto.Tensorflow.Core.Example.ExampleParserConfiguration
data ExampleParserConfiguration
ExampleParserConfiguration :: !(Map Text FeatureConfiguration) -> ExampleParserConfiguration
[_ExampleParserConfiguration'featureMap] :: ExampleParserConfiguration -> !(Map Text FeatureConfiguration)
data ExampleParserConfiguration'FeatureMapEntry
ExampleParserConfiguration'FeatureMapEntry :: !Text -> !(Maybe FeatureConfiguration) -> ExampleParserConfiguration'FeatureMapEntry
[_ExampleParserConfiguration'FeatureMapEntry'key] :: ExampleParserConfiguration'FeatureMapEntry -> !Text
[_ExampleParserConfiguration'FeatureMapEntry'value] :: ExampleParserConfiguration'FeatureMapEntry -> !(Maybe FeatureConfiguration)
data FeatureConfiguration
FeatureConfiguration :: !(Maybe FeatureConfiguration'Config) -> FeatureConfiguration
[_FeatureConfiguration'config] :: FeatureConfiguration -> !(Maybe FeatureConfiguration'Config)
data FeatureConfiguration'Config
FeatureConfiguration'FixedLenFeature :: !FixedLenFeatureProto -> FeatureConfiguration'Config
FeatureConfiguration'VarLenFeature :: !VarLenFeatureProto -> FeatureConfiguration'Config
data FixedLenFeatureProto
FixedLenFeatureProto :: !DataType -> !(Maybe TensorShapeProto) -> !(Maybe TensorProto) -> !Text -> FixedLenFeatureProto
[_FixedLenFeatureProto'dtype] :: FixedLenFeatureProto -> !DataType
[_FixedLenFeatureProto'shape] :: FixedLenFeatureProto -> !(Maybe TensorShapeProto)
[_FixedLenFeatureProto'defaultValue] :: FixedLenFeatureProto -> !(Maybe TensorProto)
[_FixedLenFeatureProto'valuesOutputTensorName] :: FixedLenFeatureProto -> !Text
data VarLenFeatureProto
VarLenFeatureProto :: !DataType -> !Text -> !Text -> !Text -> VarLenFeatureProto
[_VarLenFeatureProto'dtype] :: VarLenFeatureProto -> !DataType
[_VarLenFeatureProto'valuesOutputTensorName] :: VarLenFeatureProto -> !Text
[_VarLenFeatureProto'indicesOutputTensorName] :: VarLenFeatureProto -> !Text
[_VarLenFeatureProto'shapesOutputTensorName] :: VarLenFeatureProto -> !Text
defaultValue :: forall f s t a b. (HasLens "defaultValue" f s t a b) => LensLike f s t a b
dtype :: forall f s t a b. (HasLens "dtype" f s t a b) => LensLike f s t a b
featureMap :: forall f s t a b. (HasLens "featureMap" f s t a b) => LensLike f s t a b
fixedLenFeature :: forall f s t a b. (HasLens "fixedLenFeature" f s t a b) => LensLike f s t a b
indicesOutputTensorName :: forall f s t a b. (HasLens "indicesOutputTensorName" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
maybe'config :: forall f s t a b. (HasLens "maybe'config" f s t a b) => LensLike f s t a b
maybe'defaultValue :: forall f s t a b. (HasLens "maybe'defaultValue" f s t a b) => LensLike f s t a b
maybe'fixedLenFeature :: forall f s t a b. (HasLens "maybe'fixedLenFeature" f s t a b) => LensLike f s t a b
maybe'shape :: forall f s t a b. (HasLens "maybe'shape" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
maybe'varLenFeature :: forall f s t a b. (HasLens "maybe'varLenFeature" f s t a b) => LensLike f s t a b
shape :: forall f s t a b. (HasLens "shape" f s t a b) => LensLike f s t a b
shapesOutputTensorName :: forall f s t a b. (HasLens "shapesOutputTensorName" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
valuesOutputTensorName :: forall f s t a b. (HasLens "valuesOutputTensorName" f s t a b) => LensLike f s t a b
varLenFeature :: forall f s t a b. (HasLens "varLenFeature" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "featureMap" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry a b
instance (a ~ Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration, b ~ Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'config" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'fixedLenFeature" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration a b
instance (a ~ Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto, b ~ Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto, GHC.Base.Functor f) => Lens.Labels.HasLens "fixedLenFeature" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'varLenFeature" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration a b
instance (a ~ Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto, b ~ Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto, GHC.Base.Functor f) => Lens.Labels.HasLens "varLenFeature" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "valuesOutputTensorName" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "indicesOutputTensorName" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "shapesOutputTensorName" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'shape" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto a b
instance (a ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "defaultValue" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'defaultValue" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "valuesOutputTensorName" f Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
module Proto.Tensorflow.Core.Framework.Variable
data SaveSliceInfoDef
SaveSliceInfoDef :: !Text -> ![Int64] -> ![Int64] -> ![Int64] -> SaveSliceInfoDef
[_SaveSliceInfoDef'fullName] :: SaveSliceInfoDef -> !Text
[_SaveSliceInfoDef'fullShape] :: SaveSliceInfoDef -> ![Int64]
[_SaveSliceInfoDef'varOffset] :: SaveSliceInfoDef -> ![Int64]
[_SaveSliceInfoDef'varShape] :: SaveSliceInfoDef -> ![Int64]
data VariableDef
VariableDef :: !Text -> !Text -> !Text -> !Text -> !(Maybe SaveSliceInfoDef) -> !Bool -> !Bool -> VariableDef
[_VariableDef'variableName] :: VariableDef -> !Text
[_VariableDef'initialValueName] :: VariableDef -> !Text
[_VariableDef'initializerName] :: VariableDef -> !Text
[_VariableDef'snapshotName] :: VariableDef -> !Text
[_VariableDef'saveSliceInfoDef] :: VariableDef -> !(Maybe SaveSliceInfoDef)
[_VariableDef'isResource] :: VariableDef -> !Bool
[_VariableDef'trainable] :: VariableDef -> !Bool
fullName :: forall f s t a b. (HasLens "fullName" f s t a b) => LensLike f s t a b
fullShape :: forall f s t a b. (HasLens "fullShape" f s t a b) => LensLike f s t a b
initialValueName :: forall f s t a b. (HasLens "initialValueName" f s t a b) => LensLike f s t a b
initializerName :: forall f s t a b. (HasLens "initializerName" f s t a b) => LensLike f s t a b
isResource :: forall f s t a b. (HasLens "isResource" f s t a b) => LensLike f s t a b
maybe'saveSliceInfoDef :: forall f s t a b. (HasLens "maybe'saveSliceInfoDef" f s t a b) => LensLike f s t a b
saveSliceInfoDef :: forall f s t a b. (HasLens "saveSliceInfoDef" f s t a b) => LensLike f s t a b
snapshotName :: forall f s t a b. (HasLens "snapshotName" f s t a b) => LensLike f s t a b
trainable :: forall f s t a b. (HasLens "trainable" f s t a b) => LensLike f s t a b
varOffset :: forall f s t a b. (HasLens "varOffset" f s t a b) => LensLike f s t a b
varShape :: forall f s t a b. (HasLens "varShape" f s t a b) => LensLike f s t a b
variableName :: forall f s t a b. (HasLens "variableName" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.VariableDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.VariableDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.VariableDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "variableName" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "initialValueName" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "initializerName" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "snapshotName" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef, b ~ Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef, GHC.Base.Functor f) => Lens.Labels.HasLens "saveSliceInfoDef" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'saveSliceInfoDef" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isResource" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "trainable" f Proto.Tensorflow.Core.Framework.Variable.VariableDef Proto.Tensorflow.Core.Framework.Variable.VariableDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Variable.VariableDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Variable.VariableDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "fullName" f Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "fullShape" f Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "varOffset" f Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef a b
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "varShape" f Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
module Proto.Tensorflow.Core.Framework.Versions
data VersionDef
VersionDef :: !Int32 -> !Int32 -> ![Int32] -> VersionDef
[_VersionDef'producer] :: VersionDef -> !Int32
[_VersionDef'minConsumer] :: VersionDef -> !Int32
[_VersionDef'badConsumers] :: VersionDef -> ![Int32]
badConsumers :: forall f s t a b. (HasLens "badConsumers" f s t a b) => LensLike f s t a b
minConsumer :: forall f s t a b. (HasLens "minConsumer" f s t a b) => LensLike f s t a b
producer :: forall f s t a b. (HasLens "producer" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Versions.VersionDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Versions.VersionDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Versions.VersionDef
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "producer" f Proto.Tensorflow.Core.Framework.Versions.VersionDef Proto.Tensorflow.Core.Framework.Versions.VersionDef a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "minConsumer" f Proto.Tensorflow.Core.Framework.Versions.VersionDef Proto.Tensorflow.Core.Framework.Versions.VersionDef a b
instance (a ~ [GHC.Int.Int32], b ~ [GHC.Int.Int32], GHC.Base.Functor f) => Lens.Labels.HasLens "badConsumers" f Proto.Tensorflow.Core.Framework.Versions.VersionDef Proto.Tensorflow.Core.Framework.Versions.VersionDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Versions.VersionDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Versions.VersionDef
module Proto.Tensorflow.Core.Framework.Graph
data GraphDef
GraphDef :: ![NodeDef] -> !(Maybe VersionDef) -> !Int32 -> !(Maybe FunctionDefLibrary) -> GraphDef
[_GraphDef'node] :: GraphDef -> ![NodeDef]
[_GraphDef'versions] :: GraphDef -> !(Maybe VersionDef)
[_GraphDef'version] :: GraphDef -> !Int32
[_GraphDef'library] :: GraphDef -> !(Maybe FunctionDefLibrary)
library :: forall f s t a b. (HasLens "library" f s t a b) => LensLike f s t a b
maybe'library :: forall f s t a b. (HasLens "maybe'library" f s t a b) => LensLike f s t a b
maybe'versions :: forall f s t a b. (HasLens "maybe'versions" f s t a b) => LensLike f s t a b
node :: forall f s t a b. (HasLens "node" f s t a b) => LensLike f s t a b
version :: forall f s t a b. (HasLens "version" f s t a b) => LensLike f s t a b
versions :: forall f s t a b. (HasLens "versions" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Graph.GraphDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Graph.GraphDef
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Graph.GraphDef
instance (a ~ [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef], b ~ [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef], GHC.Base.Functor f) => Lens.Labels.HasLens "node" f Proto.Tensorflow.Core.Framework.Graph.GraphDef Proto.Tensorflow.Core.Framework.Graph.GraphDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.Versions.VersionDef, b ~ Proto.Tensorflow.Core.Framework.Versions.VersionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "versions" f Proto.Tensorflow.Core.Framework.Graph.GraphDef Proto.Tensorflow.Core.Framework.Graph.GraphDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'versions" f Proto.Tensorflow.Core.Framework.Graph.GraphDef Proto.Tensorflow.Core.Framework.Graph.GraphDef a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "version" f Proto.Tensorflow.Core.Framework.Graph.GraphDef Proto.Tensorflow.Core.Framework.Graph.GraphDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary, b ~ Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary, GHC.Base.Functor f) => Lens.Labels.HasLens "library" f Proto.Tensorflow.Core.Framework.Graph.GraphDef Proto.Tensorflow.Core.Framework.Graph.GraphDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'library" f Proto.Tensorflow.Core.Framework.Graph.GraphDef Proto.Tensorflow.Core.Framework.Graph.GraphDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Framework.Graph.GraphDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Graph.GraphDef
module Proto.Tensorflow.Core.Lib.Core.ErrorCodes
data Code
OK :: Code
CANCELLED :: Code
UNKNOWN :: Code
INVALID_ARGUMENT :: Code
DEADLINE_EXCEEDED :: Code
NOT_FOUND :: Code
ALREADY_EXISTS :: Code
PERMISSION_DENIED :: Code
RESOURCE_EXHAUSTED :: Code
FAILED_PRECONDITION :: Code
ABORTED :: Code
OUT_OF_RANGE :: Code
UNIMPLEMENTED :: Code
INTERNAL :: Code
UNAVAILABLE :: Code
DATA_LOSS :: Code
UNAUTHENTICATED :: Code
DO_NOT_USE_RESERVED_FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWITCH_INSTEAD_ :: Code
instance GHC.Classes.Ord Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance GHC.Classes.Eq Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance GHC.Show.Show Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance Data.Default.Class.Default Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance GHC.Enum.Enum Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code
module Proto.Tensorflow.Core.Protobuf.Cluster
data ClusterDef
ClusterDef :: ![JobDef] -> ClusterDef
[_ClusterDef'job] :: ClusterDef -> ![JobDef]
data JobDef
JobDef :: !Text -> !(Map Int32 Text) -> JobDef
[_JobDef'name] :: JobDef -> !Text
[_JobDef'tasks] :: JobDef -> !(Map Int32 Text)
data JobDef'TasksEntry
JobDef'TasksEntry :: !Int32 -> !Text -> JobDef'TasksEntry
[_JobDef'TasksEntry'key] :: JobDef'TasksEntry -> !Int32
[_JobDef'TasksEntry'value] :: JobDef'TasksEntry -> !Text
job :: forall f s t a b. (HasLens "job" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
tasks :: forall f s t a b. (HasLens "tasks" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
instance (a ~ [Proto.Tensorflow.Core.Protobuf.Cluster.JobDef], b ~ [Proto.Tensorflow.Core.Protobuf.Cluster.JobDef], GHC.Base.Functor f) => Lens.Labels.HasLens "job" f Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Protobuf.Cluster.JobDef Proto.Tensorflow.Core.Protobuf.Cluster.JobDef a b
instance (a ~ Data.Map.Internal.Map GHC.Int.Int32 Data.Text.Internal.Text, b ~ Data.Map.Internal.Map GHC.Int.Int32 Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "tasks" f Proto.Tensorflow.Core.Protobuf.Cluster.JobDef Proto.Tensorflow.Core.Protobuf.Cluster.JobDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
module Proto.Tensorflow.Core.Protobuf.ControlFlow
data CondContextDef
CondContextDef :: !Text -> !Text -> !Text -> !Int32 -> !(Maybe ValuesDef) -> ![ControlFlowContextDef] -> CondContextDef
[_CondContextDef'contextName] :: CondContextDef -> !Text
[_CondContextDef'predName] :: CondContextDef -> !Text
[_CondContextDef'pivotName] :: CondContextDef -> !Text
[_CondContextDef'branch] :: CondContextDef -> !Int32
[_CondContextDef'valuesDef] :: CondContextDef -> !(Maybe ValuesDef)
[_CondContextDef'nestedContexts] :: CondContextDef -> ![ControlFlowContextDef]
data ControlFlowContextDef
ControlFlowContextDef :: !(Maybe ControlFlowContextDef'Ctxt) -> ControlFlowContextDef
[_ControlFlowContextDef'ctxt] :: ControlFlowContextDef -> !(Maybe ControlFlowContextDef'Ctxt)
data ControlFlowContextDef'Ctxt
ControlFlowContextDef'CondCtxt :: !CondContextDef -> ControlFlowContextDef'Ctxt
ControlFlowContextDef'WhileCtxt :: !WhileContextDef -> ControlFlowContextDef'Ctxt
data ValuesDef
ValuesDef :: ![Text] -> !(Map Text Text) -> ValuesDef
[_ValuesDef'values] :: ValuesDef -> ![Text]
[_ValuesDef'externalValues] :: ValuesDef -> !(Map Text Text)
data ValuesDef'ExternalValuesEntry
ValuesDef'ExternalValuesEntry :: !Text -> !Text -> ValuesDef'ExternalValuesEntry
[_ValuesDef'ExternalValuesEntry'key] :: ValuesDef'ExternalValuesEntry -> !Text
[_ValuesDef'ExternalValuesEntry'value] :: ValuesDef'ExternalValuesEntry -> !Text
data WhileContextDef
WhileContextDef :: !Text -> !Int32 -> !Bool -> !Bool -> !Text -> !Text -> !Text -> ![Text] -> ![Text] -> !(Maybe ValuesDef) -> !Text -> ![ControlFlowContextDef] -> WhileContextDef
[_WhileContextDef'contextName] :: WhileContextDef -> !Text
[_WhileContextDef'parallelIterations] :: WhileContextDef -> !Int32
[_WhileContextDef'backProp] :: WhileContextDef -> !Bool
[_WhileContextDef'swapMemory] :: WhileContextDef -> !Bool
[_WhileContextDef'pivotName] :: WhileContextDef -> !Text
[_WhileContextDef'pivotForPredName] :: WhileContextDef -> !Text
[_WhileContextDef'pivotForBodyName] :: WhileContextDef -> !Text
[_WhileContextDef'loopExitNames] :: WhileContextDef -> ![Text]
[_WhileContextDef'loopEnterNames] :: WhileContextDef -> ![Text]
[_WhileContextDef'valuesDef] :: WhileContextDef -> !(Maybe ValuesDef)
[_WhileContextDef'maximumIterationsName] :: WhileContextDef -> !Text
[_WhileContextDef'nestedContexts] :: WhileContextDef -> ![ControlFlowContextDef]
backProp :: forall f s t a b. (HasLens "backProp" f s t a b) => LensLike f s t a b
branch :: forall f s t a b. (HasLens "branch" f s t a b) => LensLike f s t a b
condCtxt :: forall f s t a b. (HasLens "condCtxt" f s t a b) => LensLike f s t a b
contextName :: forall f s t a b. (HasLens "contextName" f s t a b) => LensLike f s t a b
externalValues :: forall f s t a b. (HasLens "externalValues" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
loopEnterNames :: forall f s t a b. (HasLens "loopEnterNames" f s t a b) => LensLike f s t a b
loopExitNames :: forall f s t a b. (HasLens "loopExitNames" f s t a b) => LensLike f s t a b
maximumIterationsName :: forall f s t a b. (HasLens "maximumIterationsName" f s t a b) => LensLike f s t a b
maybe'condCtxt :: forall f s t a b. (HasLens "maybe'condCtxt" f s t a b) => LensLike f s t a b
maybe'ctxt :: forall f s t a b. (HasLens "maybe'ctxt" f s t a b) => LensLike f s t a b
maybe'valuesDef :: forall f s t a b. (HasLens "maybe'valuesDef" f s t a b) => LensLike f s t a b
maybe'whileCtxt :: forall f s t a b. (HasLens "maybe'whileCtxt" f s t a b) => LensLike f s t a b
nestedContexts :: forall f s t a b. (HasLens "nestedContexts" f s t a b) => LensLike f s t a b
parallelIterations :: forall f s t a b. (HasLens "parallelIterations" f s t a b) => LensLike f s t a b
pivotForBodyName :: forall f s t a b. (HasLens "pivotForBodyName" f s t a b) => LensLike f s t a b
pivotForPredName :: forall f s t a b. (HasLens "pivotForPredName" f s t a b) => LensLike f s t a b
pivotName :: forall f s t a b. (HasLens "pivotName" f s t a b) => LensLike f s t a b
predName :: forall f s t a b. (HasLens "predName" f s t a b) => LensLike f s t a b
swapMemory :: forall f s t a b. (HasLens "swapMemory" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
values :: forall f s t a b. (HasLens "values" f s t a b) => LensLike f s t a b
valuesDef :: forall f s t a b. (HasLens "valuesDef" f s t a b) => LensLike f s t a b
whileCtxt :: forall f s t a b. (HasLens "whileCtxt" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "contextName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "predName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "pivotName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "branch" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, b ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, GHC.Base.Functor f) => Lens.Labels.HasLens "valuesDef" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'valuesDef" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef], b ~ [Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef], GHC.Base.Functor f) => Lens.Labels.HasLens "nestedContexts" f Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'ctxt" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'condCtxt" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef, b ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef, GHC.Base.Functor f) => Lens.Labels.HasLens "condCtxt" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'whileCtxt" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef, b ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef, GHC.Base.Functor f) => Lens.Labels.HasLens "whileCtxt" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "contextName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "parallelIterations" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "backProp" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "swapMemory" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "pivotName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "pivotForPredName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "pivotForBodyName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "loopExitNames" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "loopEnterNames" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, b ~ Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, GHC.Base.Functor f) => Lens.Labels.HasLens "valuesDef" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'valuesDef" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maximumIterationsName" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef], b ~ [Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef], GHC.Base.Functor f) => Lens.Labels.HasLens "nestedContexts" f Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "values" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "externalValues" f Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
module Proto.Tensorflow.Core.Protobuf.Debug
data DebugOptions
DebugOptions :: ![DebugTensorWatch] -> !Int64 -> DebugOptions
[_DebugOptions'debugTensorWatchOpts] :: DebugOptions -> ![DebugTensorWatch]
[_DebugOptions'globalStep] :: DebugOptions -> !Int64
data DebugTensorWatch
DebugTensorWatch :: !Text -> !Int32 -> ![Text] -> ![Text] -> !Bool -> DebugTensorWatch
[_DebugTensorWatch'nodeName] :: DebugTensorWatch -> !Text
[_DebugTensorWatch'outputSlot] :: DebugTensorWatch -> !Int32
[_DebugTensorWatch'debugOps] :: DebugTensorWatch -> ![Text]
[_DebugTensorWatch'debugUrls] :: DebugTensorWatch -> ![Text]
[_DebugTensorWatch'tolerateDebugOpCreationFailures] :: DebugTensorWatch -> !Bool
data DebuggedSourceFile
DebuggedSourceFile :: !Text -> !Text -> !Int64 -> !Int64 -> ![Text] -> DebuggedSourceFile
[_DebuggedSourceFile'host] :: DebuggedSourceFile -> !Text
[_DebuggedSourceFile'filePath] :: DebuggedSourceFile -> !Text
[_DebuggedSourceFile'lastModified] :: DebuggedSourceFile -> !Int64
[_DebuggedSourceFile'bytes] :: DebuggedSourceFile -> !Int64
[_DebuggedSourceFile'lines] :: DebuggedSourceFile -> ![Text]
data DebuggedSourceFiles
DebuggedSourceFiles :: ![DebuggedSourceFile] -> DebuggedSourceFiles
[_DebuggedSourceFiles'sourceFiles] :: DebuggedSourceFiles -> ![DebuggedSourceFile]
bytes :: forall f s t a b. (HasLens "bytes" f s t a b) => LensLike f s t a b
debugOps :: forall f s t a b. (HasLens "debugOps" f s t a b) => LensLike f s t a b
debugTensorWatchOpts :: forall f s t a b. (HasLens "debugTensorWatchOpts" f s t a b) => LensLike f s t a b
debugUrls :: forall f s t a b. (HasLens "debugUrls" f s t a b) => LensLike f s t a b
filePath :: forall f s t a b. (HasLens "filePath" f s t a b) => LensLike f s t a b
globalStep :: forall f s t a b. (HasLens "globalStep" f s t a b) => LensLike f s t a b
host :: forall f s t a b. (HasLens "host" f s t a b) => LensLike f s t a b
lastModified :: forall f s t a b. (HasLens "lastModified" f s t a b) => LensLike f s t a b
lines :: forall f s t a b. (HasLens "lines" f s t a b) => LensLike f s t a b
nodeName :: forall f s t a b. (HasLens "nodeName" f s t a b) => LensLike f s t a b
outputSlot :: forall f s t a b. (HasLens "outputSlot" f s t a b) => LensLike f s t a b
sourceFiles :: forall f s t a b. (HasLens "sourceFiles" f s t a b) => LensLike f s t a b
tolerateDebugOpCreationFailures :: forall f s t a b. (HasLens "tolerateDebugOpCreationFailures" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
instance (a ~ [Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile], b ~ [Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile], GHC.Base.Functor f) => Lens.Labels.HasLens "sourceFiles" f Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "host" f Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "filePath" f Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "lastModified" f Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "bytes" f Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "lines" f Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
instance (a ~ [Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch], b ~ [Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch], GHC.Base.Functor f) => Lens.Labels.HasLens "debugTensorWatchOpts" f Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "globalStep" f Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "nodeName" f Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "outputSlot" f Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "debugOps" f Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "debugUrls" f Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "tolerateDebugOpCreationFailures" f Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
module Proto.Tensorflow.Core.Protobuf.NamedTensor
data NamedTensorProto
NamedTensorProto :: !Text -> !(Maybe TensorProto) -> NamedTensorProto
[_NamedTensorProto'name] :: NamedTensorProto -> !Text
[_NamedTensorProto'tensor] :: NamedTensorProto -> !(Maybe TensorProto)
maybe'tensor :: forall f s t a b. (HasLens "maybe'tensor" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
tensor :: forall f s t a b. (HasLens "tensor" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto a b
instance (a ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensor" f Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
module Proto.Tensorflow.Core.Protobuf.QueueRunner
data QueueRunnerDef
QueueRunnerDef :: !Text -> ![Text] -> !Text -> !Text -> ![Code] -> QueueRunnerDef
[_QueueRunnerDef'queueName] :: QueueRunnerDef -> !Text
[_QueueRunnerDef'enqueueOpName] :: QueueRunnerDef -> ![Text]
[_QueueRunnerDef'closeOpName] :: QueueRunnerDef -> !Text
[_QueueRunnerDef'cancelOpName] :: QueueRunnerDef -> !Text
[_QueueRunnerDef'queueClosedExceptionTypes] :: QueueRunnerDef -> ![Code]
cancelOpName :: forall f s t a b. (HasLens "cancelOpName" f s t a b) => LensLike f s t a b
closeOpName :: forall f s t a b. (HasLens "closeOpName" f s t a b) => LensLike f s t a b
enqueueOpName :: forall f s t a b. (HasLens "enqueueOpName" f s t a b) => LensLike f s t a b
queueClosedExceptionTypes :: forall f s t a b. (HasLens "queueClosedExceptionTypes" f s t a b) => LensLike f s t a b
queueName :: forall f s t a b. (HasLens "queueName" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "queueName" f Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "enqueueOpName" f Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "closeOpName" f Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "cancelOpName" f Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef a b
instance (a ~ [Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code], b ~ [Proto.Tensorflow.Core.Lib.Core.ErrorCodes.Code], GHC.Base.Functor f) => Lens.Labels.HasLens "queueClosedExceptionTypes" f Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
module Proto.Tensorflow.Core.Protobuf.RewriterConfig
data AutoParallelOptions
AutoParallelOptions :: !Bool -> !Int32 -> AutoParallelOptions
[_AutoParallelOptions'enable] :: AutoParallelOptions -> !Bool
[_AutoParallelOptions'numReplicas] :: AutoParallelOptions -> !Int32
data RewriterConfig
RewriterConfig :: !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !RewriterConfig'Toggle -> !Bool -> !RewriterConfig'Toggle -> !RewriterConfig'NumIterationsType -> !RewriterConfig'MemOptType -> !Text -> !(Maybe AutoParallelOptions) -> !(Maybe ScopedAllocatorOptions) -> ![Text] -> ![RewriterConfig'CustomGraphOptimizer] -> RewriterConfig
[_RewriterConfig'layoutOptimizer] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'constantFolding] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'shapeOptimization] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'remapping] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'arithmeticOptimization] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'dependencyOptimization] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'loopOptimization] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'functionOptimization] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'debugStripper] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'disableModelPruning] :: RewriterConfig -> !Bool
[_RewriterConfig'scopedAllocatorOptimization] :: RewriterConfig -> !RewriterConfig'Toggle
[_RewriterConfig'metaOptimizerIterations] :: RewriterConfig -> !RewriterConfig'NumIterationsType
[_RewriterConfig'memoryOptimization] :: RewriterConfig -> !RewriterConfig'MemOptType
[_RewriterConfig'memoryOptimizerTargetNodeNameScope] :: RewriterConfig -> !Text
[_RewriterConfig'autoParallel] :: RewriterConfig -> !(Maybe AutoParallelOptions)
[_RewriterConfig'scopedAllocatorOpts] :: RewriterConfig -> !(Maybe ScopedAllocatorOptions)
[_RewriterConfig'optimizers] :: RewriterConfig -> ![Text]
[_RewriterConfig'customOptimizers] :: RewriterConfig -> ![RewriterConfig'CustomGraphOptimizer]
data RewriterConfig'CustomGraphOptimizer
RewriterConfig'CustomGraphOptimizer :: !Text -> !(Map Text AttrValue) -> RewriterConfig'CustomGraphOptimizer
[_RewriterConfig'CustomGraphOptimizer'name] :: RewriterConfig'CustomGraphOptimizer -> !Text
[_RewriterConfig'CustomGraphOptimizer'parameterMap] :: RewriterConfig'CustomGraphOptimizer -> !(Map Text AttrValue)
data RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
RewriterConfig'CustomGraphOptimizer'ParameterMapEntry :: !Text -> !(Maybe AttrValue) -> RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
[_RewriterConfig'CustomGraphOptimizer'ParameterMapEntry'key] :: RewriterConfig'CustomGraphOptimizer'ParameterMapEntry -> !Text
[_RewriterConfig'CustomGraphOptimizer'ParameterMapEntry'value] :: RewriterConfig'CustomGraphOptimizer'ParameterMapEntry -> !(Maybe AttrValue)
data RewriterConfig'MemOptType
RewriterConfig'DEFAULT_MEM_OPT :: RewriterConfig'MemOptType
RewriterConfig'NO_MEM_OPT :: RewriterConfig'MemOptType
RewriterConfig'MANUAL :: RewriterConfig'MemOptType
RewriterConfig'HEURISTICS :: RewriterConfig'MemOptType
RewriterConfig'SWAPPING_HEURISTICS :: RewriterConfig'MemOptType
RewriterConfig'RECOMPUTATION_HEURISTICS :: RewriterConfig'MemOptType
RewriterConfig'SCHEDULING_HEURISTICS :: RewriterConfig'MemOptType
data RewriterConfig'NumIterationsType
RewriterConfig'DEFAULT_NUM_ITERS :: RewriterConfig'NumIterationsType
RewriterConfig'ONE :: RewriterConfig'NumIterationsType
RewriterConfig'TWO :: RewriterConfig'NumIterationsType
data RewriterConfig'Toggle
RewriterConfig'DEFAULT :: RewriterConfig'Toggle
RewriterConfig'ON :: RewriterConfig'Toggle
RewriterConfig'OFF :: RewriterConfig'Toggle
RewriterConfig'AGGRESSIVE :: RewriterConfig'Toggle
data ScopedAllocatorOptions
ScopedAllocatorOptions :: ![Text] -> ScopedAllocatorOptions
[_ScopedAllocatorOptions'enableOp] :: ScopedAllocatorOptions -> ![Text]
arithmeticOptimization :: forall f s t a b. (HasLens "arithmeticOptimization" f s t a b) => LensLike f s t a b
autoParallel :: forall f s t a b. (HasLens "autoParallel" f s t a b) => LensLike f s t a b
constantFolding :: forall f s t a b. (HasLens "constantFolding" f s t a b) => LensLike f s t a b
customOptimizers :: forall f s t a b. (HasLens "customOptimizers" f s t a b) => LensLike f s t a b
debugStripper :: forall f s t a b. (HasLens "debugStripper" f s t a b) => LensLike f s t a b
dependencyOptimization :: forall f s t a b. (HasLens "dependencyOptimization" f s t a b) => LensLike f s t a b
disableModelPruning :: forall f s t a b. (HasLens "disableModelPruning" f s t a b) => LensLike f s t a b
enable :: forall f s t a b. (HasLens "enable" f s t a b) => LensLike f s t a b
enableOp :: forall f s t a b. (HasLens "enableOp" f s t a b) => LensLike f s t a b
functionOptimization :: forall f s t a b. (HasLens "functionOptimization" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
layoutOptimizer :: forall f s t a b. (HasLens "layoutOptimizer" f s t a b) => LensLike f s t a b
loopOptimization :: forall f s t a b. (HasLens "loopOptimization" f s t a b) => LensLike f s t a b
maybe'autoParallel :: forall f s t a b. (HasLens "maybe'autoParallel" f s t a b) => LensLike f s t a b
maybe'scopedAllocatorOpts :: forall f s t a b. (HasLens "maybe'scopedAllocatorOpts" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
memoryOptimization :: forall f s t a b. (HasLens "memoryOptimization" f s t a b) => LensLike f s t a b
memoryOptimizerTargetNodeNameScope :: forall f s t a b. (HasLens "memoryOptimizerTargetNodeNameScope" f s t a b) => LensLike f s t a b
metaOptimizerIterations :: forall f s t a b. (HasLens "metaOptimizerIterations" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
numReplicas :: forall f s t a b. (HasLens "numReplicas" f s t a b) => LensLike f s t a b
optimizers :: forall f s t a b. (HasLens "optimizers" f s t a b) => LensLike f s t a b
parameterMap :: forall f s t a b. (HasLens "parameterMap" f s t a b) => LensLike f s t a b
remapping :: forall f s t a b. (HasLens "remapping" f s t a b) => LensLike f s t a b
scopedAllocatorOptimization :: forall f s t a b. (HasLens "scopedAllocatorOptimization" f s t a b) => LensLike f s t a b
scopedAllocatorOpts :: forall f s t a b. (HasLens "scopedAllocatorOpts" f s t a b) => LensLike f s t a b
shapeOptimization :: forall f s t a b. (HasLens "shapeOptimization" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "layoutOptimizer" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "constantFolding" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "shapeOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "remapping" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "arithmeticOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "dependencyOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "loopOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "functionOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "debugStripper" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "disableModelPruning" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle, GHC.Base.Functor f) => Lens.Labels.HasLens "scopedAllocatorOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType, GHC.Base.Functor f) => Lens.Labels.HasLens "metaOptimizerIterations" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryOptimization" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryOptimizerTargetNodeNameScope" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "autoParallel" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'autoParallel" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "scopedAllocatorOpts" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'scopedAllocatorOpts" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "optimizers" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer], b ~ [Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer], GHC.Base.Functor f) => Lens.Labels.HasLens "customOptimizers" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "enableOp" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry a b
instance (a ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue, GHC.Base.Functor f) => Lens.Labels.HasLens "parameterMap" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "enable" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "numReplicas" f Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
module Proto.Tensorflow.Core.Protobuf.Config
data CallableOptions
CallableOptions :: ![Text] -> ![Text] -> ![Text] -> !(Maybe RunOptions) -> ![TensorConnection] -> CallableOptions
[_CallableOptions'feed] :: CallableOptions -> ![Text]
[_CallableOptions'fetch] :: CallableOptions -> ![Text]
[_CallableOptions'target] :: CallableOptions -> ![Text]
[_CallableOptions'runOptions] :: CallableOptions -> !(Maybe RunOptions)
[_CallableOptions'tensorConnection] :: CallableOptions -> ![TensorConnection]
data ConfigProto
ConfigProto :: !(Map Text Int32) -> !Int32 -> !Int32 -> !Bool -> ![ThreadPoolOptionProto] -> !Int32 -> ![Text] -> !(Maybe GPUOptions) -> !Bool -> !Bool -> !(Maybe GraphOptions) -> !Int64 -> !(Maybe RPCOptions) -> !(Maybe ClusterDef) -> !Bool -> !(Maybe ConfigProto'Experimental) -> ConfigProto
[_ConfigProto'deviceCount] :: ConfigProto -> !(Map Text Int32)
[_ConfigProto'intraOpParallelismThreads] :: ConfigProto -> !Int32
[_ConfigProto'interOpParallelismThreads] :: ConfigProto -> !Int32
[_ConfigProto'usePerSessionThreads] :: ConfigProto -> !Bool
[_ConfigProto'sessionInterOpThreadPool] :: ConfigProto -> ![ThreadPoolOptionProto]
[_ConfigProto'placementPeriod] :: ConfigProto -> !Int32
[_ConfigProto'deviceFilters] :: ConfigProto -> ![Text]
[_ConfigProto'gpuOptions] :: ConfigProto -> !(Maybe GPUOptions)
[_ConfigProto'allowSoftPlacement] :: ConfigProto -> !Bool
[_ConfigProto'logDevicePlacement] :: ConfigProto -> !Bool
[_ConfigProto'graphOptions] :: ConfigProto -> !(Maybe GraphOptions)
[_ConfigProto'operationTimeoutInMs] :: ConfigProto -> !Int64
[_ConfigProto'rpcOptions] :: ConfigProto -> !(Maybe RPCOptions)
[_ConfigProto'clusterDef] :: ConfigProto -> !(Maybe ClusterDef)
[_ConfigProto'isolateSessionState] :: ConfigProto -> !Bool
[_ConfigProto'experimental] :: ConfigProto -> !(Maybe ConfigProto'Experimental)
data ConfigProto'DeviceCountEntry
ConfigProto'DeviceCountEntry :: !Text -> !Int32 -> ConfigProto'DeviceCountEntry
[_ConfigProto'DeviceCountEntry'key] :: ConfigProto'DeviceCountEntry -> !Text
[_ConfigProto'DeviceCountEntry'value] :: ConfigProto'DeviceCountEntry -> !Int32
data ConfigProto'Experimental
ConfigProto'Experimental :: !Text -> ConfigProto'Experimental
[_ConfigProto'Experimental'collectiveGroupLeader] :: ConfigProto'Experimental -> !Text
data GPUOptions
GPUOptions :: !Double -> !Bool -> !Text -> !Int64 -> !Text -> !Int32 -> !Int32 -> !Bool -> !(Maybe GPUOptions'Experimental) -> GPUOptions
[_GPUOptions'perProcessGpuMemoryFraction] :: GPUOptions -> !Double
[_GPUOptions'allowGrowth] :: GPUOptions -> !Bool
[_GPUOptions'allocatorType] :: GPUOptions -> !Text
[_GPUOptions'deferredDeletionBytes] :: GPUOptions -> !Int64
[_GPUOptions'visibleDeviceList] :: GPUOptions -> !Text
[_GPUOptions'pollingActiveDelayUsecs] :: GPUOptions -> !Int32
[_GPUOptions'pollingInactiveDelayMsecs] :: GPUOptions -> !Int32
[_GPUOptions'forceGpuCompatible] :: GPUOptions -> !Bool
[_GPUOptions'experimental] :: GPUOptions -> !(Maybe GPUOptions'Experimental)
data GPUOptions'Experimental
GPUOptions'Experimental :: ![GPUOptions'Experimental'VirtualDevices] -> !Bool -> GPUOptions'Experimental
[_GPUOptions'Experimental'virtualDevices] :: GPUOptions'Experimental -> ![GPUOptions'Experimental'VirtualDevices]
[_GPUOptions'Experimental'useUnifiedMemory] :: GPUOptions'Experimental -> !Bool
data GPUOptions'Experimental'VirtualDevices
GPUOptions'Experimental'VirtualDevices :: ![Float] -> GPUOptions'Experimental'VirtualDevices
[_GPUOptions'Experimental'VirtualDevices'memoryLimitMb] :: GPUOptions'Experimental'VirtualDevices -> ![Float]
data GraphOptions
GraphOptions :: !Bool -> !(Maybe OptimizerOptions) -> !Int64 -> !Int64 -> !Bool -> !Bool -> !Bool -> !Int32 -> !(Maybe RewriterConfig) -> GraphOptions
[_GraphOptions'enableRecvScheduling] :: GraphOptions -> !Bool
[_GraphOptions'optimizerOptions] :: GraphOptions -> !(Maybe OptimizerOptions)
[_GraphOptions'buildCostModel] :: GraphOptions -> !Int64
[_GraphOptions'buildCostModelAfter] :: GraphOptions -> !Int64
[_GraphOptions'inferShapes] :: GraphOptions -> !Bool
[_GraphOptions'placePrunedGraph] :: GraphOptions -> !Bool
[_GraphOptions'enableBfloat16Sendrecv] :: GraphOptions -> !Bool
[_GraphOptions'timelineStep] :: GraphOptions -> !Int32
[_GraphOptions'rewriteOptions] :: GraphOptions -> !(Maybe RewriterConfig)
data OptimizerOptions
OptimizerOptions :: !Bool -> !Bool -> !Int64 -> !Bool -> !OptimizerOptions'Level -> !OptimizerOptions'GlobalJitLevel -> OptimizerOptions
[_OptimizerOptions'doCommonSubexpressionElimination] :: OptimizerOptions -> !Bool
[_OptimizerOptions'doConstantFolding] :: OptimizerOptions -> !Bool
[_OptimizerOptions'maxFoldedConstantInBytes] :: OptimizerOptions -> !Int64
[_OptimizerOptions'doFunctionInlining] :: OptimizerOptions -> !Bool
[_OptimizerOptions'optLevel] :: OptimizerOptions -> !OptimizerOptions'Level
[_OptimizerOptions'globalJitLevel] :: OptimizerOptions -> !OptimizerOptions'GlobalJitLevel
data OptimizerOptions'GlobalJitLevel
OptimizerOptions'OFF :: OptimizerOptions'GlobalJitLevel
OptimizerOptions'DEFAULT :: OptimizerOptions'GlobalJitLevel
OptimizerOptions'ON_1 :: OptimizerOptions'GlobalJitLevel
OptimizerOptions'ON_2 :: OptimizerOptions'GlobalJitLevel
data OptimizerOptions'Level
OptimizerOptions'L0 :: OptimizerOptions'Level
OptimizerOptions'L1 :: OptimizerOptions'Level
data RPCOptions
RPCOptions :: !Bool -> RPCOptions
[_RPCOptions'useRpcForInprocessMaster] :: RPCOptions -> !Bool
data RunMetadata
RunMetadata :: !(Maybe StepStats) -> !(Maybe CostGraphDef) -> ![GraphDef] -> RunMetadata
[_RunMetadata'stepStats] :: RunMetadata -> !(Maybe StepStats)
[_RunMetadata'costGraph] :: RunMetadata -> !(Maybe CostGraphDef)
[_RunMetadata'partitionGraphs] :: RunMetadata -> ![GraphDef]
data RunOptions
RunOptions :: !RunOptions'TraceLevel -> !Int64 -> !Int32 -> !Bool -> !(Maybe DebugOptions) -> !Bool -> !(Maybe RunOptions'Experimental) -> RunOptions
[_RunOptions'traceLevel] :: RunOptions -> !RunOptions'TraceLevel
[_RunOptions'timeoutInMs] :: RunOptions -> !Int64
[_RunOptions'interOpThreadPool] :: RunOptions -> !Int32
[_RunOptions'outputPartitionGraphs] :: RunOptions -> !Bool
[_RunOptions'debugOptions] :: RunOptions -> !(Maybe DebugOptions)
[_RunOptions'reportTensorAllocationsUponOom] :: RunOptions -> !Bool
[_RunOptions'experimental] :: RunOptions -> !(Maybe RunOptions'Experimental)
data RunOptions'Experimental
RunOptions'Experimental :: !Int64 -> RunOptions'Experimental
[_RunOptions'Experimental'collectiveGraphKey] :: RunOptions'Experimental -> !Int64
data RunOptions'TraceLevel
RunOptions'NO_TRACE :: RunOptions'TraceLevel
RunOptions'SOFTWARE_TRACE :: RunOptions'TraceLevel
RunOptions'HARDWARE_TRACE :: RunOptions'TraceLevel
RunOptions'FULL_TRACE :: RunOptions'TraceLevel
data TensorConnection
TensorConnection :: !Text -> !Text -> TensorConnection
[_TensorConnection'fromTensor] :: TensorConnection -> !Text
[_TensorConnection'toTensor] :: TensorConnection -> !Text
data ThreadPoolOptionProto
ThreadPoolOptionProto :: !Int32 -> !Text -> ThreadPoolOptionProto
[_ThreadPoolOptionProto'numThreads] :: ThreadPoolOptionProto -> !Int32
[_ThreadPoolOptionProto'globalName] :: ThreadPoolOptionProto -> !Text
allocatorType :: forall f s t a b. (HasLens "allocatorType" f s t a b) => LensLike f s t a b
allowGrowth :: forall f s t a b. (HasLens "allowGrowth" f s t a b) => LensLike f s t a b
allowSoftPlacement :: forall f s t a b. (HasLens "allowSoftPlacement" f s t a b) => LensLike f s t a b
buildCostModel :: forall f s t a b. (HasLens "buildCostModel" f s t a b) => LensLike f s t a b
buildCostModelAfter :: forall f s t a b. (HasLens "buildCostModelAfter" f s t a b) => LensLike f s t a b
clusterDef :: forall f s t a b. (HasLens "clusterDef" f s t a b) => LensLike f s t a b
collectiveGraphKey :: forall f s t a b. (HasLens "collectiveGraphKey" f s t a b) => LensLike f s t a b
collectiveGroupLeader :: forall f s t a b. (HasLens "collectiveGroupLeader" f s t a b) => LensLike f s t a b
costGraph :: forall f s t a b. (HasLens "costGraph" f s t a b) => LensLike f s t a b
debugOptions :: forall f s t a b. (HasLens "debugOptions" f s t a b) => LensLike f s t a b
deferredDeletionBytes :: forall f s t a b. (HasLens "deferredDeletionBytes" f s t a b) => LensLike f s t a b
deviceCount :: forall f s t a b. (HasLens "deviceCount" f s t a b) => LensLike f s t a b
deviceFilters :: forall f s t a b. (HasLens "deviceFilters" f s t a b) => LensLike f s t a b
doCommonSubexpressionElimination :: forall f s t a b. (HasLens "doCommonSubexpressionElimination" f s t a b) => LensLike f s t a b
doConstantFolding :: forall f s t a b. (HasLens "doConstantFolding" f s t a b) => LensLike f s t a b
doFunctionInlining :: forall f s t a b. (HasLens "doFunctionInlining" f s t a b) => LensLike f s t a b
enableBfloat16Sendrecv :: forall f s t a b. (HasLens "enableBfloat16Sendrecv" f s t a b) => LensLike f s t a b
enableRecvScheduling :: forall f s t a b. (HasLens "enableRecvScheduling" f s t a b) => LensLike f s t a b
experimental :: forall f s t a b. (HasLens "experimental" f s t a b) => LensLike f s t a b
feed :: forall f s t a b. (HasLens "feed" f s t a b) => LensLike f s t a b
fetch :: forall f s t a b. (HasLens "fetch" f s t a b) => LensLike f s t a b
forceGpuCompatible :: forall f s t a b. (HasLens "forceGpuCompatible" f s t a b) => LensLike f s t a b
fromTensor :: forall f s t a b. (HasLens "fromTensor" f s t a b) => LensLike f s t a b
globalJitLevel :: forall f s t a b. (HasLens "globalJitLevel" f s t a b) => LensLike f s t a b
globalName :: forall f s t a b. (HasLens "globalName" f s t a b) => LensLike f s t a b
gpuOptions :: forall f s t a b. (HasLens "gpuOptions" f s t a b) => LensLike f s t a b
graphOptions :: forall f s t a b. (HasLens "graphOptions" f s t a b) => LensLike f s t a b
inferShapes :: forall f s t a b. (HasLens "inferShapes" f s t a b) => LensLike f s t a b
interOpParallelismThreads :: forall f s t a b. (HasLens "interOpParallelismThreads" f s t a b) => LensLike f s t a b
interOpThreadPool :: forall f s t a b. (HasLens "interOpThreadPool" f s t a b) => LensLike f s t a b
intraOpParallelismThreads :: forall f s t a b. (HasLens "intraOpParallelismThreads" f s t a b) => LensLike f s t a b
isolateSessionState :: forall f s t a b. (HasLens "isolateSessionState" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
logDevicePlacement :: forall f s t a b. (HasLens "logDevicePlacement" f s t a b) => LensLike f s t a b
maxFoldedConstantInBytes :: forall f s t a b. (HasLens "maxFoldedConstantInBytes" f s t a b) => LensLike f s t a b
maybe'clusterDef :: forall f s t a b. (HasLens "maybe'clusterDef" f s t a b) => LensLike f s t a b
maybe'costGraph :: forall f s t a b. (HasLens "maybe'costGraph" f s t a b) => LensLike f s t a b
maybe'debugOptions :: forall f s t a b. (HasLens "maybe'debugOptions" f s t a b) => LensLike f s t a b
maybe'experimental :: forall f s t a b. (HasLens "maybe'experimental" f s t a b) => LensLike f s t a b
maybe'gpuOptions :: forall f s t a b. (HasLens "maybe'gpuOptions" f s t a b) => LensLike f s t a b
maybe'graphOptions :: forall f s t a b. (HasLens "maybe'graphOptions" f s t a b) => LensLike f s t a b
maybe'optimizerOptions :: forall f s t a b. (HasLens "maybe'optimizerOptions" f s t a b) => LensLike f s t a b
maybe'rewriteOptions :: forall f s t a b. (HasLens "maybe'rewriteOptions" f s t a b) => LensLike f s t a b
maybe'rpcOptions :: forall f s t a b. (HasLens "maybe'rpcOptions" f s t a b) => LensLike f s t a b
maybe'runOptions :: forall f s t a b. (HasLens "maybe'runOptions" f s t a b) => LensLike f s t a b
maybe'stepStats :: forall f s t a b. (HasLens "maybe'stepStats" f s t a b) => LensLike f s t a b
memoryLimitMb :: forall f s t a b. (HasLens "memoryLimitMb" f s t a b) => LensLike f s t a b
numThreads :: forall f s t a b. (HasLens "numThreads" f s t a b) => LensLike f s t a b
operationTimeoutInMs :: forall f s t a b. (HasLens "operationTimeoutInMs" f s t a b) => LensLike f s t a b
optLevel :: forall f s t a b. (HasLens "optLevel" f s t a b) => LensLike f s t a b
optimizerOptions :: forall f s t a b. (HasLens "optimizerOptions" f s t a b) => LensLike f s t a b
outputPartitionGraphs :: forall f s t a b. (HasLens "outputPartitionGraphs" f s t a b) => LensLike f s t a b
partitionGraphs :: forall f s t a b. (HasLens "partitionGraphs" f s t a b) => LensLike f s t a b
perProcessGpuMemoryFraction :: forall f s t a b. (HasLens "perProcessGpuMemoryFraction" f s t a b) => LensLike f s t a b
placePrunedGraph :: forall f s t a b. (HasLens "placePrunedGraph" f s t a b) => LensLike f s t a b
placementPeriod :: forall f s t a b. (HasLens "placementPeriod" f s t a b) => LensLike f s t a b
pollingActiveDelayUsecs :: forall f s t a b. (HasLens "pollingActiveDelayUsecs" f s t a b) => LensLike f s t a b
pollingInactiveDelayMsecs :: forall f s t a b. (HasLens "pollingInactiveDelayMsecs" f s t a b) => LensLike f s t a b
reportTensorAllocationsUponOom :: forall f s t a b. (HasLens "reportTensorAllocationsUponOom" f s t a b) => LensLike f s t a b
rewriteOptions :: forall f s t a b. (HasLens "rewriteOptions" f s t a b) => LensLike f s t a b
rpcOptions :: forall f s t a b. (HasLens "rpcOptions" f s t a b) => LensLike f s t a b
runOptions :: forall f s t a b. (HasLens "runOptions" f s t a b) => LensLike f s t a b
sessionInterOpThreadPool :: forall f s t a b. (HasLens "sessionInterOpThreadPool" f s t a b) => LensLike f s t a b
stepStats :: forall f s t a b. (HasLens "stepStats" f s t a b) => LensLike f s t a b
target :: forall f s t a b. (HasLens "target" f s t a b) => LensLike f s t a b
tensorConnection :: forall f s t a b. (HasLens "tensorConnection" f s t a b) => LensLike f s t a b
timelineStep :: forall f s t a b. (HasLens "timelineStep" f s t a b) => LensLike f s t a b
timeoutInMs :: forall f s t a b. (HasLens "timeoutInMs" f s t a b) => LensLike f s t a b
toTensor :: forall f s t a b. (HasLens "toTensor" f s t a b) => LensLike f s t a b
traceLevel :: forall f s t a b. (HasLens "traceLevel" f s t a b) => LensLike f s t a b
usePerSessionThreads :: forall f s t a b. (HasLens "usePerSessionThreads" f s t a b) => LensLike f s t a b
useRpcForInprocessMaster :: forall f s t a b. (HasLens "useRpcForInprocessMaster" f s t a b) => LensLike f s t a b
useUnifiedMemory :: forall f s t a b. (HasLens "useUnifiedMemory" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
virtualDevices :: forall f s t a b. (HasLens "virtualDevices" f s t a b) => LensLike f s t a b
visibleDeviceList :: forall f s t a b. (HasLens "visibleDeviceList" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text GHC.Int.Int32, b ~ Data.Map.Internal.Map Data.Text.Internal.Text GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "deviceCount" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "intraOpParallelismThreads" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "interOpParallelismThreads" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "usePerSessionThreads" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto], b ~ [Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto], GHC.Base.Functor f) => Lens.Labels.HasLens "sessionInterOpThreadPool" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "placementPeriod" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "deviceFilters" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.GPUOptions, b ~ Proto.Tensorflow.Core.Protobuf.Config.GPUOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "gpuOptions" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.GPUOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.GPUOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'gpuOptions" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "allowSoftPlacement" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "logDevicePlacement" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.GraphOptions, b ~ Proto.Tensorflow.Core.Protobuf.Config.GraphOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "graphOptions" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.GraphOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.GraphOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'graphOptions" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "operationTimeoutInMs" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.RPCOptions, b ~ Proto.Tensorflow.Core.Protobuf.Config.RPCOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "rpcOptions" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.RPCOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.RPCOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'rpcOptions" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, b ~ Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, GHC.Base.Functor f) => Lens.Labels.HasLens "clusterDef" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'clusterDef" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "isolateSessionState" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental, b ~ Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental, GHC.Base.Functor f) => Lens.Labels.HasLens "experimental" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'experimental" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto Proto.Tensorflow.Core.Protobuf.Config.ConfigProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "numThreads" f Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "globalName" f Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "feed" f Proto.Tensorflow.Core.Protobuf.Config.CallableOptions Proto.Tensorflow.Core.Protobuf.Config.CallableOptions a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "fetch" f Proto.Tensorflow.Core.Protobuf.Config.CallableOptions Proto.Tensorflow.Core.Protobuf.Config.CallableOptions a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "target" f Proto.Tensorflow.Core.Protobuf.Config.CallableOptions Proto.Tensorflow.Core.Protobuf.Config.CallableOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.RunOptions, b ~ Proto.Tensorflow.Core.Protobuf.Config.RunOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "runOptions" f Proto.Tensorflow.Core.Protobuf.Config.CallableOptions Proto.Tensorflow.Core.Protobuf.Config.CallableOptions a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'runOptions" f Proto.Tensorflow.Core.Protobuf.Config.CallableOptions Proto.Tensorflow.Core.Protobuf.Config.CallableOptions a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.Config.TensorConnection], b ~ [Proto.Tensorflow.Core.Protobuf.Config.TensorConnection], GHC.Base.Functor f) => Lens.Labels.HasLens "tensorConnection" f Proto.Tensorflow.Core.Protobuf.Config.CallableOptions Proto.Tensorflow.Core.Protobuf.Config.CallableOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "fromTensor" f Proto.Tensorflow.Core.Protobuf.Config.TensorConnection Proto.Tensorflow.Core.Protobuf.Config.TensorConnection a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "toTensor" f Proto.Tensorflow.Core.Protobuf.Config.TensorConnection Proto.Tensorflow.Core.Protobuf.Config.TensorConnection a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel, b ~ Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel, GHC.Base.Functor f) => Lens.Labels.HasLens "traceLevel" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "timeoutInMs" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "interOpThreadPool" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "outputPartitionGraphs" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions, b ~ Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "debugOptions" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'debugOptions" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "reportTensorAllocationsUponOom" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental, b ~ Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental, GHC.Base.Functor f) => Lens.Labels.HasLens "experimental" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'experimental" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions Proto.Tensorflow.Core.Protobuf.Config.RunOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.RunOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunOptions
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "collectiveGraphKey" f Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
instance (a ~ Proto.Tensorflow.Core.Framework.StepStats.StepStats, b ~ Proto.Tensorflow.Core.Framework.StepStats.StepStats, GHC.Base.Functor f) => Lens.Labels.HasLens "stepStats" f Proto.Tensorflow.Core.Protobuf.Config.RunMetadata Proto.Tensorflow.Core.Protobuf.Config.RunMetadata a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.StepStats.StepStats, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.StepStats.StepStats, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'stepStats" f Proto.Tensorflow.Core.Protobuf.Config.RunMetadata Proto.Tensorflow.Core.Protobuf.Config.RunMetadata a b
instance (a ~ Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef, b ~ Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef, GHC.Base.Functor f) => Lens.Labels.HasLens "costGraph" f Proto.Tensorflow.Core.Protobuf.Config.RunMetadata Proto.Tensorflow.Core.Protobuf.Config.RunMetadata a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'costGraph" f Proto.Tensorflow.Core.Protobuf.Config.RunMetadata Proto.Tensorflow.Core.Protobuf.Config.RunMetadata a b
instance (a ~ [Proto.Tensorflow.Core.Framework.Graph.GraphDef], b ~ [Proto.Tensorflow.Core.Framework.Graph.GraphDef], GHC.Base.Functor f) => Lens.Labels.HasLens "partitionGraphs" f Proto.Tensorflow.Core.Protobuf.Config.RunMetadata Proto.Tensorflow.Core.Protobuf.Config.RunMetadata a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "useRpcForInprocessMaster" f Proto.Tensorflow.Core.Protobuf.Config.RPCOptions Proto.Tensorflow.Core.Protobuf.Config.RPCOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "enableRecvScheduling" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions, b ~ Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "optimizerOptions" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'optimizerOptions" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "buildCostModel" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "buildCostModelAfter" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "inferShapes" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "placePrunedGraph" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "enableBfloat16Sendrecv" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "timelineStep" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig, b ~ Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig, GHC.Base.Functor f) => Lens.Labels.HasLens "rewriteOptions" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'rewriteOptions" f Proto.Tensorflow.Core.Protobuf.Config.GraphOptions Proto.Tensorflow.Core.Protobuf.Config.GraphOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "doCommonSubexpressionElimination" f Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "doConstantFolding" f Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "maxFoldedConstantInBytes" f Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "doFunctionInlining" f Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level, b ~ Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level, GHC.Base.Functor f) => Lens.Labels.HasLens "optLevel" f Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel, b ~ Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel, GHC.Base.Functor f) => Lens.Labels.HasLens "globalJitLevel" f Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "perProcessGpuMemoryFraction" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "allowGrowth" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "allocatorType" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "deferredDeletionBytes" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "visibleDeviceList" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "pollingActiveDelayUsecs" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "pollingInactiveDelayMsecs" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "forceGpuCompatible" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental, b ~ Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental, GHC.Base.Functor f) => Lens.Labels.HasLens "experimental" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'experimental" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions Proto.Tensorflow.Core.Protobuf.Config.GPUOptions a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
instance (a ~ [Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices], b ~ [Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices], GHC.Base.Functor f) => Lens.Labels.HasLens "virtualDevices" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "useUnifiedMemory" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
instance (a ~ [GHC.Types.Float], b ~ [GHC.Types.Float], GHC.Base.Functor f) => Lens.Labels.HasLens "memoryLimitMb" f Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "collectiveGroupLeader" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
module Proto.Tensorflow.Core.Protobuf.Saver
data SaverDef
SaverDef :: !Text -> !Text -> !Text -> !Int32 -> !Bool -> !Float -> !SaverDef'CheckpointFormatVersion -> SaverDef
[_SaverDef'filenameTensorName] :: SaverDef -> !Text
[_SaverDef'saveTensorName] :: SaverDef -> !Text
[_SaverDef'restoreOpName] :: SaverDef -> !Text
[_SaverDef'maxToKeep] :: SaverDef -> !Int32
[_SaverDef'sharded] :: SaverDef -> !Bool
[_SaverDef'keepCheckpointEveryNHours] :: SaverDef -> !Float
[_SaverDef'version] :: SaverDef -> !SaverDef'CheckpointFormatVersion
data SaverDef'CheckpointFormatVersion
SaverDef'LEGACY :: SaverDef'CheckpointFormatVersion
SaverDef'V1 :: SaverDef'CheckpointFormatVersion
SaverDef'V2 :: SaverDef'CheckpointFormatVersion
filenameTensorName :: forall f s t a b. (HasLens "filenameTensorName" f s t a b) => LensLike f s t a b
keepCheckpointEveryNHours :: forall f s t a b. (HasLens "keepCheckpointEveryNHours" f s t a b) => LensLike f s t a b
maxToKeep :: forall f s t a b. (HasLens "maxToKeep" f s t a b) => LensLike f s t a b
restoreOpName :: forall f s t a b. (HasLens "restoreOpName" f s t a b) => LensLike f s t a b
saveTensorName :: forall f s t a b. (HasLens "saveTensorName" f s t a b) => LensLike f s t a b
sharded :: forall f s t a b. (HasLens "sharded" f s t a b) => LensLike f s t a b
version :: forall f s t a b. (HasLens "version" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "filenameTensorName" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "saveTensorName" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "restoreOpName" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "maxToKeep" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "sharded" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance (a ~ GHC.Types.Float, b ~ GHC.Types.Float, GHC.Base.Functor f) => Lens.Labels.HasLens "keepCheckpointEveryNHours" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion, b ~ Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion, GHC.Base.Functor f) => Lens.Labels.HasLens "version" f Proto.Tensorflow.Core.Protobuf.Saver.SaverDef Proto.Tensorflow.Core.Protobuf.Saver.SaverDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
module Proto.Tensorflow.Core.Protobuf.MetaGraph
data AssetFileDef
AssetFileDef :: !(Maybe TensorInfo) -> !Text -> AssetFileDef
[_AssetFileDef'tensorInfo] :: AssetFileDef -> !(Maybe TensorInfo)
[_AssetFileDef'filename] :: AssetFileDef -> !Text
data CollectionDef
CollectionDef :: !(Maybe CollectionDef'Kind) -> CollectionDef
[_CollectionDef'kind] :: CollectionDef -> !(Maybe CollectionDef'Kind)
data CollectionDef'Kind
CollectionDef'NodeList' :: !CollectionDef'NodeList -> CollectionDef'Kind
CollectionDef'BytesList' :: !CollectionDef'BytesList -> CollectionDef'Kind
CollectionDef'Int64List' :: !CollectionDef'Int64List -> CollectionDef'Kind
CollectionDef'FloatList' :: !CollectionDef'FloatList -> CollectionDef'Kind
CollectionDef'AnyList' :: !CollectionDef'AnyList -> CollectionDef'Kind
data CollectionDef'AnyList
CollectionDef'AnyList :: ![Any] -> CollectionDef'AnyList
[_CollectionDef'AnyList'value] :: CollectionDef'AnyList -> ![Any]
data CollectionDef'BytesList
CollectionDef'BytesList :: ![ByteString] -> CollectionDef'BytesList
[_CollectionDef'BytesList'value] :: CollectionDef'BytesList -> ![ByteString]
data CollectionDef'FloatList
CollectionDef'FloatList :: ![Float] -> CollectionDef'FloatList
[_CollectionDef'FloatList'value] :: CollectionDef'FloatList -> ![Float]
data CollectionDef'Int64List
CollectionDef'Int64List :: ![Int64] -> CollectionDef'Int64List
[_CollectionDef'Int64List'value] :: CollectionDef'Int64List -> ![Int64]
data CollectionDef'NodeList
CollectionDef'NodeList :: ![Text] -> CollectionDef'NodeList
[_CollectionDef'NodeList'value] :: CollectionDef'NodeList -> ![Text]
data MetaGraphDef
MetaGraphDef :: !(Maybe MetaGraphDef'MetaInfoDef) -> !(Maybe GraphDef) -> !(Maybe SaverDef) -> !(Map Text CollectionDef) -> !(Map Text SignatureDef) -> ![AssetFileDef] -> MetaGraphDef
[_MetaGraphDef'metaInfoDef] :: MetaGraphDef -> !(Maybe MetaGraphDef'MetaInfoDef)
[_MetaGraphDef'graphDef] :: MetaGraphDef -> !(Maybe GraphDef)
[_MetaGraphDef'saverDef] :: MetaGraphDef -> !(Maybe SaverDef)
[_MetaGraphDef'collectionDef] :: MetaGraphDef -> !(Map Text CollectionDef)
[_MetaGraphDef'signatureDef] :: MetaGraphDef -> !(Map Text SignatureDef)
[_MetaGraphDef'assetFileDef] :: MetaGraphDef -> ![AssetFileDef]
data MetaGraphDef'CollectionDefEntry
MetaGraphDef'CollectionDefEntry :: !Text -> !(Maybe CollectionDef) -> MetaGraphDef'CollectionDefEntry
[_MetaGraphDef'CollectionDefEntry'key] :: MetaGraphDef'CollectionDefEntry -> !Text
[_MetaGraphDef'CollectionDefEntry'value] :: MetaGraphDef'CollectionDefEntry -> !(Maybe CollectionDef)
data MetaGraphDef'MetaInfoDef
MetaGraphDef'MetaInfoDef :: !Text -> !(Maybe OpList) -> !(Maybe Any) -> ![Text] -> !Text -> !Text -> !Bool -> MetaGraphDef'MetaInfoDef
[_MetaGraphDef'MetaInfoDef'metaGraphVersion] :: MetaGraphDef'MetaInfoDef -> !Text
[_MetaGraphDef'MetaInfoDef'strippedOpList] :: MetaGraphDef'MetaInfoDef -> !(Maybe OpList)
[_MetaGraphDef'MetaInfoDef'anyInfo] :: MetaGraphDef'MetaInfoDef -> !(Maybe Any)
[_MetaGraphDef'MetaInfoDef'tags] :: MetaGraphDef'MetaInfoDef -> ![Text]
[_MetaGraphDef'MetaInfoDef'tensorflowVersion] :: MetaGraphDef'MetaInfoDef -> !Text
[_MetaGraphDef'MetaInfoDef'tensorflowGitVersion] :: MetaGraphDef'MetaInfoDef -> !Text
[_MetaGraphDef'MetaInfoDef'strippedDefaultAttrs] :: MetaGraphDef'MetaInfoDef -> !Bool
data MetaGraphDef'SignatureDefEntry
MetaGraphDef'SignatureDefEntry :: !Text -> !(Maybe SignatureDef) -> MetaGraphDef'SignatureDefEntry
[_MetaGraphDef'SignatureDefEntry'key] :: MetaGraphDef'SignatureDefEntry -> !Text
[_MetaGraphDef'SignatureDefEntry'value] :: MetaGraphDef'SignatureDefEntry -> !(Maybe SignatureDef)
data SignatureDef
SignatureDef :: !(Map Text TensorInfo) -> !(Map Text TensorInfo) -> !Text -> SignatureDef
[_SignatureDef'inputs] :: SignatureDef -> !(Map Text TensorInfo)
[_SignatureDef'outputs] :: SignatureDef -> !(Map Text TensorInfo)
[_SignatureDef'methodName] :: SignatureDef -> !Text
data SignatureDef'InputsEntry
SignatureDef'InputsEntry :: !Text -> !(Maybe TensorInfo) -> SignatureDef'InputsEntry
[_SignatureDef'InputsEntry'key] :: SignatureDef'InputsEntry -> !Text
[_SignatureDef'InputsEntry'value] :: SignatureDef'InputsEntry -> !(Maybe TensorInfo)
data SignatureDef'OutputsEntry
SignatureDef'OutputsEntry :: !Text -> !(Maybe TensorInfo) -> SignatureDef'OutputsEntry
[_SignatureDef'OutputsEntry'key] :: SignatureDef'OutputsEntry -> !Text
[_SignatureDef'OutputsEntry'value] :: SignatureDef'OutputsEntry -> !(Maybe TensorInfo)
data TensorInfo
TensorInfo :: !DataType -> !(Maybe TensorShapeProto) -> !(Maybe TensorInfo'Encoding) -> TensorInfo
[_TensorInfo'dtype] :: TensorInfo -> !DataType
[_TensorInfo'tensorShape] :: TensorInfo -> !(Maybe TensorShapeProto)
[_TensorInfo'encoding] :: TensorInfo -> !(Maybe TensorInfo'Encoding)
data TensorInfo'Encoding
TensorInfo'Name :: !Text -> TensorInfo'Encoding
TensorInfo'CooSparse' :: !TensorInfo'CooSparse -> TensorInfo'Encoding
data TensorInfo'CooSparse
TensorInfo'CooSparse :: !Text -> !Text -> !Text -> TensorInfo'CooSparse
[_TensorInfo'CooSparse'valuesTensorName] :: TensorInfo'CooSparse -> !Text
[_TensorInfo'CooSparse'indicesTensorName] :: TensorInfo'CooSparse -> !Text
[_TensorInfo'CooSparse'denseShapeTensorName] :: TensorInfo'CooSparse -> !Text
anyInfo :: forall f s t a b. (HasLens "anyInfo" f s t a b) => LensLike f s t a b
anyList :: forall f s t a b. (HasLens "anyList" f s t a b) => LensLike f s t a b
assetFileDef :: forall f s t a b. (HasLens "assetFileDef" f s t a b) => LensLike f s t a b
bytesList :: forall f s t a b. (HasLens "bytesList" f s t a b) => LensLike f s t a b
collectionDef :: forall f s t a b. (HasLens "collectionDef" f s t a b) => LensLike f s t a b
cooSparse :: forall f s t a b. (HasLens "cooSparse" f s t a b) => LensLike f s t a b
denseShapeTensorName :: forall f s t a b. (HasLens "denseShapeTensorName" f s t a b) => LensLike f s t a b
dtype :: forall f s t a b. (HasLens "dtype" f s t a b) => LensLike f s t a b
filename :: forall f s t a b. (HasLens "filename" f s t a b) => LensLike f s t a b
floatList :: forall f s t a b. (HasLens "floatList" f s t a b) => LensLike f s t a b
graphDef :: forall f s t a b. (HasLens "graphDef" f s t a b) => LensLike f s t a b
indicesTensorName :: forall f s t a b. (HasLens "indicesTensorName" f s t a b) => LensLike f s t a b
inputs :: forall f s t a b. (HasLens "inputs" f s t a b) => LensLike f s t a b
int64List :: forall f s t a b. (HasLens "int64List" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
maybe'anyInfo :: forall f s t a b. (HasLens "maybe'anyInfo" f s t a b) => LensLike f s t a b
maybe'anyList :: forall f s t a b. (HasLens "maybe'anyList" f s t a b) => LensLike f s t a b
maybe'bytesList :: forall f s t a b. (HasLens "maybe'bytesList" f s t a b) => LensLike f s t a b
maybe'cooSparse :: forall f s t a b. (HasLens "maybe'cooSparse" f s t a b) => LensLike f s t a b
maybe'encoding :: forall f s t a b. (HasLens "maybe'encoding" f s t a b) => LensLike f s t a b
maybe'floatList :: forall f s t a b. (HasLens "maybe'floatList" f s t a b) => LensLike f s t a b
maybe'graphDef :: forall f s t a b. (HasLens "maybe'graphDef" f s t a b) => LensLike f s t a b
maybe'int64List :: forall f s t a b. (HasLens "maybe'int64List" f s t a b) => LensLike f s t a b
maybe'kind :: forall f s t a b. (HasLens "maybe'kind" f s t a b) => LensLike f s t a b
maybe'metaInfoDef :: forall f s t a b. (HasLens "maybe'metaInfoDef" f s t a b) => LensLike f s t a b
maybe'name :: forall f s t a b. (HasLens "maybe'name" f s t a b) => LensLike f s t a b
maybe'nodeList :: forall f s t a b. (HasLens "maybe'nodeList" f s t a b) => LensLike f s t a b
maybe'saverDef :: forall f s t a b. (HasLens "maybe'saverDef" f s t a b) => LensLike f s t a b
maybe'strippedOpList :: forall f s t a b. (HasLens "maybe'strippedOpList" f s t a b) => LensLike f s t a b
maybe'tensorInfo :: forall f s t a b. (HasLens "maybe'tensorInfo" f s t a b) => LensLike f s t a b
maybe'tensorShape :: forall f s t a b. (HasLens "maybe'tensorShape" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
metaGraphVersion :: forall f s t a b. (HasLens "metaGraphVersion" f s t a b) => LensLike f s t a b
metaInfoDef :: forall f s t a b. (HasLens "metaInfoDef" f s t a b) => LensLike f s t a b
methodName :: forall f s t a b. (HasLens "methodName" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
nodeList :: forall f s t a b. (HasLens "nodeList" f s t a b) => LensLike f s t a b
outputs :: forall f s t a b. (HasLens "outputs" f s t a b) => LensLike f s t a b
saverDef :: forall f s t a b. (HasLens "saverDef" f s t a b) => LensLike f s t a b
signatureDef :: forall f s t a b. (HasLens "signatureDef" f s t a b) => LensLike f s t a b
strippedDefaultAttrs :: forall f s t a b. (HasLens "strippedDefaultAttrs" f s t a b) => LensLike f s t a b
strippedOpList :: forall f s t a b. (HasLens "strippedOpList" f s t a b) => LensLike f s t a b
tags :: forall f s t a b. (HasLens "tags" f s t a b) => LensLike f s t a b
tensorInfo :: forall f s t a b. (HasLens "tensorInfo" f s t a b) => LensLike f s t a b
tensorShape :: forall f s t a b. (HasLens "tensorShape" f s t a b) => LensLike f s t a b
tensorflowGitVersion :: forall f s t a b. (HasLens "tensorflowGitVersion" f s t a b) => LensLike f s t a b
tensorflowVersion :: forall f s t a b. (HasLens "tensorflowVersion" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
valuesTensorName :: forall f s t a b. (HasLens "valuesTensorName" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef, GHC.Base.Functor f) => Lens.Labels.HasLens "metaInfoDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'metaInfoDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.Graph.GraphDef, b ~ Proto.Tensorflow.Core.Framework.Graph.GraphDef, GHC.Base.Functor f) => Lens.Labels.HasLens "graphDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Graph.GraphDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Graph.GraphDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'graphDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Saver.SaverDef, b ~ Proto.Tensorflow.Core.Protobuf.Saver.SaverDef, GHC.Base.Functor f) => Lens.Labels.HasLens "saverDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Saver.SaverDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Saver.SaverDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'saverDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "collectionDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef, GHC.Base.Functor f) => Lens.Labels.HasLens "signatureDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef], b ~ [Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef], GHC.Base.Functor f) => Lens.Labels.HasLens "assetFileDef" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorInfo" f Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensorInfo" f Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "filename" f Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "inputs" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "outputs" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "methodName" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorShape" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'tensorShape" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'encoding" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ GHC.Base.Maybe Data.Text.Internal.Text, b ~ GHC.Base.Maybe Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'name" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'cooSparse" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse, GHC.Base.Functor f) => Lens.Labels.HasLens "cooSparse" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "valuesTensorName" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "indicesTensorName" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "denseShapeTensorName" f Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "metaGraphVersion" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ Proto.Tensorflow.Core.Framework.OpDef.OpList, b ~ Proto.Tensorflow.Core.Framework.OpDef.OpList, GHC.Base.Functor f) => Lens.Labels.HasLens "strippedOpList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'strippedOpList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ Proto.Google.Protobuf.Any.Any, b ~ Proto.Google.Protobuf.Any.Any, GHC.Base.Functor f) => Lens.Labels.HasLens "anyInfo" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ GHC.Base.Maybe Proto.Google.Protobuf.Any.Any, b ~ GHC.Base.Maybe Proto.Google.Protobuf.Any.Any, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'anyInfo" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "tags" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorflowVersion" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "tensorflowGitVersion" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance (a ~ GHC.Types.Bool, b ~ GHC.Types.Bool, GHC.Base.Functor f) => Lens.Labels.HasLens "strippedDefaultAttrs" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'kind" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'nodeList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList, GHC.Base.Functor f) => Lens.Labels.HasLens "nodeList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'bytesList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList, GHC.Base.Functor f) => Lens.Labels.HasLens "bytesList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'int64List" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List, GHC.Base.Functor f) => Lens.Labels.HasLens "int64List" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'floatList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList, GHC.Base.Functor f) => Lens.Labels.HasLens "floatList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'anyList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList, b ~ Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList, GHC.Base.Functor f) => Lens.Labels.HasLens "anyList" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
instance (a ~ [GHC.Int.Int64], b ~ [GHC.Int.Int64], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
instance (a ~ [GHC.Types.Float], b ~ [GHC.Types.Float], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
instance (a ~ [Data.ByteString.Internal.ByteString], b ~ [Data.ByteString.Internal.ByteString], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
instance (a ~ [Proto.Google.Protobuf.Any.Any], b ~ [Proto.Google.Protobuf.Any.Any], GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
module Proto.Tensorflow.Core.Protobuf.SavedModel
data SavedModel
SavedModel :: !Int64 -> ![MetaGraphDef] -> SavedModel
[_SavedModel'savedModelSchemaVersion] :: SavedModel -> !Int64
[_SavedModel'metaGraphs] :: SavedModel -> ![MetaGraphDef]
metaGraphs :: forall f s t a b. (HasLens "metaGraphs" f s t a b) => LensLike f s t a b
savedModelSchemaVersion :: forall f s t a b. (HasLens "savedModelSchemaVersion" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "savedModelSchemaVersion" f Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel a b
instance (a ~ [Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef], b ~ [Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef], GHC.Base.Functor f) => Lens.Labels.HasLens "metaGraphs" f Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
module Proto.Tensorflow.Core.Protobuf.TensorBundle
data BundleEntryProto
BundleEntryProto :: !DataType -> !(Maybe TensorShapeProto) -> !Int32 -> !Int64 -> !Int64 -> !Word32 -> ![TensorSliceProto] -> BundleEntryProto
[_BundleEntryProto'dtype] :: BundleEntryProto -> !DataType
[_BundleEntryProto'shape] :: BundleEntryProto -> !(Maybe TensorShapeProto)
[_BundleEntryProto'shardId] :: BundleEntryProto -> !Int32
[_BundleEntryProto'offset] :: BundleEntryProto -> !Int64
[_BundleEntryProto'size] :: BundleEntryProto -> !Int64
[_BundleEntryProto'crc32c] :: BundleEntryProto -> !Word32
[_BundleEntryProto'slices] :: BundleEntryProto -> ![TensorSliceProto]
data BundleHeaderProto
BundleHeaderProto :: !Int32 -> !BundleHeaderProto'Endianness -> !(Maybe VersionDef) -> BundleHeaderProto
[_BundleHeaderProto'numShards] :: BundleHeaderProto -> !Int32
[_BundleHeaderProto'endianness] :: BundleHeaderProto -> !BundleHeaderProto'Endianness
[_BundleHeaderProto'version] :: BundleHeaderProto -> !(Maybe VersionDef)
data BundleHeaderProto'Endianness
BundleHeaderProto'LITTLE :: BundleHeaderProto'Endianness
BundleHeaderProto'BIG :: BundleHeaderProto'Endianness
crc32c :: forall f s t a b. (HasLens "crc32c" f s t a b) => LensLike f s t a b
dtype :: forall f s t a b. (HasLens "dtype" f s t a b) => LensLike f s t a b
endianness :: forall f s t a b. (HasLens "endianness" f s t a b) => LensLike f s t a b
maybe'shape :: forall f s t a b. (HasLens "maybe'shape" f s t a b) => LensLike f s t a b
maybe'version :: forall f s t a b. (HasLens "maybe'version" f s t a b) => LensLike f s t a b
numShards :: forall f s t a b. (HasLens "numShards" f s t a b) => LensLike f s t a b
offset :: forall f s t a b. (HasLens "offset" f s t a b) => LensLike f s t a b
shape :: forall f s t a b. (HasLens "shape" f s t a b) => LensLike f s t a b
shardId :: forall f s t a b. (HasLens "shardId" f s t a b) => LensLike f s t a b
size :: forall f s t a b. (HasLens "size" f s t a b) => LensLike f s t a b
slices :: forall f s t a b. (HasLens "slices" f s t a b) => LensLike f s t a b
version :: forall f s t a b. (HasLens "version" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "numShards" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness, b ~ Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness, GHC.Base.Functor f) => Lens.Labels.HasLens "endianness" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto a b
instance (a ~ Proto.Tensorflow.Core.Framework.Versions.VersionDef, b ~ Proto.Tensorflow.Core.Framework.Versions.VersionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "version" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'version" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "dtype" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'shape" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "shardId" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "offset" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "size" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ GHC.Word.Word32, b ~ GHC.Word.Word32, GHC.Base.Functor f) => Lens.Labels.HasLens "crc32c" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance (a ~ [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto], b ~ [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto], GHC.Base.Functor f) => Lens.Labels.HasLens "slices" f Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
module Proto.Tensorflow.Core.Protobuf.TensorflowServer
data ServerDef
ServerDef :: !(Maybe ClusterDef) -> !Text -> !Int32 -> !(Maybe ConfigProto) -> !Text -> ServerDef
[_ServerDef'cluster] :: ServerDef -> !(Maybe ClusterDef)
[_ServerDef'jobName] :: ServerDef -> !Text
[_ServerDef'taskIndex] :: ServerDef -> !Int32
[_ServerDef'defaultSessionConfig] :: ServerDef -> !(Maybe ConfigProto)
[_ServerDef'protocol] :: ServerDef -> !Text
cluster :: forall f s t a b. (HasLens "cluster" f s t a b) => LensLike f s t a b
defaultSessionConfig :: forall f s t a b. (HasLens "defaultSessionConfig" f s t a b) => LensLike f s t a b
jobName :: forall f s t a b. (HasLens "jobName" f s t a b) => LensLike f s t a b
maybe'cluster :: forall f s t a b. (HasLens "maybe'cluster" f s t a b) => LensLike f s t a b
maybe'defaultSessionConfig :: forall f s t a b. (HasLens "maybe'defaultSessionConfig" f s t a b) => LensLike f s t a b
protocol :: forall f s t a b. (HasLens "protocol" f s t a b) => LensLike f s t a b
taskIndex :: forall f s t a b. (HasLens "taskIndex" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
instance (a ~ Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, b ~ Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, GHC.Base.Functor f) => Lens.Labels.HasLens "cluster" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'cluster" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "jobName" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance (a ~ GHC.Int.Int32, b ~ GHC.Int.Int32, GHC.Base.Functor f) => Lens.Labels.HasLens "taskIndex" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance (a ~ Proto.Tensorflow.Core.Protobuf.Config.ConfigProto, b ~ Proto.Tensorflow.Core.Protobuf.Config.ConfigProto, GHC.Base.Functor f) => Lens.Labels.HasLens "defaultSessionConfig" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.ConfigProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Protobuf.Config.ConfigProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'defaultSessionConfig" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "protocol" f Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
module Proto.Tensorflow.Core.Util.Event
data Event
Event :: !Double -> !Int64 -> !(Maybe Event'What) -> Event
[_Event'wallTime] :: Event -> !Double
[_Event'step] :: Event -> !Int64
[_Event'what] :: Event -> !(Maybe Event'What)
data Event'What
Event'FileVersion :: !Text -> Event'What
Event'GraphDef :: !ByteString -> Event'What
Event'Summary :: !Summary -> Event'What
Event'LogMessage :: !LogMessage -> Event'What
Event'SessionLog :: !SessionLog -> Event'What
Event'TaggedRunMetadata :: !TaggedRunMetadata -> Event'What
Event'MetaGraphDef :: !ByteString -> Event'What
data LogMessage
LogMessage :: !LogMessage'Level -> !Text -> LogMessage
[_LogMessage'level] :: LogMessage -> !LogMessage'Level
[_LogMessage'message] :: LogMessage -> !Text
data LogMessage'Level
LogMessage'UNKNOWN :: LogMessage'Level
LogMessage'DEBUGGING :: LogMessage'Level
LogMessage'INFO :: LogMessage'Level
LogMessage'WARN :: LogMessage'Level
LogMessage'ERROR :: LogMessage'Level
LogMessage'FATAL :: LogMessage'Level
data SessionLog
SessionLog :: !SessionLog'SessionStatus -> !Text -> !Text -> SessionLog
[_SessionLog'status] :: SessionLog -> !SessionLog'SessionStatus
[_SessionLog'checkpointPath] :: SessionLog -> !Text
[_SessionLog'msg] :: SessionLog -> !Text
data SessionLog'SessionStatus
SessionLog'STATUS_UNSPECIFIED :: SessionLog'SessionStatus
SessionLog'START :: SessionLog'SessionStatus
SessionLog'STOP :: SessionLog'SessionStatus
SessionLog'CHECKPOINT :: SessionLog'SessionStatus
data TaggedRunMetadata
TaggedRunMetadata :: !Text -> !ByteString -> TaggedRunMetadata
[_TaggedRunMetadata'tag] :: TaggedRunMetadata -> !Text
[_TaggedRunMetadata'runMetadata] :: TaggedRunMetadata -> !ByteString
data WatchdogConfig
WatchdogConfig :: !Int64 -> WatchdogConfig
[_WatchdogConfig'timeoutMs] :: WatchdogConfig -> !Int64
data WorkerHealth
OK :: WorkerHealth
RECEIVED_SHUTDOWN_SIGNAL :: WorkerHealth
INTERNAL_ERROR :: WorkerHealth
data WorkerHeartbeatRequest
WorkerHeartbeatRequest :: !WorkerShutdownMode -> !(Maybe WatchdogConfig) -> WorkerHeartbeatRequest
[_WorkerHeartbeatRequest'shutdownMode] :: WorkerHeartbeatRequest -> !WorkerShutdownMode
[_WorkerHeartbeatRequest'watchdogConfig] :: WorkerHeartbeatRequest -> !(Maybe WatchdogConfig)
data WorkerHeartbeatResponse
WorkerHeartbeatResponse :: !WorkerHealth -> ![Event] -> !Text -> WorkerHeartbeatResponse
[_WorkerHeartbeatResponse'healthStatus] :: WorkerHeartbeatResponse -> !WorkerHealth
[_WorkerHeartbeatResponse'workerLog] :: WorkerHeartbeatResponse -> ![Event]
[_WorkerHeartbeatResponse'hostname] :: WorkerHeartbeatResponse -> !Text
data WorkerShutdownMode
DEFAULT :: WorkerShutdownMode
SHUTDOWN_IMMEDIATELY :: WorkerShutdownMode
WAIT_FOR_COORDINATOR :: WorkerShutdownMode
checkpointPath :: forall f s t a b. (HasLens "checkpointPath" f s t a b) => LensLike f s t a b
fileVersion :: forall f s t a b. (HasLens "fileVersion" f s t a b) => LensLike f s t a b
graphDef :: forall f s t a b. (HasLens "graphDef" f s t a b) => LensLike f s t a b
healthStatus :: forall f s t a b. (HasLens "healthStatus" f s t a b) => LensLike f s t a b
hostname :: forall f s t a b. (HasLens "hostname" f s t a b) => LensLike f s t a b
level :: forall f s t a b. (HasLens "level" f s t a b) => LensLike f s t a b
logMessage :: forall f s t a b. (HasLens "logMessage" f s t a b) => LensLike f s t a b
maybe'fileVersion :: forall f s t a b. (HasLens "maybe'fileVersion" f s t a b) => LensLike f s t a b
maybe'graphDef :: forall f s t a b. (HasLens "maybe'graphDef" f s t a b) => LensLike f s t a b
maybe'logMessage :: forall f s t a b. (HasLens "maybe'logMessage" f s t a b) => LensLike f s t a b
maybe'metaGraphDef :: forall f s t a b. (HasLens "maybe'metaGraphDef" f s t a b) => LensLike f s t a b
maybe'sessionLog :: forall f s t a b. (HasLens "maybe'sessionLog" f s t a b) => LensLike f s t a b
maybe'summary :: forall f s t a b. (HasLens "maybe'summary" f s t a b) => LensLike f s t a b
maybe'taggedRunMetadata :: forall f s t a b. (HasLens "maybe'taggedRunMetadata" f s t a b) => LensLike f s t a b
maybe'watchdogConfig :: forall f s t a b. (HasLens "maybe'watchdogConfig" f s t a b) => LensLike f s t a b
maybe'what :: forall f s t a b. (HasLens "maybe'what" f s t a b) => LensLike f s t a b
message :: forall f s t a b. (HasLens "message" f s t a b) => LensLike f s t a b
metaGraphDef :: forall f s t a b. (HasLens "metaGraphDef" f s t a b) => LensLike f s t a b
msg :: forall f s t a b. (HasLens "msg" f s t a b) => LensLike f s t a b
runMetadata :: forall f s t a b. (HasLens "runMetadata" f s t a b) => LensLike f s t a b
sessionLog :: forall f s t a b. (HasLens "sessionLog" f s t a b) => LensLike f s t a b
shutdownMode :: forall f s t a b. (HasLens "shutdownMode" f s t a b) => LensLike f s t a b
status :: forall f s t a b. (HasLens "status" f s t a b) => LensLike f s t a b
step :: forall f s t a b. (HasLens "step" f s t a b) => LensLike f s t a b
summary :: forall f s t a b. (HasLens "summary" f s t a b) => LensLike f s t a b
tag :: forall f s t a b. (HasLens "tag" f s t a b) => LensLike f s t a b
taggedRunMetadata :: forall f s t a b. (HasLens "taggedRunMetadata" f s t a b) => LensLike f s t a b
timeoutMs :: forall f s t a b. (HasLens "timeoutMs" f s t a b) => LensLike f s t a b
wallTime :: forall f s t a b. (HasLens "wallTime" f s t a b) => LensLike f s t a b
watchdogConfig :: forall f s t a b. (HasLens "watchdogConfig" f s t a b) => LensLike f s t a b
workerLog :: forall f s t a b. (HasLens "workerLog" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WatchdogConfig
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WatchdogConfig
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WatchdogConfig
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.Event
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.Event
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.Event
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.Event'What
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.Event'What
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.Event'What
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.SessionLog
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.SessionLog
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.SessionLog
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.LogMessage
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.LogMessage
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.LogMessage
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance (a ~ Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode, b ~ Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode, GHC.Base.Functor f) => Lens.Labels.HasLens "shutdownMode" f Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest a b
instance (a ~ Proto.Tensorflow.Core.Util.Event.WatchdogConfig, b ~ Proto.Tensorflow.Core.Util.Event.WatchdogConfig, GHC.Base.Functor f) => Lens.Labels.HasLens "watchdogConfig" f Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.WatchdogConfig, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.WatchdogConfig, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'watchdogConfig" f Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
instance (a ~ Proto.Tensorflow.Core.Util.Event.WorkerHealth, b ~ Proto.Tensorflow.Core.Util.Event.WorkerHealth, GHC.Base.Functor f) => Lens.Labels.HasLens "healthStatus" f Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse a b
instance (a ~ [Proto.Tensorflow.Core.Util.Event.Event], b ~ [Proto.Tensorflow.Core.Util.Event.Event], GHC.Base.Functor f) => Lens.Labels.HasLens "workerLog" f Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "hostname" f Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.WorkerHealth
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "timeoutMs" f Proto.Tensorflow.Core.Util.Event.WatchdogConfig Proto.Tensorflow.Core.Util.Event.WatchdogConfig a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.WatchdogConfig
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.WatchdogConfig
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "wallTime" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "step" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.Event'What, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.Event'What, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'what" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Data.Text.Internal.Text, b ~ GHC.Base.Maybe Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'fileVersion" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "fileVersion" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, b ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'graphDef" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "graphDef" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'summary" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Proto.Tensorflow.Core.Framework.Summary.Summary, b ~ Proto.Tensorflow.Core.Framework.Summary.Summary, GHC.Base.Functor f) => Lens.Labels.HasLens "summary" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.LogMessage, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.LogMessage, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'logMessage" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Proto.Tensorflow.Core.Util.Event.LogMessage, b ~ Proto.Tensorflow.Core.Util.Event.LogMessage, GHC.Base.Functor f) => Lens.Labels.HasLens "logMessage" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.SessionLog, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.SessionLog, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'sessionLog" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Proto.Tensorflow.Core.Util.Event.SessionLog, b ~ Proto.Tensorflow.Core.Util.Event.SessionLog, GHC.Base.Functor f) => Lens.Labels.HasLens "sessionLog" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'taggedRunMetadata" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata, b ~ Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata, GHC.Base.Functor f) => Lens.Labels.HasLens "taggedRunMetadata" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, b ~ GHC.Base.Maybe Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'metaGraphDef" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "metaGraphDef" f Proto.Tensorflow.Core.Util.Event.Event Proto.Tensorflow.Core.Util.Event.Event a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.Event
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.Event
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "tag" f Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata a b
instance (a ~ Data.ByteString.Internal.ByteString, b ~ Data.ByteString.Internal.ByteString, GHC.Base.Functor f) => Lens.Labels.HasLens "runMetadata" f Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
instance (a ~ Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus, b ~ Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus, GHC.Base.Functor f) => Lens.Labels.HasLens "status" f Proto.Tensorflow.Core.Util.Event.SessionLog Proto.Tensorflow.Core.Util.Event.SessionLog a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "checkpointPath" f Proto.Tensorflow.Core.Util.Event.SessionLog Proto.Tensorflow.Core.Util.Event.SessionLog a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "msg" f Proto.Tensorflow.Core.Util.Event.SessionLog Proto.Tensorflow.Core.Util.Event.SessionLog a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.SessionLog
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.SessionLog
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
instance (a ~ Proto.Tensorflow.Core.Util.Event.LogMessage'Level, b ~ Proto.Tensorflow.Core.Util.Event.LogMessage'Level, GHC.Base.Functor f) => Lens.Labels.HasLens "level" f Proto.Tensorflow.Core.Util.Event.LogMessage Proto.Tensorflow.Core.Util.Event.LogMessage a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "message" f Proto.Tensorflow.Core.Util.Event.LogMessage Proto.Tensorflow.Core.Util.Event.LogMessage a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.LogMessage
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.LogMessage
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.LogMessage'Level
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.LogMessage'Level
module Proto.Tensorflow.Core.Util.MemmappedFileSystem
data MemmappedFileSystemDirectory
MemmappedFileSystemDirectory :: ![MemmappedFileSystemDirectoryElement] -> MemmappedFileSystemDirectory
[_MemmappedFileSystemDirectory'element] :: MemmappedFileSystemDirectory -> ![MemmappedFileSystemDirectoryElement]
data MemmappedFileSystemDirectoryElement
MemmappedFileSystemDirectoryElement :: !Word64 -> !Text -> MemmappedFileSystemDirectoryElement
[_MemmappedFileSystemDirectoryElement'offset] :: MemmappedFileSystemDirectoryElement -> !Word64
[_MemmappedFileSystemDirectoryElement'name] :: MemmappedFileSystemDirectoryElement -> !Text
element :: forall f s t a b. (HasLens "element" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
offset :: forall f s t a b. (HasLens "offset" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
instance GHC.Show.Show Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
instance GHC.Show.Show Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
instance (a ~ [Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement], b ~ [Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement], GHC.Base.Functor f) => Lens.Labels.HasLens "element" f Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
instance (a ~ GHC.Word.Word64, b ~ GHC.Word.Word64, GHC.Base.Functor f) => Lens.Labels.HasLens "offset" f Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
module Proto.Tensorflow.Core.Util.SavedTensorSlice
data SavedSlice
SavedSlice :: !Text -> !(Maybe TensorSliceProto) -> !(Maybe TensorProto) -> SavedSlice
[_SavedSlice'name] :: SavedSlice -> !Text
[_SavedSlice'slice] :: SavedSlice -> !(Maybe TensorSliceProto)
[_SavedSlice'data'] :: SavedSlice -> !(Maybe TensorProto)
data SavedSliceMeta
SavedSliceMeta :: !Text -> !(Maybe TensorShapeProto) -> !DataType -> ![TensorSliceProto] -> SavedSliceMeta
[_SavedSliceMeta'name] :: SavedSliceMeta -> !Text
[_SavedSliceMeta'shape] :: SavedSliceMeta -> !(Maybe TensorShapeProto)
[_SavedSliceMeta'type'] :: SavedSliceMeta -> !DataType
[_SavedSliceMeta'slice] :: SavedSliceMeta -> ![TensorSliceProto]
data SavedTensorSliceMeta
SavedTensorSliceMeta :: ![SavedSliceMeta] -> !(Maybe VersionDef) -> SavedTensorSliceMeta
[_SavedTensorSliceMeta'tensor] :: SavedTensorSliceMeta -> ![SavedSliceMeta]
[_SavedTensorSliceMeta'versions] :: SavedTensorSliceMeta -> !(Maybe VersionDef)
data SavedTensorSlices
SavedTensorSlices :: !(Maybe SavedTensorSliceMeta) -> !(Maybe SavedSlice) -> SavedTensorSlices
[_SavedTensorSlices'meta] :: SavedTensorSlices -> !(Maybe SavedTensorSliceMeta)
[_SavedTensorSlices'data'] :: SavedTensorSlices -> !(Maybe SavedSlice)
data' :: forall f s t a b. (HasLens "data'" f s t a b) => LensLike f s t a b
maybe'data' :: forall f s t a b. (HasLens "maybe'data'" f s t a b) => LensLike f s t a b
maybe'meta :: forall f s t a b. (HasLens "maybe'meta" f s t a b) => LensLike f s t a b
maybe'shape :: forall f s t a b. (HasLens "maybe'shape" f s t a b) => LensLike f s t a b
maybe'slice :: forall f s t a b. (HasLens "maybe'slice" f s t a b) => LensLike f s t a b
maybe'versions :: forall f s t a b. (HasLens "maybe'versions" f s t a b) => LensLike f s t a b
meta :: forall f s t a b. (HasLens "meta" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
shape :: forall f s t a b. (HasLens "shape" f s t a b) => LensLike f s t a b
slice :: forall f s t a b. (HasLens "slice" f s t a b) => LensLike f s t a b
tensor :: forall f s t a b. (HasLens "tensor" f s t a b) => LensLike f s t a b
type' :: forall f s t a b. (HasLens "type'" f s t a b) => LensLike f s t a b
versions :: forall f s t a b. (HasLens "versions" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
instance (a ~ Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta, b ~ Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta, GHC.Base.Functor f) => Lens.Labels.HasLens "meta" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'meta" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices a b
instance (a ~ Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice, b ~ Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice, GHC.Base.Functor f) => Lens.Labels.HasLens "data'" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'data'" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
instance (a ~ [Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta], b ~ [Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta], GHC.Base.Functor f) => Lens.Labels.HasLens "tensor" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta a b
instance (a ~ Proto.Tensorflow.Core.Framework.Versions.VersionDef, b ~ Proto.Tensorflow.Core.Framework.Versions.VersionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "versions" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'versions" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "shape" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'shape" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta a b
instance (a ~ Proto.Tensorflow.Core.Framework.Types.DataType, b ~ Proto.Tensorflow.Core.Framework.Types.DataType, GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta a b
instance (a ~ [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto], b ~ [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto], GHC.Base.Functor f) => Lens.Labels.HasLens "slice" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice a b
instance (a ~ Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto, b ~ Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto, GHC.Base.Functor f) => Lens.Labels.HasLens "slice" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'slice" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice a b
instance (a ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "data'" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'data'" f Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
module Proto.Tensorflow.Core.Util.TestLog
data AvailableDeviceInfo
AvailableDeviceInfo :: !Text -> !Text -> !Int64 -> !Text -> AvailableDeviceInfo
[_AvailableDeviceInfo'name] :: AvailableDeviceInfo -> !Text
[_AvailableDeviceInfo'type'] :: AvailableDeviceInfo -> !Text
[_AvailableDeviceInfo'memoryLimit] :: AvailableDeviceInfo -> !Int64
[_AvailableDeviceInfo'physicalDescription] :: AvailableDeviceInfo -> !Text
data BenchmarkEntries
BenchmarkEntries :: ![BenchmarkEntry] -> BenchmarkEntries
[_BenchmarkEntries'entry] :: BenchmarkEntries -> ![BenchmarkEntry]
data BenchmarkEntry
BenchmarkEntry :: !Text -> !Int64 -> !Double -> !Double -> !Double -> !(Map Text EntryValue) -> BenchmarkEntry
[_BenchmarkEntry'name] :: BenchmarkEntry -> !Text
[_BenchmarkEntry'iters] :: BenchmarkEntry -> !Int64
[_BenchmarkEntry'cpuTime] :: BenchmarkEntry -> !Double
[_BenchmarkEntry'wallTime] :: BenchmarkEntry -> !Double
[_BenchmarkEntry'throughput] :: BenchmarkEntry -> !Double
[_BenchmarkEntry'extras] :: BenchmarkEntry -> !(Map Text EntryValue)
data BenchmarkEntry'ExtrasEntry
BenchmarkEntry'ExtrasEntry :: !Text -> !(Maybe EntryValue) -> BenchmarkEntry'ExtrasEntry
[_BenchmarkEntry'ExtrasEntry'key] :: BenchmarkEntry'ExtrasEntry -> !Text
[_BenchmarkEntry'ExtrasEntry'value] :: BenchmarkEntry'ExtrasEntry -> !(Maybe EntryValue)
data BuildConfiguration
BuildConfiguration :: !Text -> ![Text] -> ![Text] -> BuildConfiguration
[_BuildConfiguration'mode] :: BuildConfiguration -> !Text
[_BuildConfiguration'ccFlags] :: BuildConfiguration -> ![Text]
[_BuildConfiguration'opts] :: BuildConfiguration -> ![Text]
data CPUInfo
CPUInfo :: !Int64 -> !Int64 -> !Double -> !Text -> !Text -> !(Map Text Int64) -> CPUInfo
[_CPUInfo'numCores] :: CPUInfo -> !Int64
[_CPUInfo'numCoresAllowed] :: CPUInfo -> !Int64
[_CPUInfo'mhzPerCpu] :: CPUInfo -> !Double
[_CPUInfo'cpuInfo] :: CPUInfo -> !Text
[_CPUInfo'cpuGovernor] :: CPUInfo -> !Text
[_CPUInfo'cacheSize] :: CPUInfo -> !(Map Text Int64)
data CPUInfo'CacheSizeEntry
CPUInfo'CacheSizeEntry :: !Text -> !Int64 -> CPUInfo'CacheSizeEntry
[_CPUInfo'CacheSizeEntry'key] :: CPUInfo'CacheSizeEntry -> !Text
[_CPUInfo'CacheSizeEntry'value] :: CPUInfo'CacheSizeEntry -> !Int64
data CommitId
CommitId :: !Text -> !Int64 -> !(Maybe CommitId'Kind) -> CommitId
[_CommitId'snapshot] :: CommitId -> !Text
[_CommitId'pendingChangelist] :: CommitId -> !Int64
[_CommitId'kind] :: CommitId -> !(Maybe CommitId'Kind)
data CommitId'Kind
CommitId'Changelist :: !Int64 -> CommitId'Kind
CommitId'Hash :: !Text -> CommitId'Kind
data EntryValue
EntryValue :: !(Maybe EntryValue'Kind) -> EntryValue
[_EntryValue'kind] :: EntryValue -> !(Maybe EntryValue'Kind)
data EntryValue'Kind
EntryValue'DoubleValue :: !Double -> EntryValue'Kind
EntryValue'StringValue :: !Text -> EntryValue'Kind
data GPUInfo
GPUInfo :: !Text -> !Text -> !Text -> GPUInfo
[_GPUInfo'model] :: GPUInfo -> !Text
[_GPUInfo'uuid] :: GPUInfo -> !Text
[_GPUInfo'busId] :: GPUInfo -> !Text
data MachineConfiguration
MachineConfiguration :: !Text -> !Text -> !(Maybe PlatformInfo) -> !(Maybe CPUInfo) -> ![Any] -> ![AvailableDeviceInfo] -> !(Maybe MemoryInfo) -> MachineConfiguration
[_MachineConfiguration'hostname] :: MachineConfiguration -> !Text
[_MachineConfiguration'serialIdentifier] :: MachineConfiguration -> !Text
[_MachineConfiguration'platformInfo] :: MachineConfiguration -> !(Maybe PlatformInfo)
[_MachineConfiguration'cpuInfo] :: MachineConfiguration -> !(Maybe CPUInfo)
[_MachineConfiguration'deviceInfo] :: MachineConfiguration -> ![Any]
[_MachineConfiguration'availableDeviceInfo] :: MachineConfiguration -> ![AvailableDeviceInfo]
[_MachineConfiguration'memoryInfo] :: MachineConfiguration -> !(Maybe MemoryInfo)
data MemoryInfo
MemoryInfo :: !Int64 -> !Int64 -> MemoryInfo
[_MemoryInfo'total] :: MemoryInfo -> !Int64
[_MemoryInfo'available] :: MemoryInfo -> !Int64
data PlatformInfo
PlatformInfo :: !Text -> !Text -> !Text -> !Text -> !Text -> !Text -> PlatformInfo
[_PlatformInfo'bits] :: PlatformInfo -> !Text
[_PlatformInfo'linkage] :: PlatformInfo -> !Text
[_PlatformInfo'machine] :: PlatformInfo -> !Text
[_PlatformInfo'release] :: PlatformInfo -> !Text
[_PlatformInfo'system] :: PlatformInfo -> !Text
[_PlatformInfo'version] :: PlatformInfo -> !Text
data RunConfiguration
RunConfiguration :: ![Text] -> RunConfiguration
[_RunConfiguration'argument] :: RunConfiguration -> ![Text]
data TestResults
TestResults :: !Text -> !(Maybe BenchmarkEntries) -> !(Maybe BuildConfiguration) -> !(Maybe CommitId) -> !Int64 -> !Double -> !(Maybe MachineConfiguration) -> !(Maybe RunConfiguration) -> !Text -> !TestResults'BenchmarkType -> !Text -> TestResults
[_TestResults'target] :: TestResults -> !Text
[_TestResults'entries] :: TestResults -> !(Maybe BenchmarkEntries)
[_TestResults'buildConfiguration] :: TestResults -> !(Maybe BuildConfiguration)
[_TestResults'commitId] :: TestResults -> !(Maybe CommitId)
[_TestResults'startTime] :: TestResults -> !Int64
[_TestResults'runTime] :: TestResults -> !Double
[_TestResults'machineConfiguration] :: TestResults -> !(Maybe MachineConfiguration)
[_TestResults'runConfiguration] :: TestResults -> !(Maybe RunConfiguration)
[_TestResults'name] :: TestResults -> !Text
[_TestResults'benchmarkType] :: TestResults -> !TestResults'BenchmarkType
[_TestResults'runMode] :: TestResults -> !Text
data TestResults'BenchmarkType
TestResults'UNKNOWN :: TestResults'BenchmarkType
TestResults'CPP_MICROBENCHMARK :: TestResults'BenchmarkType
TestResults'PYTHON_BENCHMARK :: TestResults'BenchmarkType
TestResults'ANDROID_BENCHMARK :: TestResults'BenchmarkType
argument :: forall f s t a b. (HasLens "argument" f s t a b) => LensLike f s t a b
available :: forall f s t a b. (HasLens "available" f s t a b) => LensLike f s t a b
availableDeviceInfo :: forall f s t a b. (HasLens "availableDeviceInfo" f s t a b) => LensLike f s t a b
benchmarkType :: forall f s t a b. (HasLens "benchmarkType" f s t a b) => LensLike f s t a b
bits :: forall f s t a b. (HasLens "bits" f s t a b) => LensLike f s t a b
buildConfiguration :: forall f s t a b. (HasLens "buildConfiguration" f s t a b) => LensLike f s t a b
busId :: forall f s t a b. (HasLens "busId" f s t a b) => LensLike f s t a b
cacheSize :: forall f s t a b. (HasLens "cacheSize" f s t a b) => LensLike f s t a b
ccFlags :: forall f s t a b. (HasLens "ccFlags" f s t a b) => LensLike f s t a b
changelist :: forall f s t a b. (HasLens "changelist" f s t a b) => LensLike f s t a b
commitId :: forall f s t a b. (HasLens "commitId" f s t a b) => LensLike f s t a b
cpuGovernor :: forall f s t a b. (HasLens "cpuGovernor" f s t a b) => LensLike f s t a b
cpuInfo :: forall f s t a b. (HasLens "cpuInfo" f s t a b) => LensLike f s t a b
cpuTime :: forall f s t a b. (HasLens "cpuTime" f s t a b) => LensLike f s t a b
deviceInfo :: forall f s t a b. (HasLens "deviceInfo" f s t a b) => LensLike f s t a b
doubleValue :: forall f s t a b. (HasLens "doubleValue" f s t a b) => LensLike f s t a b
entries :: forall f s t a b. (HasLens "entries" f s t a b) => LensLike f s t a b
entry :: forall f s t a b. (HasLens "entry" f s t a b) => LensLike f s t a b
extras :: forall f s t a b. (HasLens "extras" f s t a b) => LensLike f s t a b
hash :: forall f s t a b. (HasLens "hash" f s t a b) => LensLike f s t a b
hostname :: forall f s t a b. (HasLens "hostname" f s t a b) => LensLike f s t a b
iters :: forall f s t a b. (HasLens "iters" f s t a b) => LensLike f s t a b
key :: forall f s t a b. (HasLens "key" f s t a b) => LensLike f s t a b
linkage :: forall f s t a b. (HasLens "linkage" f s t a b) => LensLike f s t a b
machine :: forall f s t a b. (HasLens "machine" f s t a b) => LensLike f s t a b
machineConfiguration :: forall f s t a b. (HasLens "machineConfiguration" f s t a b) => LensLike f s t a b
maybe'buildConfiguration :: forall f s t a b. (HasLens "maybe'buildConfiguration" f s t a b) => LensLike f s t a b
maybe'changelist :: forall f s t a b. (HasLens "maybe'changelist" f s t a b) => LensLike f s t a b
maybe'commitId :: forall f s t a b. (HasLens "maybe'commitId" f s t a b) => LensLike f s t a b
maybe'cpuInfo :: forall f s t a b. (HasLens "maybe'cpuInfo" f s t a b) => LensLike f s t a b
maybe'doubleValue :: forall f s t a b. (HasLens "maybe'doubleValue" f s t a b) => LensLike f s t a b
maybe'entries :: forall f s t a b. (HasLens "maybe'entries" f s t a b) => LensLike f s t a b
maybe'hash :: forall f s t a b. (HasLens "maybe'hash" f s t a b) => LensLike f s t a b
maybe'kind :: forall f s t a b. (HasLens "maybe'kind" f s t a b) => LensLike f s t a b
maybe'machineConfiguration :: forall f s t a b. (HasLens "maybe'machineConfiguration" f s t a b) => LensLike f s t a b
maybe'memoryInfo :: forall f s t a b. (HasLens "maybe'memoryInfo" f s t a b) => LensLike f s t a b
maybe'platformInfo :: forall f s t a b. (HasLens "maybe'platformInfo" f s t a b) => LensLike f s t a b
maybe'runConfiguration :: forall f s t a b. (HasLens "maybe'runConfiguration" f s t a b) => LensLike f s t a b
maybe'stringValue :: forall f s t a b. (HasLens "maybe'stringValue" f s t a b) => LensLike f s t a b
maybe'value :: forall f s t a b. (HasLens "maybe'value" f s t a b) => LensLike f s t a b
memoryInfo :: forall f s t a b. (HasLens "memoryInfo" f s t a b) => LensLike f s t a b
memoryLimit :: forall f s t a b. (HasLens "memoryLimit" f s t a b) => LensLike f s t a b
mhzPerCpu :: forall f s t a b. (HasLens "mhzPerCpu" f s t a b) => LensLike f s t a b
mode :: forall f s t a b. (HasLens "mode" f s t a b) => LensLike f s t a b
model :: forall f s t a b. (HasLens "model" f s t a b) => LensLike f s t a b
name :: forall f s t a b. (HasLens "name" f s t a b) => LensLike f s t a b
numCores :: forall f s t a b. (HasLens "numCores" f s t a b) => LensLike f s t a b
numCoresAllowed :: forall f s t a b. (HasLens "numCoresAllowed" f s t a b) => LensLike f s t a b
opts :: forall f s t a b. (HasLens "opts" f s t a b) => LensLike f s t a b
pendingChangelist :: forall f s t a b. (HasLens "pendingChangelist" f s t a b) => LensLike f s t a b
physicalDescription :: forall f s t a b. (HasLens "physicalDescription" f s t a b) => LensLike f s t a b
platformInfo :: forall f s t a b. (HasLens "platformInfo" f s t a b) => LensLike f s t a b
release :: forall f s t a b. (HasLens "release" f s t a b) => LensLike f s t a b
runConfiguration :: forall f s t a b. (HasLens "runConfiguration" f s t a b) => LensLike f s t a b
runMode :: forall f s t a b. (HasLens "runMode" f s t a b) => LensLike f s t a b
runTime :: forall f s t a b. (HasLens "runTime" f s t a b) => LensLike f s t a b
serialIdentifier :: forall f s t a b. (HasLens "serialIdentifier" f s t a b) => LensLike f s t a b
snapshot :: forall f s t a b. (HasLens "snapshot" f s t a b) => LensLike f s t a b
startTime :: forall f s t a b. (HasLens "startTime" f s t a b) => LensLike f s t a b
stringValue :: forall f s t a b. (HasLens "stringValue" f s t a b) => LensLike f s t a b
system :: forall f s t a b. (HasLens "system" f s t a b) => LensLike f s t a b
target :: forall f s t a b. (HasLens "target" f s t a b) => LensLike f s t a b
throughput :: forall f s t a b. (HasLens "throughput" f s t a b) => LensLike f s t a b
total :: forall f s t a b. (HasLens "total" f s t a b) => LensLike f s t a b
type' :: forall f s t a b. (HasLens "type'" f s t a b) => LensLike f s t a b
uuid :: forall f s t a b. (HasLens "uuid" f s t a b) => LensLike f s t a b
value :: forall f s t a b. (HasLens "value" f s t a b) => LensLike f s t a b
version :: forall f s t a b. (HasLens "version" f s t a b) => LensLike f s t a b
wallTime :: forall f s t a b. (HasLens "wallTime" f s t a b) => LensLike f s t a b
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.TestResults
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.TestResults
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.TestResults
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.GPUInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.GPUInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.GPUInfo
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.EntryValue
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.EntryValue
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.EntryValue
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.CommitId
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.CommitId
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CommitId
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.CPUInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.CPUInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CPUInfo
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "target" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries, b ~ Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries, GHC.Base.Functor f) => Lens.Labels.HasLens "entries" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'entries" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration, b ~ Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "buildConfiguration" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'buildConfiguration" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.CommitId, b ~ Proto.Tensorflow.Core.Util.TestLog.CommitId, GHC.Base.Functor f) => Lens.Labels.HasLens "commitId" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.CommitId, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.CommitId, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'commitId" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "startTime" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "runTime" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration, b ~ Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "machineConfiguration" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'machineConfiguration" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.RunConfiguration, b ~ Proto.Tensorflow.Core.Util.TestLog.RunConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "runConfiguration" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.RunConfiguration, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.RunConfiguration, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'runConfiguration" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType, b ~ Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType, GHC.Base.Functor f) => Lens.Labels.HasLens "benchmarkType" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "runMode" f Proto.Tensorflow.Core.Util.TestLog.TestResults Proto.Tensorflow.Core.Util.TestLog.TestResults a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.TestResults
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.TestResults
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "argument" f Proto.Tensorflow.Core.Util.TestLog.RunConfiguration Proto.Tensorflow.Core.Util.TestLog.RunConfiguration a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "hostname" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "serialIdentifier" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.PlatformInfo, b ~ Proto.Tensorflow.Core.Util.TestLog.PlatformInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "platformInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.PlatformInfo, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.PlatformInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'platformInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.CPUInfo, b ~ Proto.Tensorflow.Core.Util.TestLog.CPUInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "cpuInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.CPUInfo, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.CPUInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'cpuInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ [Proto.Google.Protobuf.Any.Any], b ~ [Proto.Google.Protobuf.Any.Any], GHC.Base.Functor f) => Lens.Labels.HasLens "deviceInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ [Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo], b ~ [Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo], GHC.Base.Functor f) => Lens.Labels.HasLens "availableDeviceInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.MemoryInfo, b ~ Proto.Tensorflow.Core.Util.TestLog.MemoryInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.MemoryInfo, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.MemoryInfo, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'memoryInfo" f Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "bits" f Proto.Tensorflow.Core.Util.TestLog.PlatformInfo Proto.Tensorflow.Core.Util.TestLog.PlatformInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "linkage" f Proto.Tensorflow.Core.Util.TestLog.PlatformInfo Proto.Tensorflow.Core.Util.TestLog.PlatformInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "machine" f Proto.Tensorflow.Core.Util.TestLog.PlatformInfo Proto.Tensorflow.Core.Util.TestLog.PlatformInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "release" f Proto.Tensorflow.Core.Util.TestLog.PlatformInfo Proto.Tensorflow.Core.Util.TestLog.PlatformInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "system" f Proto.Tensorflow.Core.Util.TestLog.PlatformInfo Proto.Tensorflow.Core.Util.TestLog.PlatformInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "version" f Proto.Tensorflow.Core.Util.TestLog.PlatformInfo Proto.Tensorflow.Core.Util.TestLog.PlatformInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "total" f Proto.Tensorflow.Core.Util.TestLog.MemoryInfo Proto.Tensorflow.Core.Util.TestLog.MemoryInfo a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "available" f Proto.Tensorflow.Core.Util.TestLog.MemoryInfo Proto.Tensorflow.Core.Util.TestLog.MemoryInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "model" f Proto.Tensorflow.Core.Util.TestLog.GPUInfo Proto.Tensorflow.Core.Util.TestLog.GPUInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "uuid" f Proto.Tensorflow.Core.Util.TestLog.GPUInfo Proto.Tensorflow.Core.Util.TestLog.GPUInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "busId" f Proto.Tensorflow.Core.Util.TestLog.GPUInfo Proto.Tensorflow.Core.Util.TestLog.GPUInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.GPUInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.GPUInfo
instance (a ~ [Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry], b ~ [Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry], GHC.Base.Functor f) => Lens.Labels.HasLens "entry" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "iters" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "cpuTime" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "wallTime" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "throughput" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Util.TestLog.EntryValue, b ~ Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Util.TestLog.EntryValue, GHC.Base.Functor f) => Lens.Labels.HasLens "extras" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry a b
instance (a ~ Proto.Tensorflow.Core.Util.TestLog.EntryValue, b ~ Proto.Tensorflow.Core.Util.TestLog.EntryValue, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.EntryValue, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.EntryValue, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'value" f Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'kind" f Proto.Tensorflow.Core.Util.TestLog.EntryValue Proto.Tensorflow.Core.Util.TestLog.EntryValue a b
instance (a ~ GHC.Base.Maybe GHC.Types.Double, b ~ GHC.Base.Maybe GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'doubleValue" f Proto.Tensorflow.Core.Util.TestLog.EntryValue Proto.Tensorflow.Core.Util.TestLog.EntryValue a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "doubleValue" f Proto.Tensorflow.Core.Util.TestLog.EntryValue Proto.Tensorflow.Core.Util.TestLog.EntryValue a b
instance (a ~ GHC.Base.Maybe Data.Text.Internal.Text, b ~ GHC.Base.Maybe Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'stringValue" f Proto.Tensorflow.Core.Util.TestLog.EntryValue Proto.Tensorflow.Core.Util.TestLog.EntryValue a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "stringValue" f Proto.Tensorflow.Core.Util.TestLog.EntryValue Proto.Tensorflow.Core.Util.TestLog.EntryValue a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.EntryValue
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.EntryValue
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "snapshot" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "pendingChangelist" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance (a ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind, b ~ GHC.Base.Maybe Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'kind" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance (a ~ GHC.Base.Maybe GHC.Int.Int64, b ~ GHC.Base.Maybe GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'changelist" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "changelist" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance (a ~ GHC.Base.Maybe Data.Text.Internal.Text, b ~ GHC.Base.Maybe Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "maybe'hash" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "hash" f Proto.Tensorflow.Core.Util.TestLog.CommitId Proto.Tensorflow.Core.Util.TestLog.CommitId a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.CommitId
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.CommitId
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.CPUInfo
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "key" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "value" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "numCores" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo Proto.Tensorflow.Core.Util.TestLog.CPUInfo a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "numCoresAllowed" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo Proto.Tensorflow.Core.Util.TestLog.CPUInfo a b
instance (a ~ GHC.Types.Double, b ~ GHC.Types.Double, GHC.Base.Functor f) => Lens.Labels.HasLens "mhzPerCpu" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo Proto.Tensorflow.Core.Util.TestLog.CPUInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "cpuInfo" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo Proto.Tensorflow.Core.Util.TestLog.CPUInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "cpuGovernor" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo Proto.Tensorflow.Core.Util.TestLog.CPUInfo a b
instance (a ~ Data.Map.Internal.Map Data.Text.Internal.Text GHC.Int.Int64, b ~ Data.Map.Internal.Map Data.Text.Internal.Text GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "cacheSize" f Proto.Tensorflow.Core.Util.TestLog.CPUInfo Proto.Tensorflow.Core.Util.TestLog.CPUInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.CPUInfo
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "mode" f Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "ccFlags" f Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration a b
instance (a ~ [Data.Text.Internal.Text], b ~ [Data.Text.Internal.Text], GHC.Base.Functor f) => Lens.Labels.HasLens "opts" f Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "name" f Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "type'" f Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo a b
instance (a ~ GHC.Int.Int64, b ~ GHC.Int.Int64, GHC.Base.Functor f) => Lens.Labels.HasLens "memoryLimit" f Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo a b
instance (a ~ Data.Text.Internal.Text, b ~ Data.Text.Internal.Text, GHC.Base.Functor f) => Lens.Labels.HasLens "physicalDescription" f Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo a b
instance Data.Default.Class.Default Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo