mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-14 23:19:43 +01:00
6b19e54722
* Update README to refer to 2.3.0-gpu. * Remove old package documentation from haddock directory.
7290 lines
513 KiB
Text
7290 lines
513 KiB
Text
-- Hoogle documentation, generated by Haddock
|
|
-- See Hoogle, http://www.haskell.org/hoogle/
|
|
|
|
|
|
-- | TensorFlow protocol buffers.
|
|
--
|
|
-- Please see README.md
|
|
@package tensorflow-proto
|
|
@version 0.3.0.0
|
|
|
|
module Proto.Tensorflow.Core.Example.Feature
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' BytesList
|
|
-- [Data.ByteString.ByteString]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' BytesList (Data.Vector.Vector
|
|
-- Data.ByteString.ByteString)</tt></li>
|
|
-- </ul>
|
|
data BytesList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'kind</a> <tt>:: Lens' Feature (Prelude.Maybe
|
|
-- Feature'Kind)</tt></li>
|
|
-- <li><a>maybe'bytesList</a> <tt>:: Lens' Feature (Prelude.Maybe
|
|
-- BytesList)</tt></li>
|
|
-- <li><a>bytesList</a> <tt>:: Lens' Feature BytesList</tt></li>
|
|
-- <li><a>maybe'floatList</a> <tt>:: Lens' Feature (Prelude.Maybe
|
|
-- FloatList)</tt></li>
|
|
-- <li><a>floatList</a> <tt>:: Lens' Feature FloatList</tt></li>
|
|
-- <li><a>maybe'int64List</a> <tt>:: Lens' Feature (Prelude.Maybe
|
|
-- Int64List)</tt></li>
|
|
-- <li><a>int64List</a> <tt>:: Lens' Feature Int64List</tt></li>
|
|
-- </ul>
|
|
data Feature
|
|
data Feature'Kind
|
|
Feature'BytesList :: !BytesList -> Feature'Kind
|
|
Feature'FloatList :: !FloatList -> Feature'Kind
|
|
Feature'Int64List :: !Int64List -> Feature'Kind
|
|
_Feature'BytesList :: Prism' Feature'Kind BytesList
|
|
_Feature'FloatList :: Prism' Feature'Kind FloatList
|
|
_Feature'Int64List :: Prism' Feature'Kind Int64List
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>feature</a> <tt>:: Lens' FeatureList [Feature]</tt></li>
|
|
-- <li><a>vec'feature</a> <tt>:: Lens' FeatureList (Data.Vector.Vector
|
|
-- Feature)</tt></li>
|
|
-- </ul>
|
|
data FeatureList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>featureList</a> <tt>:: Lens' FeatureLists (Data.Map.Map
|
|
-- Data.Text.Text FeatureList)</tt></li>
|
|
-- </ul>
|
|
data FeatureLists
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FeatureLists'FeatureListEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FeatureLists'FeatureListEntry
|
|
-- FeatureList</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' FeatureLists'FeatureListEntry
|
|
-- (Prelude.Maybe FeatureList)</tt></li>
|
|
-- </ul>
|
|
data FeatureLists'FeatureListEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>feature</a> <tt>:: Lens' Features (Data.Map.Map Data.Text.Text
|
|
-- Feature)</tt></li>
|
|
-- </ul>
|
|
data Features
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' Features'FeatureEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' Features'FeatureEntry Feature</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' Features'FeatureEntry
|
|
-- (Prelude.Maybe Feature)</tt></li>
|
|
-- </ul>
|
|
data Features'FeatureEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' FloatList [Prelude.Float]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' FloatList
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Float)</tt></li>
|
|
-- </ul>
|
|
data FloatList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' Int64List [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' Int64List
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- </ul>
|
|
data Int64List
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FeatureLists
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FeatureList
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
|
|
instance GHC.Classes.Eq 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.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.Classes.Ord Proto.Tensorflow.Core.Example.Feature.FloatList
|
|
instance GHC.Classes.Eq 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.FeatureLists
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FeatureLists "featureList" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.Feature.FeatureList)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FeatureLists
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.FeatureLists
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry "value" Proto.Tensorflow.Core.Example.Feature.FeatureList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureList)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.FeatureLists'FeatureListEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FeatureList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FeatureList "feature" [Proto.Tensorflow.Core.Example.Feature.Feature]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FeatureList "vec'feature" (Data.Vector.Vector Proto.Tensorflow.Core.Example.Feature.Feature)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FeatureList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.FeatureList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Features
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Features "feature" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.Feature.Feature)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Features
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.Features
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry "value" Proto.Tensorflow.Core.Example.Feature.Feature
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.Feature)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.Features'FeatureEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Feature
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "maybe'kind" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.Feature'Kind)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "maybe'bytesList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.BytesList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "bytesList" Proto.Tensorflow.Core.Example.Feature.BytesList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "maybe'floatList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.FloatList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "floatList" Proto.Tensorflow.Core.Example.Feature.FloatList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "maybe'int64List" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.Int64List)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Feature "int64List" Proto.Tensorflow.Core.Example.Feature.Int64List
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Feature
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.Feature
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.Feature'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.Int64List
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Int64List "value" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.Int64List "vec'value" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.Int64List
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.Int64List
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.FloatList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FloatList "value" [GHC.Types.Float]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.FloatList "vec'value" (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.FloatList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.FloatList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Feature.BytesList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.BytesList "value" [Data.ByteString.Internal.ByteString]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Feature.BytesList "vec'value" (Data.Vector.Vector Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Feature.BytesList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Feature.BytesList
|
|
|
|
module Proto.Tensorflow.Core.Example.Example_Fields
|
|
context :: forall f s a. (Functor f, HasField s "context" a) => LensLike' f s a
|
|
featureLists :: forall f s a. (Functor f, HasField s "featureLists" a) => LensLike' f s a
|
|
features :: forall f s a. (Functor f, HasField s "features" a) => LensLike' f s a
|
|
maybe'context :: forall f s a. (Functor f, HasField s "maybe'context" a) => LensLike' f s a
|
|
maybe'featureLists :: forall f s a. (Functor f, HasField s "maybe'featureLists" a) => LensLike' f s a
|
|
maybe'features :: forall f s a. (Functor f, HasField s "maybe'features" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Example.Example
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>features</a> <tt>:: Lens' Example
|
|
-- Proto.Tensorflow.Core.Example.Feature.Features</tt></li>
|
|
-- <li><a>maybe'features</a> <tt>:: Lens' Example (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Example.Feature.Features)</tt></li>
|
|
-- </ul>
|
|
data Example
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>context</a> <tt>:: Lens' SequenceExample
|
|
-- Proto.Tensorflow.Core.Example.Feature.Features</tt></li>
|
|
-- <li><a>maybe'context</a> <tt>:: Lens' SequenceExample (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Example.Feature.Features)</tt></li>
|
|
-- <li><a>featureLists</a> <tt>:: Lens' SequenceExample
|
|
-- Proto.Tensorflow.Core.Example.Feature.FeatureLists</tt></li>
|
|
-- <li><a>maybe'featureLists</a> <tt>:: Lens' SequenceExample
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Example.Feature.FeatureLists)</tt></li>
|
|
-- </ul>
|
|
data SequenceExample
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.Example.SequenceExample
|
|
instance GHC.Classes.Eq 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.SequenceExample
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Example.SequenceExample "context" Proto.Tensorflow.Core.Example.Feature.Features
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Example.SequenceExample "maybe'context" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.Features)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Example.SequenceExample "featureLists" Proto.Tensorflow.Core.Example.Feature.FeatureLists
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Example.SequenceExample "maybe'featureLists" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.FeatureLists)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Example.SequenceExample
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Example.SequenceExample
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.Example.Example
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Example.Example "features" Proto.Tensorflow.Core.Example.Feature.Features
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.Example.Example "maybe'features" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.Feature.Features)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.Example.Example
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.Example.Example
|
|
|
|
module Proto.Tensorflow.Core.Example.Feature_Fields
|
|
bytesList :: forall f s a. (Functor f, HasField s "bytesList" a) => LensLike' f s a
|
|
feature :: forall f s a. (Functor f, HasField s "feature" a) => LensLike' f s a
|
|
featureList :: forall f s a. (Functor f, HasField s "featureList" a) => LensLike' f s a
|
|
floatList :: forall f s a. (Functor f, HasField s "floatList" a) => LensLike' f s a
|
|
int64List :: forall f s a. (Functor f, HasField s "int64List" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
maybe'bytesList :: forall f s a. (Functor f, HasField s "maybe'bytesList" a) => LensLike' f s a
|
|
maybe'floatList :: forall f s a. (Functor f, HasField s "maybe'floatList" a) => LensLike' f s a
|
|
maybe'int64List :: forall f s a. (Functor f, HasField s "maybe'int64List" a) => LensLike' f s a
|
|
maybe'kind :: forall f s a. (Functor f, HasField s "maybe'kind" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'feature :: forall f s a. (Functor f, HasField s "vec'feature" a) => LensLike' f s a
|
|
vec'value :: forall f s a. (Functor f, HasField s "vec'value" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.AllocationDescription
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>requestedBytes</a> <tt>:: Lens' AllocationDescription
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocatedBytes</a> <tt>:: Lens' AllocationDescription
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocatorName</a> <tt>:: Lens' AllocationDescription
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>allocationId</a> <tt>:: Lens' AllocationDescription
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>hasSingleReference</a> <tt>:: Lens' AllocationDescription
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>ptr</a> <tt>:: Lens' AllocationDescription
|
|
-- Data.Word.Word64</tt></li>
|
|
-- </ul>
|
|
data AllocationDescription
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription "requestedBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription "allocatedBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription "allocatorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription "allocationId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription "hasSingleReference" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription "ptr" GHC.Word.Word64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
|
|
|
|
module Proto.Tensorflow.Core.Framework.AllocationDescription_Fields
|
|
allocatedBytes :: forall f s a. (Functor f, HasField s "allocatedBytes" a) => LensLike' f s a
|
|
allocationId :: forall f s a. (Functor f, HasField s "allocationId" a) => LensLike' f s a
|
|
allocatorName :: forall f s a. (Functor f, HasField s "allocatorName" a) => LensLike' f s a
|
|
hasSingleReference :: forall f s a. (Functor f, HasField s "hasSingleReference" a) => LensLike' f s a
|
|
ptr :: forall f s a. (Functor f, HasField s "ptr" a) => LensLike' f s a
|
|
requestedBytes :: forall f s a. (Functor f, HasField s "requestedBytes" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.DeviceAttributes
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' DeviceAttributes Data.Text.Text</tt></li>
|
|
-- <li><a>deviceType</a> <tt>:: Lens' DeviceAttributes
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>memoryLimit</a> <tt>:: Lens' DeviceAttributes
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>locality</a> <tt>:: Lens' DeviceAttributes
|
|
-- DeviceLocality</tt></li>
|
|
-- <li><a>maybe'locality</a> <tt>:: Lens' DeviceAttributes (Prelude.Maybe
|
|
-- DeviceLocality)</tt></li>
|
|
-- <li><a>incarnation</a> <tt>:: Lens' DeviceAttributes
|
|
-- Data.Word.Word64</tt></li>
|
|
-- <li><a>physicalDeviceDesc</a> <tt>:: Lens' DeviceAttributes
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data DeviceAttributes
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>busId</a> <tt>:: Lens' DeviceLocality Data.Int.Int32</tt></li>
|
|
-- <li><a>numaNode</a> <tt>:: Lens' DeviceLocality
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>links</a> <tt>:: Lens' DeviceLocality LocalLinks</tt></li>
|
|
-- <li><a>maybe'links</a> <tt>:: Lens' DeviceLocality (Prelude.Maybe
|
|
-- LocalLinks)</tt></li>
|
|
-- </ul>
|
|
data DeviceLocality
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>deviceId</a> <tt>:: Lens' InterconnectLink
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' InterconnectLink
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>strength</a> <tt>:: Lens' InterconnectLink
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data InterconnectLink
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>link</a> <tt>:: Lens' LocalLinks [InterconnectLink]</tt></li>
|
|
-- <li><a>vec'link</a> <tt>:: Lens' LocalLinks (Data.Vector.Vector
|
|
-- InterconnectLink)</tt></li>
|
|
-- </ul>
|
|
data LocalLinks
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
|
|
instance GHC.Classes.Eq 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.DeviceAttributes
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "deviceType" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "memoryLimit" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "locality" Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "maybe'locality" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "incarnation" GHC.Word.Word64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes "physicalDeviceDesc" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceAttributes
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality "busId" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality "numaNode" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality "links" Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality "maybe'links" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.DeviceAttributes.DeviceLocality
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks "link" [Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks "vec'link" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.DeviceAttributes.LocalLinks
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink "deviceId" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink "type'" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink "strength" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.DeviceAttributes.InterconnectLink
|
|
|
|
module Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields
|
|
busId :: forall f s a. (Functor f, HasField s "busId" a) => LensLike' f s a
|
|
deviceId :: forall f s a. (Functor f, HasField s "deviceId" a) => LensLike' f s a
|
|
deviceType :: forall f s a. (Functor f, HasField s "deviceType" a) => LensLike' f s a
|
|
incarnation :: forall f s a. (Functor f, HasField s "incarnation" a) => LensLike' f s a
|
|
link :: forall f s a. (Functor f, HasField s "link" a) => LensLike' f s a
|
|
links :: forall f s a. (Functor f, HasField s "links" a) => LensLike' f s a
|
|
locality :: forall f s a. (Functor f, HasField s "locality" a) => LensLike' f s a
|
|
maybe'links :: forall f s a. (Functor f, HasField s "maybe'links" a) => LensLike' f s a
|
|
maybe'locality :: forall f s a. (Functor f, HasField s "maybe'locality" a) => LensLike' f s a
|
|
memoryLimit :: forall f s a. (Functor f, HasField s "memoryLimit" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
numaNode :: forall f s a. (Functor f, HasField s "numaNode" a) => LensLike' f s a
|
|
physicalDeviceDesc :: forall f s a. (Functor f, HasField s "physicalDeviceDesc" a) => LensLike' f s a
|
|
strength :: forall f s a. (Functor f, HasField s "strength" a) => LensLike' f s a
|
|
type' :: forall f s a. (Functor f, HasField s "type'" a) => LensLike' f s a
|
|
vec'link :: forall f s a. (Functor f, HasField s "vec'link" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.TensorShape
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dim</a> <tt>:: Lens' TensorShapeProto
|
|
-- [TensorShapeProto'Dim]</tt></li>
|
|
-- <li><a>vec'dim</a> <tt>:: Lens' TensorShapeProto (Data.Vector.Vector
|
|
-- TensorShapeProto'Dim)</tt></li>
|
|
-- <li><a>unknownRank</a> <tt>:: Lens' TensorShapeProto
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data TensorShapeProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>size</a> <tt>:: Lens' TensorShapeProto'Dim
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>name</a> <tt>:: Lens' TensorShapeProto'Dim
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data TensorShapeProto'Dim
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance GHC.Classes.Eq 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
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto "dim" [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto "vec'dim" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto "unknownRank" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim "size" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto'Dim
|
|
|
|
module Proto.Tensorflow.Core.Framework.TensorShape_Fields
|
|
dim :: forall f s a. (Functor f, HasField s "dim" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
size :: forall f s a. (Functor f, HasField s "size" a) => LensLike' f s a
|
|
unknownRank :: forall f s a. (Functor f, HasField s "unknownRank" a) => LensLike' f s a
|
|
vec'dim :: forall f s a. (Functor f, HasField s "vec'dim" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.TensorSlice
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>extent</a> <tt>:: Lens' TensorSliceProto
|
|
-- [TensorSliceProto'Extent]</tt></li>
|
|
-- <li><a>vec'extent</a> <tt>:: Lens' TensorSliceProto
|
|
-- (Data.Vector.Vector TensorSliceProto'Extent)</tt></li>
|
|
-- </ul>
|
|
data TensorSliceProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>start</a> <tt>:: Lens' TensorSliceProto'Extent
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>maybe'hasLength</a> <tt>:: Lens' TensorSliceProto'Extent
|
|
-- (Prelude.Maybe TensorSliceProto<tt>Extent</tt>HasLength)</tt></li>
|
|
-- <li><a>maybe'length</a> <tt>:: Lens' TensorSliceProto'Extent
|
|
-- (Prelude.Maybe Data.Int.Int64)</tt></li>
|
|
-- <li><a>length</a> <tt>:: Lens' TensorSliceProto'Extent
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data TensorSliceProto'Extent
|
|
data TensorSliceProto'Extent'HasLength
|
|
TensorSliceProto'Extent'Length :: !Int64 -> TensorSliceProto'Extent'HasLength
|
|
_TensorSliceProto'Extent'Length :: Prism' TensorSliceProto'Extent'HasLength Int64
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
|
|
instance GHC.Classes.Eq 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.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 GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto "extent" [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto "vec'extent" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent "start" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent "maybe'hasLength" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent "maybe'length" (GHC.Maybe.Maybe GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent "length" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto'Extent'HasLength
|
|
|
|
module Proto.Tensorflow.Core.Framework.TensorSlice_Fields
|
|
extent :: forall f s a. (Functor f, HasField s "extent" a) => LensLike' f s a
|
|
length :: forall f s a. (Functor f, HasField s "length" a) => LensLike' f s a
|
|
maybe'hasLength :: forall f s a. (Functor f, HasField s "maybe'hasLength" a) => LensLike' f s a
|
|
maybe'length :: forall f s a. (Functor f, HasField s "maybe'length" a) => LensLike' f s a
|
|
start :: forall f s a. (Functor f, HasField s "start" a) => LensLike' f s a
|
|
vec'extent :: forall f s a. (Functor f, HasField s "vec'extent" a) => LensLike' f s a
|
|
|
|
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
|
|
DataType'Unrecognized :: !DataType'UnrecognizedValue -> DataType
|
|
data DataType
|
|
data DataType'UnrecognizedValue
|
|
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 GHC.Show.Show Proto.Tensorflow.Core.Framework.Types.DataType'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Types.DataType'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Types.DataType'UnrecognizedValue
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Types.DataType
|
|
|
|
module Proto.Tensorflow.Core.Framework.TensorDescription_Fields
|
|
allocationDescription :: forall f s a. (Functor f, HasField s "allocationDescription" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
maybe'allocationDescription :: forall f s a. (Functor f, HasField s "maybe'allocationDescription" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.TensorDescription
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' TensorDescription
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' TensorDescription
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' TensorDescription (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>allocationDescription</a> <tt>:: Lens' TensorDescription
|
|
-- Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription</tt></li>
|
|
-- <li><a>maybe'allocationDescription</a> <tt>:: Lens' TensorDescription
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription)</tt></li>
|
|
-- </ul>
|
|
data TensorDescription
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription "allocationDescription" Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription "maybe'allocationDescription" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
|
|
|
|
module Proto.Tensorflow.Core.Framework.StepStats_Fields
|
|
allEndRelMicros :: forall f s a. (Functor f, HasField s "allEndRelMicros" a) => LensLike' f s a
|
|
allEndRelNanos :: forall f s a. (Functor f, HasField s "allEndRelNanos" a) => LensLike' f s a
|
|
allStartMicros :: forall f s a. (Functor f, HasField s "allStartMicros" a) => LensLike' f s a
|
|
allStartNanos :: forall f s a. (Functor f, HasField s "allStartNanos" a) => LensLike' f s a
|
|
allocBytes :: forall f s a. (Functor f, HasField s "allocBytes" a) => LensLike' f s a
|
|
allocMicros :: forall f s a. (Functor f, HasField s "allocMicros" a) => LensLike' f s a
|
|
allocationRecords :: forall f s a. (Functor f, HasField s "allocationRecords" a) => LensLike' f s a
|
|
allocatorBytesInUse :: forall f s a. (Functor f, HasField s "allocatorBytesInUse" a) => LensLike' f s a
|
|
allocatorName :: forall f s a. (Functor f, HasField s "allocatorName" a) => LensLike' f s a
|
|
devStats :: forall f s a. (Functor f, HasField s "devStats" a) => LensLike' f s a
|
|
device :: forall f s a. (Functor f, HasField s "device" a) => LensLike' f s a
|
|
devicePersistentMemorySize :: forall f s a. (Functor f, HasField s "devicePersistentMemorySize" a) => LensLike' f s a
|
|
devicePersistentTensorAllocIds :: forall f s a. (Functor f, HasField s "devicePersistentTensorAllocIds" a) => LensLike' f s a
|
|
deviceTempMemorySize :: forall f s a. (Functor f, HasField s "deviceTempMemorySize" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
liveBytes :: forall f s a. (Functor f, HasField s "liveBytes" a) => LensLike' f s a
|
|
maybe'memoryStats :: forall f s a. (Functor f, HasField s "maybe'memoryStats" a) => LensLike' f s a
|
|
maybe'tensorDescription :: forall f s a. (Functor f, HasField s "maybe'tensorDescription" a) => LensLike' f s a
|
|
memory :: forall f s a. (Functor f, HasField s "memory" a) => LensLike' f s a
|
|
memoryStats :: forall f s a. (Functor f, HasField s "memoryStats" a) => LensLike' f s a
|
|
nodeName :: forall f s a. (Functor f, HasField s "nodeName" a) => LensLike' f s a
|
|
nodeStats :: forall f s a. (Functor f, HasField s "nodeStats" a) => LensLike' f s a
|
|
opEndRelMicros :: forall f s a. (Functor f, HasField s "opEndRelMicros" a) => LensLike' f s a
|
|
opEndRelNanos :: forall f s a. (Functor f, HasField s "opEndRelNanos" a) => LensLike' f s a
|
|
opStartRelMicros :: forall f s a. (Functor f, HasField s "opStartRelMicros" a) => LensLike' f s a
|
|
opStartRelNanos :: forall f s a. (Functor f, HasField s "opStartRelNanos" a) => LensLike' f s a
|
|
output :: forall f s a. (Functor f, HasField s "output" a) => LensLike' f s a
|
|
peakBytes :: forall f s a. (Functor f, HasField s "peakBytes" a) => LensLike' f s a
|
|
persistentMemorySize :: forall f s a. (Functor f, HasField s "persistentMemorySize" a) => LensLike' f s a
|
|
persistentTensorAllocIds :: forall f s a. (Functor f, HasField s "persistentTensorAllocIds" a) => LensLike' f s a
|
|
referencedTensor :: forall f s a. (Functor f, HasField s "referencedTensor" a) => LensLike' f s a
|
|
scheduledMicros :: forall f s a. (Functor f, HasField s "scheduledMicros" a) => LensLike' f s a
|
|
scheduledNanos :: forall f s a. (Functor f, HasField s "scheduledNanos" a) => LensLike' f s a
|
|
slot :: forall f s a. (Functor f, HasField s "slot" a) => LensLike' f s a
|
|
tempMemorySize :: forall f s a. (Functor f, HasField s "tempMemorySize" a) => LensLike' f s a
|
|
tensorDescription :: forall f s a. (Functor f, HasField s "tensorDescription" a) => LensLike' f s a
|
|
threadId :: forall f s a. (Functor f, HasField s "threadId" a) => LensLike' f s a
|
|
threadNames :: forall f s a. (Functor f, HasField s "threadNames" a) => LensLike' f s a
|
|
timelineLabel :: forall f s a. (Functor f, HasField s "timelineLabel" a) => LensLike' f s a
|
|
totalBytes :: forall f s a. (Functor f, HasField s "totalBytes" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'allocationRecords :: forall f s a. (Functor f, HasField s "vec'allocationRecords" a) => LensLike' f s a
|
|
vec'devStats :: forall f s a. (Functor f, HasField s "vec'devStats" a) => LensLike' f s a
|
|
vec'devicePersistentTensorAllocIds :: forall f s a. (Functor f, HasField s "vec'devicePersistentTensorAllocIds" a) => LensLike' f s a
|
|
vec'memory :: forall f s a. (Functor f, HasField s "vec'memory" a) => LensLike' f s a
|
|
vec'nodeStats :: forall f s a. (Functor f, HasField s "vec'nodeStats" a) => LensLike' f s a
|
|
vec'output :: forall f s a. (Functor f, HasField s "vec'output" a) => LensLike' f s a
|
|
vec'persistentTensorAllocIds :: forall f s a. (Functor f, HasField s "vec'persistentTensorAllocIds" a) => LensLike' f s a
|
|
vec'referencedTensor :: forall f s a. (Functor f, HasField s "vec'referencedTensor" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.StepStats
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>allocMicros</a> <tt>:: Lens' AllocationRecord
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocBytes</a> <tt>:: Lens' AllocationRecord
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data AllocationRecord
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>allocatorName</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>totalBytes</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>peakBytes</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>liveBytes</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocationRecords</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- [AllocationRecord]</tt></li>
|
|
-- <li><a>vec'allocationRecords</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- (Data.Vector.Vector AllocationRecord)</tt></li>
|
|
-- <li><a>allocatorBytesInUse</a> <tt>:: Lens' AllocatorMemoryUsed
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data AllocatorMemoryUsed
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>device</a> <tt>:: Lens' DeviceStepStats
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>nodeStats</a> <tt>:: Lens' DeviceStepStats
|
|
-- [NodeExecStats]</tt></li>
|
|
-- <li><a>vec'nodeStats</a> <tt>:: Lens' DeviceStepStats
|
|
-- (Data.Vector.Vector NodeExecStats)</tt></li>
|
|
-- <li><a>threadNames</a> <tt>:: Lens' DeviceStepStats (Data.Map.Map
|
|
-- Data.Word.Word32 Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data DeviceStepStats
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' DeviceStepStats'ThreadNamesEntry
|
|
-- Data.Word.Word32</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' DeviceStepStats'ThreadNamesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data DeviceStepStats'ThreadNamesEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>tempMemorySize</a> <tt>:: Lens' MemoryStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>persistentMemorySize</a> <tt>:: Lens' MemoryStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>persistentTensorAllocIds</a> <tt>:: Lens' MemoryStats
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'persistentTensorAllocIds</a> <tt>:: Lens' MemoryStats
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- <li><a>deviceTempMemorySize</a> <tt>:: Lens' MemoryStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>devicePersistentMemorySize</a> <tt>:: Lens' MemoryStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>devicePersistentTensorAllocIds</a> <tt>:: Lens' MemoryStats
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'devicePersistentTensorAllocIds</a> <tt>:: Lens' MemoryStats
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- </ul>
|
|
data MemoryStats
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>nodeName</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>allStartMicros</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>opStartRelMicros</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>opEndRelMicros</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allEndRelMicros</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>memory</a> <tt>:: Lens' NodeExecStats
|
|
-- [AllocatorMemoryUsed]</tt></li>
|
|
-- <li><a>vec'memory</a> <tt>:: Lens' NodeExecStats (Data.Vector.Vector
|
|
-- AllocatorMemoryUsed)</tt></li>
|
|
-- <li><a>output</a> <tt>:: Lens' NodeExecStats [NodeOutput]</tt></li>
|
|
-- <li><a>vec'output</a> <tt>:: Lens' NodeExecStats (Data.Vector.Vector
|
|
-- NodeOutput)</tt></li>
|
|
-- <li><a>timelineLabel</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>scheduledMicros</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>threadId</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Word.Word32</tt></li>
|
|
-- <li><a>referencedTensor</a> <tt>:: Lens' NodeExecStats
|
|
-- [Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription]</tt></li>
|
|
-- <li><a>vec'referencedTensor</a> <tt>:: Lens' NodeExecStats
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription)</tt></li>
|
|
-- <li><a>memoryStats</a> <tt>:: Lens' NodeExecStats
|
|
-- MemoryStats</tt></li>
|
|
-- <li><a>maybe'memoryStats</a> <tt>:: Lens' NodeExecStats (Prelude.Maybe
|
|
-- MemoryStats)</tt></li>
|
|
-- <li><a>allStartNanos</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>opStartRelNanos</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>opEndRelNanos</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allEndRelNanos</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>scheduledNanos</a> <tt>:: Lens' NodeExecStats
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data NodeExecStats
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>slot</a> <tt>:: Lens' NodeOutput Data.Int.Int32</tt></li>
|
|
-- <li><a>tensorDescription</a> <tt>:: Lens' NodeOutput
|
|
-- Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription</tt></li>
|
|
-- <li><a>maybe'tensorDescription</a> <tt>:: Lens' NodeOutput
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)</tt></li>
|
|
-- </ul>
|
|
data NodeOutput
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>devStats</a> <tt>:: Lens' StepStats [DeviceStepStats]</tt></li>
|
|
-- <li><a>vec'devStats</a> <tt>:: Lens' StepStats (Data.Vector.Vector
|
|
-- DeviceStepStats)</tt></li>
|
|
-- </ul>
|
|
data StepStats
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.StepStats
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
|
|
instance GHC.Classes.Eq 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.StepStats
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.StepStats "devStats" [Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.StepStats "vec'devStats" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.StepStats
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.StepStats
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats "device" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats "nodeStats" [Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats "vec'nodeStats" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats "threadNames" (Data.Map.Internal.Map GHC.Word.Word32 Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "nodeName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "allStartMicros" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "opStartRelMicros" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "opEndRelMicros" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "allEndRelMicros" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "memory" [Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "vec'memory" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "output" [Proto.Tensorflow.Core.Framework.StepStats.NodeOutput]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "vec'output" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.StepStats.NodeOutput)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "timelineLabel" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "scheduledMicros" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "threadId" GHC.Word.Word32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "referencedTensor" [Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "vec'referencedTensor" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "memoryStats" Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "maybe'memoryStats" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.StepStats.MemoryStats)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "allStartNanos" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "opStartRelNanos" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "opEndRelNanos" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "allEndRelNanos" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats "scheduledNanos" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.NodeExecStats
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeOutput "slot" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeOutput "tensorDescription" Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.NodeOutput "maybe'tensorDescription" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.NodeOutput
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "tempMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "persistentMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "persistentTensorAllocIds" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "vec'persistentTensorAllocIds" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "deviceTempMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "devicePersistentMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "devicePersistentTensorAllocIds" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.MemoryStats "vec'devicePersistentTensorAllocIds" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.MemoryStats
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry "key" GHC.Word.Word32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.DeviceStepStats'ThreadNamesEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "allocatorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "totalBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "peakBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "liveBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "allocationRecords" [Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "vec'allocationRecords" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed "allocatorBytesInUse" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.AllocatorMemoryUsed
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord "allocMicros" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord "allocBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.StepStats.AllocationRecord
|
|
|
|
module Proto.Tensorflow.Core.Framework.LogMemory_Fields
|
|
allocationId :: forall f s a. (Functor f, HasField s "allocationId" a) => LensLike' f s a
|
|
allocatorName :: forall f s a. (Functor f, HasField s "allocatorName" a) => LensLike' f s a
|
|
deferred :: forall f s a. (Functor f, HasField s "deferred" a) => LensLike' f s a
|
|
handle :: forall f s a. (Functor f, HasField s "handle" a) => LensLike' f s a
|
|
index :: forall f s a. (Functor f, HasField s "index" a) => LensLike' f s a
|
|
kernelName :: forall f s a. (Functor f, HasField s "kernelName" a) => LensLike' f s a
|
|
maybe'tensor :: forall f s a. (Functor f, HasField s "maybe'tensor" a) => LensLike' f s a
|
|
numBytes :: forall f s a. (Functor f, HasField s "numBytes" a) => LensLike' f s a
|
|
operation :: forall f s a. (Functor f, HasField s "operation" a) => LensLike' f s a
|
|
ptr :: forall f s a. (Functor f, HasField s "ptr" a) => LensLike' f s a
|
|
stepId :: forall f s a. (Functor f, HasField s "stepId" a) => LensLike' f s a
|
|
tensor :: forall f s a. (Functor f, HasField s "tensor" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.LogMemory
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>stepId</a> <tt>:: Lens' MemoryLogRawAllocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>operation</a> <tt>:: Lens' MemoryLogRawAllocation
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>numBytes</a> <tt>:: Lens' MemoryLogRawAllocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>ptr</a> <tt>:: Lens' MemoryLogRawAllocation
|
|
-- Data.Word.Word64</tt></li>
|
|
-- <li><a>allocationId</a> <tt>:: Lens' MemoryLogRawAllocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocatorName</a> <tt>:: Lens' MemoryLogRawAllocation
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data MemoryLogRawAllocation
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>stepId</a> <tt>:: Lens' MemoryLogRawDeallocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>operation</a> <tt>:: Lens' MemoryLogRawDeallocation
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>allocationId</a> <tt>:: Lens' MemoryLogRawDeallocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocatorName</a> <tt>:: Lens' MemoryLogRawDeallocation
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>deferred</a> <tt>:: Lens' MemoryLogRawDeallocation
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data MemoryLogRawDeallocation
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>stepId</a> <tt>:: Lens' MemoryLogStep Data.Int.Int64</tt></li>
|
|
-- <li><a>handle</a> <tt>:: Lens' MemoryLogStep Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data MemoryLogStep
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>stepId</a> <tt>:: Lens' MemoryLogTensorAllocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>kernelName</a> <tt>:: Lens' MemoryLogTensorAllocation
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>tensor</a> <tt>:: Lens' MemoryLogTensorAllocation
|
|
-- Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription</tt></li>
|
|
-- <li><a>maybe'tensor</a> <tt>:: Lens' MemoryLogTensorAllocation
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)</tt></li>
|
|
-- </ul>
|
|
data MemoryLogTensorAllocation
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>allocationId</a> <tt>:: Lens' MemoryLogTensorDeallocation
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>allocatorName</a> <tt>:: Lens' MemoryLogTensorDeallocation
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data MemoryLogTensorDeallocation
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>stepId</a> <tt>:: Lens' MemoryLogTensorOutput
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>kernelName</a> <tt>:: Lens' MemoryLogTensorOutput
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>index</a> <tt>:: Lens' MemoryLogTensorOutput
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>tensor</a> <tt>:: Lens' MemoryLogTensorOutput
|
|
-- Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription</tt></li>
|
|
-- <li><a>maybe'tensor</a> <tt>:: Lens' MemoryLogTensorOutput
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)</tt></li>
|
|
-- </ul>
|
|
data MemoryLogTensorOutput
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
|
|
instance GHC.Classes.Eq 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.MemoryLogTensorOutput
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput "stepId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput "kernelName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput "index" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput "tensor" Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput "maybe'tensor" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorOutput
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation "allocationId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation "allocatorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorDeallocation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation "stepId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation "kernelName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation "tensor" Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation "maybe'tensor" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogTensorAllocation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep "stepId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep "handle" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogStep
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation "stepId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation "operation" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation "allocationId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation "allocatorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation "deferred" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawDeallocation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation "stepId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation "operation" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation "numBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation "ptr" GHC.Word.Word64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation "allocationId" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation "allocatorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.LogMemory.MemoryLogRawAllocation
|
|
|
|
module Proto.Tensorflow.Core.Framework.ResourceHandle_Fields
|
|
container :: forall f s a. (Functor f, HasField s "container" a) => LensLike' f s a
|
|
device :: forall f s a. (Functor f, HasField s "device" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
dtypesAndShapes :: forall f s a. (Functor f, HasField s "dtypesAndShapes" a) => LensLike' f s a
|
|
hashCode :: forall f s a. (Functor f, HasField s "hashCode" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
maybeTypeName :: forall f s a. (Functor f, HasField s "maybeTypeName" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
vec'dtypesAndShapes :: forall f s a. (Functor f, HasField s "vec'dtypesAndShapes" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.ResourceHandle
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>device</a> <tt>:: Lens' ResourceHandleProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>container</a> <tt>:: Lens' ResourceHandleProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>name</a> <tt>:: Lens' ResourceHandleProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>hashCode</a> <tt>:: Lens' ResourceHandleProto
|
|
-- Data.Word.Word64</tt></li>
|
|
-- <li><a>maybeTypeName</a> <tt>:: Lens' ResourceHandleProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>dtypesAndShapes</a> <tt>:: Lens' ResourceHandleProto
|
|
-- [ResourceHandleProto'DtypeAndShape]</tt></li>
|
|
-- <li><a>vec'dtypesAndShapes</a> <tt>:: Lens' ResourceHandleProto
|
|
-- (Data.Vector.Vector ResourceHandleProto'DtypeAndShape)</tt></li>
|
|
-- </ul>
|
|
data ResourceHandleProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' ResourceHandleProto'DtypeAndShape
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' ResourceHandleProto'DtypeAndShape
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' ResourceHandleProto'DtypeAndShape
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- </ul>
|
|
data ResourceHandleProto'DtypeAndShape
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "device" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "container" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "hashCode" GHC.Word.Word64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "maybeTypeName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "dtypesAndShapes" [Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto "vec'dtypesAndShapes" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto'DtypeAndShape
|
|
|
|
module Proto.Tensorflow.Core.Framework.Tensor_Fields
|
|
boolVal :: forall f s a. (Functor f, HasField s "boolVal" a) => LensLike' f s a
|
|
dcomplexVal :: forall f s a. (Functor f, HasField s "dcomplexVal" a) => LensLike' f s a
|
|
doubleVal :: forall f s a. (Functor f, HasField s "doubleVal" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
floatVal :: forall f s a. (Functor f, HasField s "floatVal" a) => LensLike' f s a
|
|
halfVal :: forall f s a. (Functor f, HasField s "halfVal" a) => LensLike' f s a
|
|
int64Val :: forall f s a. (Functor f, HasField s "int64Val" a) => LensLike' f s a
|
|
intVal :: forall f s a. (Functor f, HasField s "intVal" a) => LensLike' f s a
|
|
maybe'tensorShape :: forall f s a. (Functor f, HasField s "maybe'tensorShape" a) => LensLike' f s a
|
|
metadata :: forall f s a. (Functor f, HasField s "metadata" a) => LensLike' f s a
|
|
resourceHandleVal :: forall f s a. (Functor f, HasField s "resourceHandleVal" a) => LensLike' f s a
|
|
scomplexVal :: forall f s a. (Functor f, HasField s "scomplexVal" a) => LensLike' f s a
|
|
stringVal :: forall f s a. (Functor f, HasField s "stringVal" a) => LensLike' f s a
|
|
tensorContent :: forall f s a. (Functor f, HasField s "tensorContent" a) => LensLike' f s a
|
|
tensorShape :: forall f s a. (Functor f, HasField s "tensorShape" a) => LensLike' f s a
|
|
tensors :: forall f s a. (Functor f, HasField s "tensors" a) => LensLike' f s a
|
|
typeName :: forall f s a. (Functor f, HasField s "typeName" a) => LensLike' f s a
|
|
uint32Val :: forall f s a. (Functor f, HasField s "uint32Val" a) => LensLike' f s a
|
|
uint64Val :: forall f s a. (Functor f, HasField s "uint64Val" a) => LensLike' f s a
|
|
variantVal :: forall f s a. (Functor f, HasField s "variantVal" a) => LensLike' f s a
|
|
vec'boolVal :: forall f s a. (Functor f, HasField s "vec'boolVal" a) => LensLike' f s a
|
|
vec'dcomplexVal :: forall f s a. (Functor f, HasField s "vec'dcomplexVal" a) => LensLike' f s a
|
|
vec'doubleVal :: forall f s a. (Functor f, HasField s "vec'doubleVal" a) => LensLike' f s a
|
|
vec'floatVal :: forall f s a. (Functor f, HasField s "vec'floatVal" a) => LensLike' f s a
|
|
vec'halfVal :: forall f s a. (Functor f, HasField s "vec'halfVal" a) => LensLike' f s a
|
|
vec'int64Val :: forall f s a. (Functor f, HasField s "vec'int64Val" a) => LensLike' f s a
|
|
vec'intVal :: forall f s a. (Functor f, HasField s "vec'intVal" a) => LensLike' f s a
|
|
vec'resourceHandleVal :: forall f s a. (Functor f, HasField s "vec'resourceHandleVal" a) => LensLike' f s a
|
|
vec'scomplexVal :: forall f s a. (Functor f, HasField s "vec'scomplexVal" a) => LensLike' f s a
|
|
vec'stringVal :: forall f s a. (Functor f, HasField s "vec'stringVal" a) => LensLike' f s a
|
|
vec'tensors :: forall f s a. (Functor f, HasField s "vec'tensors" a) => LensLike' f s a
|
|
vec'uint32Val :: forall f s a. (Functor f, HasField s "vec'uint32Val" a) => LensLike' f s a
|
|
vec'uint64Val :: forall f s a. (Functor f, HasField s "vec'uint64Val" a) => LensLike' f s a
|
|
vec'variantVal :: forall f s a. (Functor f, HasField s "vec'variantVal" a) => LensLike' f s a
|
|
versionNumber :: forall f s a. (Functor f, HasField s "versionNumber" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.Tensor
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' TensorProto
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>tensorShape</a> <tt>:: Lens' TensorProto
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'tensorShape</a> <tt>:: Lens' TensorProto (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>versionNumber</a> <tt>:: Lens' TensorProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>tensorContent</a> <tt>:: Lens' TensorProto
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- <li><a>halfVal</a> <tt>:: Lens' TensorProto [Data.Int.Int32]</tt></li>
|
|
-- <li><a>vec'halfVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int32)</tt></li>
|
|
-- <li><a>floatVal</a> <tt>:: Lens' TensorProto [Prelude.Float]</tt></li>
|
|
-- <li><a>vec'floatVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Float)</tt></li>
|
|
-- <li><a>doubleVal</a> <tt>:: Lens' TensorProto
|
|
-- [Prelude.Double]</tt></li>
|
|
-- <li><a>vec'doubleVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Double)</tt></li>
|
|
-- <li><a>intVal</a> <tt>:: Lens' TensorProto [Data.Int.Int32]</tt></li>
|
|
-- <li><a>vec'intVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int32)</tt></li>
|
|
-- <li><a>stringVal</a> <tt>:: Lens' TensorProto
|
|
-- [Data.ByteString.ByteString]</tt></li>
|
|
-- <li><a>vec'stringVal</a> <tt>:: Lens' TensorProto (Data.Vector.Vector
|
|
-- Data.ByteString.ByteString)</tt></li>
|
|
-- <li><a>scomplexVal</a> <tt>:: Lens' TensorProto
|
|
-- [Prelude.Float]</tt></li>
|
|
-- <li><a>vec'scomplexVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Float)</tt></li>
|
|
-- <li><a>int64Val</a> <tt>:: Lens' TensorProto
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'int64Val</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- <li><a>boolVal</a> <tt>:: Lens' TensorProto [Prelude.Bool]</tt></li>
|
|
-- <li><a>vec'boolVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Bool)</tt></li>
|
|
-- <li><a>dcomplexVal</a> <tt>:: Lens' TensorProto
|
|
-- [Prelude.Double]</tt></li>
|
|
-- <li><a>vec'dcomplexVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Double)</tt></li>
|
|
-- <li><a>resourceHandleVal</a> <tt>:: Lens' TensorProto
|
|
-- [Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto]</tt></li>
|
|
-- <li><a>vec'resourceHandleVal</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto)</tt></li>
|
|
-- <li><a>variantVal</a> <tt>:: Lens' TensorProto
|
|
-- [VariantTensorDataProto]</tt></li>
|
|
-- <li><a>vec'variantVal</a> <tt>:: Lens' TensorProto (Data.Vector.Vector
|
|
-- VariantTensorDataProto)</tt></li>
|
|
-- <li><a>uint32Val</a> <tt>:: Lens' TensorProto
|
|
-- [Data.Word.Word32]</tt></li>
|
|
-- <li><a>vec'uint32Val</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Data.Word.Word32)</tt></li>
|
|
-- <li><a>uint64Val</a> <tt>:: Lens' TensorProto
|
|
-- [Data.Word.Word64]</tt></li>
|
|
-- <li><a>vec'uint64Val</a> <tt>:: Lens' TensorProto
|
|
-- (Data.Vector.Unboxed.Vector Data.Word.Word64)</tt></li>
|
|
-- </ul>
|
|
data TensorProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>typeName</a> <tt>:: Lens' VariantTensorDataProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>metadata</a> <tt>:: Lens' VariantTensorDataProto
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- <li><a>tensors</a> <tt>:: Lens' VariantTensorDataProto
|
|
-- [TensorProto]</tt></li>
|
|
-- <li><a>vec'tensors</a> <tt>:: Lens' VariantTensorDataProto
|
|
-- (Data.Vector.Vector TensorProto)</tt></li>
|
|
-- </ul>
|
|
data VariantTensorDataProto
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance GHC.Classes.Eq 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.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "tensorShape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "maybe'tensorShape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "versionNumber" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "tensorContent" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "halfVal" [GHC.Int.Int32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'halfVal" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "floatVal" [GHC.Types.Float]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'floatVal" (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "doubleVal" [GHC.Types.Double]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'doubleVal" (Data.Vector.Unboxed.Base.Vector GHC.Types.Double)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "intVal" [GHC.Int.Int32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'intVal" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "stringVal" [Data.ByteString.Internal.ByteString]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'stringVal" (Data.Vector.Vector Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "scomplexVal" [GHC.Types.Float]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'scomplexVal" (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "int64Val" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'int64Val" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "boolVal" [GHC.Types.Bool]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'boolVal" (Data.Vector.Unboxed.Base.Vector GHC.Types.Bool)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "dcomplexVal" [GHC.Types.Double]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'dcomplexVal" (Data.Vector.Unboxed.Base.Vector GHC.Types.Double)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "resourceHandleVal" [Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'resourceHandleVal" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "variantVal" [Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'variantVal" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "uint32Val" [GHC.Word.Word32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'uint32Val" (Data.Vector.Unboxed.Base.Vector GHC.Word.Word32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "uint64Val" [GHC.Word.Word64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.TensorProto "vec'uint64Val" (Data.Vector.Unboxed.Base.Vector GHC.Word.Word64)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto "typeName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto "metadata" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto "tensors" [Proto.Tensorflow.Core.Framework.Tensor.TensorProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto "vec'tensors" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Tensor.VariantTensorDataProto
|
|
|
|
module Proto.Tensorflow.Core.Framework.Summary_Fields
|
|
audio :: forall f s a. (Functor f, HasField s "audio" a) => LensLike' f s a
|
|
bucket :: forall f s a. (Functor f, HasField s "bucket" a) => LensLike' f s a
|
|
bucketLimit :: forall f s a. (Functor f, HasField s "bucketLimit" a) => LensLike' f s a
|
|
colorspace :: forall f s a. (Functor f, HasField s "colorspace" a) => LensLike' f s a
|
|
content :: forall f s a. (Functor f, HasField s "content" a) => LensLike' f s a
|
|
contentType :: forall f s a. (Functor f, HasField s "contentType" a) => LensLike' f s a
|
|
dataClass :: forall f s a. (Functor f, HasField s "dataClass" a) => LensLike' f s a
|
|
displayName :: forall f s a. (Functor f, HasField s "displayName" a) => LensLike' f s a
|
|
encodedAudioString :: forall f s a. (Functor f, HasField s "encodedAudioString" a) => LensLike' f s a
|
|
encodedImageString :: forall f s a. (Functor f, HasField s "encodedImageString" a) => LensLike' f s a
|
|
height :: forall f s a. (Functor f, HasField s "height" a) => LensLike' f s a
|
|
histo :: forall f s a. (Functor f, HasField s "histo" a) => LensLike' f s a
|
|
image :: forall f s a. (Functor f, HasField s "image" a) => LensLike' f s a
|
|
lengthFrames :: forall f s a. (Functor f, HasField s "lengthFrames" a) => LensLike' f s a
|
|
max :: forall f s a. (Functor f, HasField s "max" a) => LensLike' f s a
|
|
maybe'audio :: forall f s a. (Functor f, HasField s "maybe'audio" a) => LensLike' f s a
|
|
maybe'histo :: forall f s a. (Functor f, HasField s "maybe'histo" a) => LensLike' f s a
|
|
maybe'image :: forall f s a. (Functor f, HasField s "maybe'image" a) => LensLike' f s a
|
|
maybe'metadata :: forall f s a. (Functor f, HasField s "maybe'metadata" a) => LensLike' f s a
|
|
maybe'obsoleteOldStyleHistogram :: forall f s a. (Functor f, HasField s "maybe'obsoleteOldStyleHistogram" a) => LensLike' f s a
|
|
maybe'pluginData :: forall f s a. (Functor f, HasField s "maybe'pluginData" a) => LensLike' f s a
|
|
maybe'simpleValue :: forall f s a. (Functor f, HasField s "maybe'simpleValue" a) => LensLike' f s a
|
|
maybe'tensor :: forall f s a. (Functor f, HasField s "maybe'tensor" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
metadata :: forall f s a. (Functor f, HasField s "metadata" a) => LensLike' f s a
|
|
min :: forall f s a. (Functor f, HasField s "min" a) => LensLike' f s a
|
|
nodeName :: forall f s a. (Functor f, HasField s "nodeName" a) => LensLike' f s a
|
|
num :: forall f s a. (Functor f, HasField s "num" a) => LensLike' f s a
|
|
numChannels :: forall f s a. (Functor f, HasField s "numChannels" a) => LensLike' f s a
|
|
obsoleteOldStyleHistogram :: forall f s a. (Functor f, HasField s "obsoleteOldStyleHistogram" a) => LensLike' f s a
|
|
pluginData :: forall f s a. (Functor f, HasField s "pluginData" a) => LensLike' f s a
|
|
pluginName :: forall f s a. (Functor f, HasField s "pluginName" a) => LensLike' f s a
|
|
sampleRate :: forall f s a. (Functor f, HasField s "sampleRate" a) => LensLike' f s a
|
|
simpleValue :: forall f s a. (Functor f, HasField s "simpleValue" a) => LensLike' f s a
|
|
sum :: forall f s a. (Functor f, HasField s "sum" a) => LensLike' f s a
|
|
sumSquares :: forall f s a. (Functor f, HasField s "sumSquares" a) => LensLike' f s a
|
|
summaryDescription :: forall f s a. (Functor f, HasField s "summaryDescription" a) => LensLike' f s a
|
|
tag :: forall f s a. (Functor f, HasField s "tag" a) => LensLike' f s a
|
|
tensor :: forall f s a. (Functor f, HasField s "tensor" a) => LensLike' f s a
|
|
typeHint :: forall f s a. (Functor f, HasField s "typeHint" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'bucket :: forall f s a. (Functor f, HasField s "vec'bucket" a) => LensLike' f s a
|
|
vec'bucketLimit :: forall f s a. (Functor f, HasField s "vec'bucketLimit" a) => LensLike' f s a
|
|
vec'value :: forall f s a. (Functor f, HasField s "vec'value" a) => LensLike' f s a
|
|
width :: forall f s a. (Functor f, HasField s "width" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.Summary
|
|
data DataClass
|
|
DATA_CLASS_UNKNOWN :: DataClass
|
|
DATA_CLASS_SCALAR :: DataClass
|
|
DATA_CLASS_TENSOR :: DataClass
|
|
DATA_CLASS_BLOB_SEQUENCE :: DataClass
|
|
DataClass'Unrecognized :: !DataClass'UnrecognizedValue -> DataClass
|
|
data DataClass
|
|
data DataClass'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>min</a> <tt>:: Lens' HistogramProto Prelude.Double</tt></li>
|
|
-- <li><a>max</a> <tt>:: Lens' HistogramProto Prelude.Double</tt></li>
|
|
-- <li><a>num</a> <tt>:: Lens' HistogramProto Prelude.Double</tt></li>
|
|
-- <li><a>sum</a> <tt>:: Lens' HistogramProto Prelude.Double</tt></li>
|
|
-- <li><a>sumSquares</a> <tt>:: Lens' HistogramProto
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>bucketLimit</a> <tt>:: Lens' HistogramProto
|
|
-- [Prelude.Double]</tt></li>
|
|
-- <li><a>vec'bucketLimit</a> <tt>:: Lens' HistogramProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Double)</tt></li>
|
|
-- <li><a>bucket</a> <tt>:: Lens' HistogramProto
|
|
-- [Prelude.Double]</tt></li>
|
|
-- <li><a>vec'bucket</a> <tt>:: Lens' HistogramProto
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Double)</tt></li>
|
|
-- </ul>
|
|
data HistogramProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' Summary [Summary'Value]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' Summary (Data.Vector.Vector
|
|
-- Summary'Value)</tt></li>
|
|
-- </ul>
|
|
data Summary
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>sampleRate</a> <tt>:: Lens' Summary'Audio
|
|
-- Prelude.Float</tt></li>
|
|
-- <li><a>numChannels</a> <tt>:: Lens' Summary'Audio
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>lengthFrames</a> <tt>:: Lens' Summary'Audio
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>encodedAudioString</a> <tt>:: Lens' Summary'Audio
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- <li><a>contentType</a> <tt>:: Lens' Summary'Audio
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data Summary'Audio
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>height</a> <tt>:: Lens' Summary'Image Data.Int.Int32</tt></li>
|
|
-- <li><a>width</a> <tt>:: Lens' Summary'Image Data.Int.Int32</tt></li>
|
|
-- <li><a>colorspace</a> <tt>:: Lens' Summary'Image
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>encodedImageString</a> <tt>:: Lens' Summary'Image
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- </ul>
|
|
data Summary'Image
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>nodeName</a> <tt>:: Lens' Summary'Value
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>tag</a> <tt>:: Lens' Summary'Value Data.Text.Text</tt></li>
|
|
-- <li><a>metadata</a> <tt>:: Lens' Summary'Value
|
|
-- SummaryMetadata</tt></li>
|
|
-- <li><a>maybe'metadata</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- SummaryMetadata)</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- Summary<tt>Value</tt>Value)</tt></li>
|
|
-- <li><a>maybe'simpleValue</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- Prelude.Float)</tt></li>
|
|
-- <li><a>simpleValue</a> <tt>:: Lens' Summary'Value
|
|
-- Prelude.Float</tt></li>
|
|
-- <li><a>maybe'obsoleteOldStyleHistogram</a> <tt>:: Lens' Summary'Value
|
|
-- (Prelude.Maybe Data.ByteString.ByteString)</tt></li>
|
|
-- <li><a>obsoleteOldStyleHistogram</a> <tt>:: Lens' Summary'Value
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- <li><a>maybe'image</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- Summary'Image)</tt></li>
|
|
-- <li><a>image</a> <tt>:: Lens' Summary'Value Summary'Image</tt></li>
|
|
-- <li><a>maybe'histo</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- HistogramProto)</tt></li>
|
|
-- <li><a>histo</a> <tt>:: Lens' Summary'Value HistogramProto</tt></li>
|
|
-- <li><a>maybe'audio</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- Summary'Audio)</tt></li>
|
|
-- <li><a>audio</a> <tt>:: Lens' Summary'Value Summary'Audio</tt></li>
|
|
-- <li><a>maybe'tensor</a> <tt>:: Lens' Summary'Value (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- <li><a>tensor</a> <tt>:: Lens' Summary'Value
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- </ul>
|
|
data Summary'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
|
|
_Summary'Value'SimpleValue :: Prism' Summary'Value'Value Float
|
|
_Summary'Value'ObsoleteOldStyleHistogram :: Prism' Summary'Value'Value ByteString
|
|
_Summary'Value'Image :: Prism' Summary'Value'Value Summary'Image
|
|
_Summary'Value'Histo :: Prism' Summary'Value'Value HistogramProto
|
|
_Summary'Value'Audio :: Prism' Summary'Value'Value Summary'Audio
|
|
_Summary'Value'Tensor :: Prism' Summary'Value'Value TensorProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>typeHint</a> <tt>:: Lens' SummaryDescription
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SummaryDescription
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>pluginData</a> <tt>:: Lens' SummaryMetadata
|
|
-- SummaryMetadata'PluginData</tt></li>
|
|
-- <li><a>maybe'pluginData</a> <tt>:: Lens' SummaryMetadata
|
|
-- (Prelude.Maybe SummaryMetadata'PluginData)</tt></li>
|
|
-- <li><a>displayName</a> <tt>:: Lens' SummaryMetadata
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>summaryDescription</a> <tt>:: Lens' SummaryMetadata
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>dataClass</a> <tt>:: Lens' SummaryMetadata DataClass</tt></li>
|
|
-- </ul>
|
|
data SummaryMetadata
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>pluginName</a> <tt>:: Lens' SummaryMetadata'PluginData
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>content</a> <tt>:: Lens' SummaryMetadata'PluginData
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- </ul>
|
|
data SummaryMetadata'PluginData
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.DataClass'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Summary.DataClass'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Summary.DataClass'UnrecognizedValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary "value" [Proto.Tensorflow.Core.Framework.Summary.Summary'Value]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary "vec'value" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Summary.Summary'Value)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.Summary
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Value
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "nodeName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "tag" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "metadata" Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'metadata" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'simpleValue" (GHC.Maybe.Maybe GHC.Types.Float)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "simpleValue" GHC.Types.Float
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'obsoleteOldStyleHistogram" (GHC.Maybe.Maybe Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "obsoleteOldStyleHistogram" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'image" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Image)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "image" Proto.Tensorflow.Core.Framework.Summary.Summary'Image
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'histo" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.HistogramProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "histo" Proto.Tensorflow.Core.Framework.Summary.HistogramProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'audio" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary'Audio)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "audio" Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "maybe'tensor" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Value "tensor" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary'Value
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.Summary'Value
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata "pluginData" Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata "maybe'pluginData" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata "displayName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata "summaryDescription" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata "dataClass" Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData "pluginName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData "content" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.SummaryMetadata'PluginData
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.SummaryDescription "typeHint" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.SummaryDescription
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.Summary'Value'Value
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Image
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Image "height" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Image "width" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Image "colorspace" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Image "encodedImageString" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary'Image
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.Summary'Image
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Audio "sampleRate" GHC.Types.Float
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Audio "numChannels" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Audio "lengthFrames" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Audio "encodedAudioString" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.Summary'Audio "contentType" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.Summary'Audio
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Summary.HistogramProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "min" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "max" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "num" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "sum" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "sumSquares" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "bucketLimit" [GHC.Types.Double]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "vec'bucketLimit" (Data.Vector.Unboxed.Base.Vector GHC.Types.Double)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "bucket" [GHC.Types.Double]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Summary.HistogramProto "vec'bucket" (Data.Vector.Unboxed.Base.Vector GHC.Types.Double)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Summary.HistogramProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.HistogramProto
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Summary.DataClass
|
|
|
|
module Proto.Tensorflow.Core.Framework.CostGraph_Fields
|
|
aliasInputPort :: forall f s a. (Functor f, HasField s "aliasInputPort" a) => LensLike' f s a
|
|
computeCost :: forall f s a. (Functor f, HasField s "computeCost" a) => LensLike' f s a
|
|
computeTime :: forall f s a. (Functor f, HasField s "computeTime" a) => LensLike' f s a
|
|
controlInput :: forall f s a. (Functor f, HasField s "controlInput" a) => LensLike' f s a
|
|
cost :: forall f s a. (Functor f, HasField s "cost" a) => LensLike' f s a
|
|
device :: forall f s a. (Functor f, HasField s "device" a) => LensLike' f s a
|
|
devicePersistentMemorySize :: forall f s a. (Functor f, HasField s "devicePersistentMemorySize" a) => LensLike' f s a
|
|
deviceTempMemorySize :: forall f s a. (Functor f, HasField s "deviceTempMemorySize" a) => LensLike' f s a
|
|
dimension :: forall f s a. (Functor f, HasField s "dimension" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
hostTempMemorySize :: forall f s a. (Functor f, HasField s "hostTempMemorySize" a) => LensLike' f s a
|
|
id :: forall f s a. (Functor f, HasField s "id" a) => LensLike' f s a
|
|
inaccurate :: forall f s a. (Functor f, HasField s "inaccurate" a) => LensLike' f s a
|
|
inputInfo :: forall f s a. (Functor f, HasField s "inputInfo" a) => LensLike' f s a
|
|
isFinal :: forall f s a. (Functor f, HasField s "isFinal" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
memoryTime :: forall f s a. (Functor f, HasField s "memoryTime" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
node :: forall f s a. (Functor f, HasField s "node" a) => LensLike' f s a
|
|
outputInfo :: forall f s a. (Functor f, HasField s "outputInfo" a) => LensLike' f s a
|
|
persistentMemorySize :: forall f s a. (Functor f, HasField s "persistentMemorySize" a) => LensLike' f s a
|
|
precedingNode :: forall f s a. (Functor f, HasField s "precedingNode" a) => LensLike' f s a
|
|
precedingPort :: forall f s a. (Functor f, HasField s "precedingPort" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
size :: forall f s a. (Functor f, HasField s "size" a) => LensLike' f s a
|
|
temporaryMemorySize :: forall f s a. (Functor f, HasField s "temporaryMemorySize" a) => LensLike' f s a
|
|
vec'controlInput :: forall f s a. (Functor f, HasField s "vec'controlInput" a) => LensLike' f s a
|
|
vec'cost :: forall f s a. (Functor f, HasField s "vec'cost" a) => LensLike' f s a
|
|
vec'inputInfo :: forall f s a. (Functor f, HasField s "vec'inputInfo" a) => LensLike' f s a
|
|
vec'node :: forall f s a. (Functor f, HasField s "vec'node" a) => LensLike' f s a
|
|
vec'outputInfo :: forall f s a. (Functor f, HasField s "vec'outputInfo" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.CostGraph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>node</a> <tt>:: Lens' CostGraphDef
|
|
-- [CostGraphDef'Node]</tt></li>
|
|
-- <li><a>vec'node</a> <tt>:: Lens' CostGraphDef (Data.Vector.Vector
|
|
-- CostGraphDef'Node)</tt></li>
|
|
-- <li><a>cost</a> <tt>:: Lens' CostGraphDef
|
|
-- [CostGraphDef'AggregatedCost]</tt></li>
|
|
-- <li><a>vec'cost</a> <tt>:: Lens' CostGraphDef (Data.Vector.Vector
|
|
-- CostGraphDef'AggregatedCost)</tt></li>
|
|
-- </ul>
|
|
data CostGraphDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>cost</a> <tt>:: Lens' CostGraphDef'AggregatedCost
|
|
-- Prelude.Float</tt></li>
|
|
-- <li><a>dimension</a> <tt>:: Lens' CostGraphDef'AggregatedCost
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data CostGraphDef'AggregatedCost
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>device</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>id</a> <tt>:: Lens' CostGraphDef'Node Data.Int.Int32</tt></li>
|
|
-- <li><a>inputInfo</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- [CostGraphDef<tt>Node</tt>InputInfo]</tt></li>
|
|
-- <li><a>vec'inputInfo</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- (Data.Vector.Vector CostGraphDef<tt>Node</tt>InputInfo)</tt></li>
|
|
-- <li><a>outputInfo</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- [CostGraphDef<tt>Node</tt>OutputInfo]</tt></li>
|
|
-- <li><a>vec'outputInfo</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- (Data.Vector.Vector CostGraphDef<tt>Node</tt>OutputInfo)</tt></li>
|
|
-- <li><a>temporaryMemorySize</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>persistentMemorySize</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>hostTempMemorySize</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>deviceTempMemorySize</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>devicePersistentMemorySize</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>computeCost</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>computeTime</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>memoryTime</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>isFinal</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>controlInput</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- [Data.Int.Int32]</tt></li>
|
|
-- <li><a>vec'controlInput</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int32)</tt></li>
|
|
-- <li><a>inaccurate</a> <tt>:: Lens' CostGraphDef'Node
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data CostGraphDef'Node
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>precedingNode</a> <tt>:: Lens'
|
|
-- CostGraphDef<tt>Node</tt>InputInfo Data.Int.Int32</tt></li>
|
|
-- <li><a>precedingPort</a> <tt>:: Lens'
|
|
-- CostGraphDef<tt>Node</tt>InputInfo Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data CostGraphDef'Node'InputInfo
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>size</a> <tt>:: Lens' CostGraphDef<tt>Node</tt>OutputInfo
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>aliasInputPort</a> <tt>:: Lens'
|
|
-- CostGraphDef<tt>Node</tt>OutputInfo Data.Int.Int64</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' CostGraphDef<tt>Node</tt>OutputInfo
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens'
|
|
-- CostGraphDef<tt>Node</tt>OutputInfo (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>dtype</a> <tt>:: Lens' CostGraphDef<tt>Node</tt>OutputInfo
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- </ul>
|
|
data CostGraphDef'Node'OutputInfo
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef "node" [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef "vec'node" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef "cost" [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef "vec'cost" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "device" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "id" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "inputInfo" [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "vec'inputInfo" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "outputInfo" [Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "vec'outputInfo" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "temporaryMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "persistentMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "hostTempMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "deviceTempMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "devicePersistentMemorySize" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "computeCost" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "computeTime" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "memoryTime" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "isFinal" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "controlInput" [GHC.Int.Int32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "vec'controlInput" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node "inaccurate" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo "size" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo "aliasInputPort" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'OutputInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo "precedingNode" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo "precedingPort" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'Node'InputInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost "cost" GHC.Types.Float
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost "dimension" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef'AggregatedCost
|
|
|
|
module Proto.Tensorflow.Core.Framework.AttrValue_Fields
|
|
attr :: forall f s a. (Functor f, HasField s "attr" a) => LensLike' f s a
|
|
b :: forall f s a. (Functor f, HasField s "b" a) => LensLike' f s a
|
|
f :: forall f s a. (Functor f, HasField s "f" a) => LensLike' f s a
|
|
func :: forall f s a. (Functor f, HasField s "func" a) => LensLike' f s a
|
|
i :: forall f s a. (Functor f, HasField s "i" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
list :: forall f s a. (Functor f, HasField s "list" a) => LensLike' f s a
|
|
maybe'b :: forall f s a. (Functor f, HasField s "maybe'b" a) => LensLike' f s a
|
|
maybe'f :: forall f s a. (Functor f, HasField s "maybe'f" a) => LensLike' f s a
|
|
maybe'func :: forall f s a. (Functor f, HasField s "maybe'func" a) => LensLike' f s a
|
|
maybe'i :: forall f s a. (Functor f, HasField s "maybe'i" a) => LensLike' f s a
|
|
maybe'list :: forall f s a. (Functor f, HasField s "maybe'list" a) => LensLike' f s a
|
|
maybe'placeholder :: forall f s a. (Functor f, HasField s "maybe'placeholder" a) => LensLike' f s a
|
|
maybe's :: forall f s a. (Functor f, HasField s "maybe's" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
maybe'tensor :: forall f s a. (Functor f, HasField s "maybe'tensor" a) => LensLike' f s a
|
|
maybe'type' :: forall f s a. (Functor f, HasField s "maybe'type'" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
placeholder :: forall f s a. (Functor f, HasField s "placeholder" a) => LensLike' f s a
|
|
s :: forall f s a. (Functor f, HasField s "s" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
tensor :: forall f s a. (Functor f, HasField s "tensor" a) => LensLike' f s a
|
|
type' :: forall f s a. (Functor f, HasField s "type'" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'b :: forall f s a. (Functor f, HasField s "vec'b" a) => LensLike' f s a
|
|
vec'f :: forall f s a. (Functor f, HasField s "vec'f" a) => LensLike' f s a
|
|
vec'func :: forall f s a. (Functor f, HasField s "vec'func" a) => LensLike' f s a
|
|
vec'i :: forall f s a. (Functor f, HasField s "vec'i" a) => LensLike' f s a
|
|
vec's :: forall f s a. (Functor f, HasField s "vec's" a) => LensLike' f s a
|
|
vec'shape :: forall f s a. (Functor f, HasField s "vec'shape" a) => LensLike' f s a
|
|
vec'tensor :: forall f s a. (Functor f, HasField s "vec'tensor" a) => LensLike' f s a
|
|
vec'type' :: forall f s a. (Functor f, HasField s "vec'type'" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.AttrValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- AttrValue'Value)</tt></li>
|
|
-- <li><a>maybe's</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Data.ByteString.ByteString)</tt></li>
|
|
-- <li><a>s</a> <tt>:: Lens' AttrValue
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- <li><a>maybe'i</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Data.Int.Int64)</tt></li>
|
|
-- <li><a>i</a> <tt>:: Lens' AttrValue Data.Int.Int64</tt></li>
|
|
-- <li><a>maybe'f</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Prelude.Float)</tt></li>
|
|
-- <li><a>f</a> <tt>:: Lens' AttrValue Prelude.Float</tt></li>
|
|
-- <li><a>maybe'b</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Prelude.Bool)</tt></li>
|
|
-- <li><a>b</a> <tt>:: Lens' AttrValue Prelude.Bool</tt></li>
|
|
-- <li><a>maybe'type'</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType)</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' AttrValue
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' AttrValue
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'tensor</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- <li><a>tensor</a> <tt>:: Lens' AttrValue
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- <li><a>maybe'list</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- AttrValue'ListValue)</tt></li>
|
|
-- <li><a>list</a> <tt>:: Lens' AttrValue AttrValue'ListValue</tt></li>
|
|
-- <li><a>maybe'func</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- NameAttrList)</tt></li>
|
|
-- <li><a>func</a> <tt>:: Lens' AttrValue NameAttrList</tt></li>
|
|
-- <li><a>maybe'placeholder</a> <tt>:: Lens' AttrValue (Prelude.Maybe
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>placeholder</a> <tt>:: Lens' AttrValue Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data AttrValue
|
|
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
|
|
_AttrValue'S :: Prism' AttrValue'Value ByteString
|
|
_AttrValue'I :: Prism' AttrValue'Value Int64
|
|
_AttrValue'F :: Prism' AttrValue'Value Float
|
|
_AttrValue'B :: Prism' AttrValue'Value Bool
|
|
_AttrValue'Type :: Prism' AttrValue'Value DataType
|
|
_AttrValue'Shape :: Prism' AttrValue'Value TensorShapeProto
|
|
_AttrValue'Tensor :: Prism' AttrValue'Value TensorProto
|
|
_AttrValue'List :: Prism' AttrValue'Value AttrValue'ListValue
|
|
_AttrValue'Func :: Prism' AttrValue'Value NameAttrList
|
|
_AttrValue'Placeholder :: Prism' AttrValue'Value Text
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>s</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [Data.ByteString.ByteString]</tt></li>
|
|
-- <li><a>vec's</a> <tt>:: Lens' AttrValue'ListValue (Data.Vector.Vector
|
|
-- Data.ByteString.ByteString)</tt></li>
|
|
-- <li><a>i</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'i</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- <li><a>f</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [Prelude.Float]</tt></li>
|
|
-- <li><a>vec'f</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Float)</tt></li>
|
|
-- <li><a>b</a> <tt>:: Lens' AttrValue'ListValue [Prelude.Bool]</tt></li>
|
|
-- <li><a>vec'b</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Bool)</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [Proto.Tensorflow.Core.Framework.Types.DataType]</tt></li>
|
|
-- <li><a>vec'type'</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType)</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto]</tt></li>
|
|
-- <li><a>vec'shape</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>tensor</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [Proto.Tensorflow.Core.Framework.Tensor.TensorProto]</tt></li>
|
|
-- <li><a>vec'tensor</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- <li><a>func</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- [NameAttrList]</tt></li>
|
|
-- <li><a>vec'func</a> <tt>:: Lens' AttrValue'ListValue
|
|
-- (Data.Vector.Vector NameAttrList)</tt></li>
|
|
-- </ul>
|
|
data AttrValue'ListValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' NameAttrList Data.Text.Text</tt></li>
|
|
-- <li><a>attr</a> <tt>:: Lens' NameAttrList (Data.Map.Map Data.Text.Text
|
|
-- AttrValue)</tt></li>
|
|
-- </ul>
|
|
data NameAttrList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' NameAttrList'AttrEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' NameAttrList'AttrEntry
|
|
-- AttrValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' NameAttrList'AttrEntry
|
|
-- (Prelude.Maybe AttrValue)</tt></li>
|
|
-- </ul>
|
|
data NameAttrList'AttrEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
|
|
instance GHC.Classes.Eq 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.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.Classes.Ord Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry "value" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList'AttrEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe's" (GHC.Maybe.Maybe Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "s" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'i" (GHC.Maybe.Maybe GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "i" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'f" (GHC.Maybe.Maybe GHC.Types.Float)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "f" GHC.Types.Float
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'b" (GHC.Maybe.Maybe GHC.Types.Bool)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "b" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'type'" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Types.DataType)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "type'" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'tensor" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "tensor" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'list" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "list" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'func" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "func" Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "maybe'placeholder" (GHC.Maybe.Maybe Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue "placeholder" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'Value
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "s" [Data.ByteString.Internal.ByteString]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec's" (Data.Vector.Vector Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "i" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'i" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "f" [GHC.Types.Float]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'f" (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "b" [GHC.Types.Bool]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'b" (Data.Vector.Unboxed.Base.Vector GHC.Types.Bool)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "type'" [Proto.Tensorflow.Core.Framework.Types.DataType]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'type'" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Types.DataType)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "shape" [Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'shape" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "tensor" [Proto.Tensorflow.Core.Framework.Tensor.TensorProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'tensor" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "func" [Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue "vec'func" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.AttrValue.AttrValue'ListValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList "attr" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.AttrValue.NameAttrList
|
|
|
|
module Proto.Tensorflow.Core.Framework.OpDef_Fields
|
|
allowedValues :: forall f s a. (Functor f, HasField s "allowedValues" a) => LensLike' f s a
|
|
allowsUninitializedInput :: forall f s a. (Functor f, HasField s "allowsUninitializedInput" a) => LensLike' f s a
|
|
attr :: forall f s a. (Functor f, HasField s "attr" a) => LensLike' f s a
|
|
controlOutput :: forall f s a. (Functor f, HasField s "controlOutput" a) => LensLike' f s a
|
|
defaultValue :: forall f s a. (Functor f, HasField s "defaultValue" a) => LensLike' f s a
|
|
deprecation :: forall f s a. (Functor f, HasField s "deprecation" a) => LensLike' f s a
|
|
description :: forall f s a. (Functor f, HasField s "description" a) => LensLike' f s a
|
|
explanation :: forall f s a. (Functor f, HasField s "explanation" a) => LensLike' f s a
|
|
hasMinimum :: forall f s a. (Functor f, HasField s "hasMinimum" a) => LensLike' f s a
|
|
inputArg :: forall f s a. (Functor f, HasField s "inputArg" a) => LensLike' f s a
|
|
isAggregate :: forall f s a. (Functor f, HasField s "isAggregate" a) => LensLike' f s a
|
|
isCommutative :: forall f s a. (Functor f, HasField s "isCommutative" a) => LensLike' f s a
|
|
isRef :: forall f s a. (Functor f, HasField s "isRef" a) => LensLike' f s a
|
|
isStateful :: forall f s a. (Functor f, HasField s "isStateful" a) => LensLike' f s a
|
|
maybe'allowedValues :: forall f s a. (Functor f, HasField s "maybe'allowedValues" a) => LensLike' f s a
|
|
maybe'defaultValue :: forall f s a. (Functor f, HasField s "maybe'defaultValue" a) => LensLike' f s a
|
|
maybe'deprecation :: forall f s a. (Functor f, HasField s "maybe'deprecation" a) => LensLike' f s a
|
|
minimum :: forall f s a. (Functor f, HasField s "minimum" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
numberAttr :: forall f s a. (Functor f, HasField s "numberAttr" a) => LensLike' f s a
|
|
op :: forall f s a. (Functor f, HasField s "op" a) => LensLike' f s a
|
|
outputArg :: forall f s a. (Functor f, HasField s "outputArg" a) => LensLike' f s a
|
|
summary :: forall f s a. (Functor f, HasField s "summary" a) => LensLike' f s a
|
|
type' :: forall f s a. (Functor f, HasField s "type'" a) => LensLike' f s a
|
|
typeAttr :: forall f s a. (Functor f, HasField s "typeAttr" a) => LensLike' f s a
|
|
typeListAttr :: forall f s a. (Functor f, HasField s "typeListAttr" a) => LensLike' f s a
|
|
vec'attr :: forall f s a. (Functor f, HasField s "vec'attr" a) => LensLike' f s a
|
|
vec'controlOutput :: forall f s a. (Functor f, HasField s "vec'controlOutput" a) => LensLike' f s a
|
|
vec'inputArg :: forall f s a. (Functor f, HasField s "vec'inputArg" a) => LensLike' f s a
|
|
vec'op :: forall f s a. (Functor f, HasField s "vec'op" a) => LensLike' f s a
|
|
vec'outputArg :: forall f s a. (Functor f, HasField s "vec'outputArg" a) => LensLike' f s a
|
|
version :: forall f s a. (Functor f, HasField s "version" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.OpDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' OpDef Data.Text.Text</tt></li>
|
|
-- <li><a>inputArg</a> <tt>:: Lens' OpDef [OpDef'ArgDef]</tt></li>
|
|
-- <li><a>vec'inputArg</a> <tt>:: Lens' OpDef (Data.Vector.Vector
|
|
-- OpDef'ArgDef)</tt></li>
|
|
-- <li><a>outputArg</a> <tt>:: Lens' OpDef [OpDef'ArgDef]</tt></li>
|
|
-- <li><a>vec'outputArg</a> <tt>:: Lens' OpDef (Data.Vector.Vector
|
|
-- OpDef'ArgDef)</tt></li>
|
|
-- <li><a>controlOutput</a> <tt>:: Lens' OpDef [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'controlOutput</a> <tt>:: Lens' OpDef (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>attr</a> <tt>:: Lens' OpDef [OpDef'AttrDef]</tt></li>
|
|
-- <li><a>vec'attr</a> <tt>:: Lens' OpDef (Data.Vector.Vector
|
|
-- OpDef'AttrDef)</tt></li>
|
|
-- <li><a>deprecation</a> <tt>:: Lens' OpDef OpDeprecation</tt></li>
|
|
-- <li><a>maybe'deprecation</a> <tt>:: Lens' OpDef (Prelude.Maybe
|
|
-- OpDeprecation)</tt></li>
|
|
-- <li><a>summary</a> <tt>:: Lens' OpDef Data.Text.Text</tt></li>
|
|
-- <li><a>description</a> <tt>:: Lens' OpDef Data.Text.Text</tt></li>
|
|
-- <li><a>isCommutative</a> <tt>:: Lens' OpDef Prelude.Bool</tt></li>
|
|
-- <li><a>isAggregate</a> <tt>:: Lens' OpDef Prelude.Bool</tt></li>
|
|
-- <li><a>isStateful</a> <tt>:: Lens' OpDef Prelude.Bool</tt></li>
|
|
-- <li><a>allowsUninitializedInput</a> <tt>:: Lens' OpDef
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data OpDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' OpDef'ArgDef Data.Text.Text</tt></li>
|
|
-- <li><a>description</a> <tt>:: Lens' OpDef'ArgDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' OpDef'ArgDef
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>typeAttr</a> <tt>:: Lens' OpDef'ArgDef Data.Text.Text</tt></li>
|
|
-- <li><a>numberAttr</a> <tt>:: Lens' OpDef'ArgDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>typeListAttr</a> <tt>:: Lens' OpDef'ArgDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>isRef</a> <tt>:: Lens' OpDef'ArgDef Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data OpDef'ArgDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' OpDef'AttrDef Data.Text.Text</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' OpDef'AttrDef Data.Text.Text</tt></li>
|
|
-- <li><a>defaultValue</a> <tt>:: Lens' OpDef'AttrDef
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'defaultValue</a> <tt>:: Lens' OpDef'AttrDef
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- <li><a>description</a> <tt>:: Lens' OpDef'AttrDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>hasMinimum</a> <tt>:: Lens' OpDef'AttrDef
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>minimum</a> <tt>:: Lens' OpDef'AttrDef Data.Int.Int64</tt></li>
|
|
-- <li><a>allowedValues</a> <tt>:: Lens' OpDef'AttrDef
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'allowedValues</a> <tt>:: Lens' OpDef'AttrDef
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data OpDef'AttrDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>version</a> <tt>:: Lens' OpDeprecation Data.Int.Int32</tt></li>
|
|
-- <li><a>explanation</a> <tt>:: Lens' OpDeprecation
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data OpDeprecation
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>op</a> <tt>:: Lens' OpList [OpDef]</tt></li>
|
|
-- <li><a>vec'op</a> <tt>:: Lens' OpList (Data.Vector.Vector
|
|
-- OpDef)</tt></li>
|
|
-- </ul>
|
|
data OpList
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpList
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
|
|
instance GHC.Classes.Eq 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.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.OpList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpList "op" [Proto.Tensorflow.Core.Framework.OpDef.OpDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpList "vec'op" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.OpDef.OpDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.OpDef.OpList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "inputArg" [Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "vec'inputArg" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "outputArg" [Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "vec'outputArg" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "controlOutput" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "vec'controlOutput" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "attr" [Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "vec'attr" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "deprecation" Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "maybe'deprecation" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "summary" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "description" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "isCommutative" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "isAggregate" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "isStateful" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef "allowsUninitializedInput" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.OpDef.OpDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation "version" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation "explanation" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.OpDef.OpDeprecation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "type'" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "defaultValue" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "maybe'defaultValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "description" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "hasMinimum" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "minimum" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "allowedValues" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef "maybe'allowedValues" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.OpDef.OpDef'AttrDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "description" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "type'" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "typeAttr" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "numberAttr" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "typeListAttr" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef "isRef" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.OpDef.OpDef'ArgDef
|
|
|
|
module Proto.Tensorflow.Core.Framework.NodeDef_Fields
|
|
attr :: forall f s a. (Functor f, HasField s "attr" a) => LensLike' f s a
|
|
device :: forall f s a. (Functor f, HasField s "device" a) => LensLike' f s a
|
|
experimentalDebugInfo :: forall f s a. (Functor f, HasField s "experimentalDebugInfo" a) => LensLike' f s a
|
|
input :: forall f s a. (Functor f, HasField s "input" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
maybe'experimentalDebugInfo :: forall f s a. (Functor f, HasField s "maybe'experimentalDebugInfo" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
op :: forall f s a. (Functor f, HasField s "op" a) => LensLike' f s a
|
|
originalFuncNames :: forall f s a. (Functor f, HasField s "originalFuncNames" a) => LensLike' f s a
|
|
originalNodeNames :: forall f s a. (Functor f, HasField s "originalNodeNames" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'input :: forall f s a. (Functor f, HasField s "vec'input" a) => LensLike' f s a
|
|
vec'originalFuncNames :: forall f s a. (Functor f, HasField s "vec'originalFuncNames" a) => LensLike' f s a
|
|
vec'originalNodeNames :: forall f s a. (Functor f, HasField s "vec'originalNodeNames" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.NodeDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' NodeDef Data.Text.Text</tt></li>
|
|
-- <li><a>op</a> <tt>:: Lens' NodeDef Data.Text.Text</tt></li>
|
|
-- <li><a>input</a> <tt>:: Lens' NodeDef [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'input</a> <tt>:: Lens' NodeDef (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>device</a> <tt>:: Lens' NodeDef Data.Text.Text</tt></li>
|
|
-- <li><a>attr</a> <tt>:: Lens' NodeDef (Data.Map.Map Data.Text.Text
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- <li><a>experimentalDebugInfo</a> <tt>:: Lens' NodeDef
|
|
-- NodeDef'ExperimentalDebugInfo</tt></li>
|
|
-- <li><a>maybe'experimentalDebugInfo</a> <tt>:: Lens' NodeDef
|
|
-- (Prelude.Maybe NodeDef'ExperimentalDebugInfo)</tt></li>
|
|
-- </ul>
|
|
data NodeDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' NodeDef'AttrEntry Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' NodeDef'AttrEntry
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' NodeDef'AttrEntry (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data NodeDef'AttrEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>originalNodeNames</a> <tt>:: Lens'
|
|
-- NodeDef'ExperimentalDebugInfo [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'originalNodeNames</a> <tt>:: Lens'
|
|
-- NodeDef'ExperimentalDebugInfo (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>originalFuncNames</a> <tt>:: Lens'
|
|
-- NodeDef'ExperimentalDebugInfo [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'originalFuncNames</a> <tt>:: Lens'
|
|
-- NodeDef'ExperimentalDebugInfo (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data NodeDef'ExperimentalDebugInfo
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo
|
|
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
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "op" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "input" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "vec'input" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "device" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "attr" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "experimentalDebugInfo" Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef "maybe'experimentalDebugInfo" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.NodeDef.NodeDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo "originalNodeNames" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo "vec'originalNodeNames" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo "originalFuncNames" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo "vec'originalFuncNames" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'ExperimentalDebugInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry "value" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.NodeDef.NodeDef'AttrEntry
|
|
|
|
module Proto.Tensorflow.Core.Framework.KernelDef_Fields
|
|
allowedValues :: forall f s a. (Functor f, HasField s "allowedValues" a) => LensLike' f s a
|
|
constraint :: forall f s a. (Functor f, HasField s "constraint" a) => LensLike' f s a
|
|
deviceType :: forall f s a. (Functor f, HasField s "deviceType" a) => LensLike' f s a
|
|
hostMemoryArg :: forall f s a. (Functor f, HasField s "hostMemoryArg" a) => LensLike' f s a
|
|
kernel :: forall f s a. (Functor f, HasField s "kernel" a) => LensLike' f s a
|
|
label :: forall f s a. (Functor f, HasField s "label" a) => LensLike' f s a
|
|
maybe'allowedValues :: forall f s a. (Functor f, HasField s "maybe'allowedValues" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
op :: forall f s a. (Functor f, HasField s "op" a) => LensLike' f s a
|
|
priority :: forall f s a. (Functor f, HasField s "priority" a) => LensLike' f s a
|
|
vec'constraint :: forall f s a. (Functor f, HasField s "vec'constraint" a) => LensLike' f s a
|
|
vec'hostMemoryArg :: forall f s a. (Functor f, HasField s "vec'hostMemoryArg" a) => LensLike' f s a
|
|
vec'kernel :: forall f s a. (Functor f, HasField s "vec'kernel" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.KernelDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>op</a> <tt>:: Lens' KernelDef Data.Text.Text</tt></li>
|
|
-- <li><a>deviceType</a> <tt>:: Lens' KernelDef Data.Text.Text</tt></li>
|
|
-- <li><a>constraint</a> <tt>:: Lens' KernelDef
|
|
-- [KernelDef'AttrConstraint]</tt></li>
|
|
-- <li><a>vec'constraint</a> <tt>:: Lens' KernelDef (Data.Vector.Vector
|
|
-- KernelDef'AttrConstraint)</tt></li>
|
|
-- <li><a>hostMemoryArg</a> <tt>:: Lens' KernelDef
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'hostMemoryArg</a> <tt>:: Lens' KernelDef
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>label</a> <tt>:: Lens' KernelDef Data.Text.Text</tt></li>
|
|
-- <li><a>priority</a> <tt>:: Lens' KernelDef Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data KernelDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' KernelDef'AttrConstraint
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>allowedValues</a> <tt>:: Lens' KernelDef'AttrConstraint
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'allowedValues</a> <tt>:: Lens' KernelDef'AttrConstraint
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data KernelDef'AttrConstraint
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>kernel</a> <tt>:: Lens' KernelList [KernelDef]</tt></li>
|
|
-- <li><a>vec'kernel</a> <tt>:: Lens' KernelList (Data.Vector.Vector
|
|
-- KernelDef)</tt></li>
|
|
-- </ul>
|
|
data KernelList
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.KernelDef.KernelList
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.KernelDef.KernelList
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
|
|
instance GHC.Classes.Eq 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.KernelList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelList "kernel" [Proto.Tensorflow.Core.Framework.KernelDef.KernelDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelList "vec'kernel" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.KernelDef.KernelDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.KernelDef.KernelList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.KernelDef.KernelList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "op" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "deviceType" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "constraint" [Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "vec'constraint" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "hostMemoryArg" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "vec'hostMemoryArg" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "label" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef "priority" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.KernelDef.KernelDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint "allowedValues" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint "maybe'allowedValues" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.KernelDef.KernelDef'AttrConstraint
|
|
|
|
module Proto.Tensorflow.Core.Framework.Function_Fields
|
|
argAttr :: forall f s a. (Functor f, HasField s "argAttr" a) => LensLike' f s a
|
|
attr :: forall f s a. (Functor f, HasField s "attr" a) => LensLike' f s a
|
|
controlRet :: forall f s a. (Functor f, HasField s "controlRet" a) => LensLike' f s a
|
|
function :: forall f s a. (Functor f, HasField s "function" a) => LensLike' f s a
|
|
functionName :: forall f s a. (Functor f, HasField s "functionName" a) => LensLike' f s a
|
|
gradient :: forall f s a. (Functor f, HasField s "gradient" a) => LensLike' f s a
|
|
gradientFunc :: forall f s a. (Functor f, HasField s "gradientFunc" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
maybe'signature :: forall f s a. (Functor f, HasField s "maybe'signature" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
nodeDef :: forall f s a. (Functor f, HasField s "nodeDef" a) => LensLike' f s a
|
|
resourceArgUniqueId :: forall f s a. (Functor f, HasField s "resourceArgUniqueId" a) => LensLike' f s a
|
|
ret :: forall f s a. (Functor f, HasField s "ret" a) => LensLike' f s a
|
|
signature :: forall f s a. (Functor f, HasField s "signature" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'function :: forall f s a. (Functor f, HasField s "vec'function" a) => LensLike' f s a
|
|
vec'gradient :: forall f s a. (Functor f, HasField s "vec'gradient" a) => LensLike' f s a
|
|
vec'nodeDef :: forall f s a. (Functor f, HasField s "vec'nodeDef" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.Function
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>signature</a> <tt>:: Lens' FunctionDef
|
|
-- Proto.Tensorflow.Core.Framework.OpDef.OpDef</tt></li>
|
|
-- <li><a>maybe'signature</a> <tt>:: Lens' FunctionDef (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.OpDef.OpDef)</tt></li>
|
|
-- <li><a>attr</a> <tt>:: Lens' FunctionDef (Data.Map.Map Data.Text.Text
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- <li><a>argAttr</a> <tt>:: Lens' FunctionDef (Data.Map.Map
|
|
-- Data.Word.Word32 FunctionDef'ArgAttrs)</tt></li>
|
|
-- <li><a>resourceArgUniqueId</a> <tt>:: Lens' FunctionDef (Data.Map.Map
|
|
-- Data.Word.Word32 Data.Word.Word32)</tt></li>
|
|
-- <li><a>nodeDef</a> <tt>:: Lens' FunctionDef
|
|
-- [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef]</tt></li>
|
|
-- <li><a>vec'nodeDef</a> <tt>:: Lens' FunctionDef (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.NodeDef.NodeDef)</tt></li>
|
|
-- <li><a>ret</a> <tt>:: Lens' FunctionDef (Data.Map.Map Data.Text.Text
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>controlRet</a> <tt>:: Lens' FunctionDef (Data.Map.Map
|
|
-- Data.Text.Text Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data FunctionDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FunctionDef'ArgAttrEntry
|
|
-- Data.Word.Word32</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FunctionDef'ArgAttrEntry
|
|
-- FunctionDef'ArgAttrs</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' FunctionDef'ArgAttrEntry
|
|
-- (Prelude.Maybe FunctionDef'ArgAttrs)</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'ArgAttrEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>attr</a> <tt>:: Lens' FunctionDef'ArgAttrs (Data.Map.Map
|
|
-- Data.Text.Text
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'ArgAttrs
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FunctionDef<tt>ArgAttrs</tt>AttrEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FunctionDef<tt>ArgAttrs</tt>AttrEntry
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens'
|
|
-- FunctionDef<tt>ArgAttrs</tt>AttrEntry (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'ArgAttrs'AttrEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FunctionDef'AttrEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FunctionDef'AttrEntry
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' FunctionDef'AttrEntry
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'AttrEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FunctionDef'ControlRetEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FunctionDef'ControlRetEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'ControlRetEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FunctionDef'ResourceArgUniqueIdEntry
|
|
-- Data.Word.Word32</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FunctionDef'ResourceArgUniqueIdEntry
|
|
-- Data.Word.Word32</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'ResourceArgUniqueIdEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' FunctionDef'RetEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' FunctionDef'RetEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data FunctionDef'RetEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>function</a> <tt>:: Lens' FunctionDefLibrary
|
|
-- [FunctionDef]</tt></li>
|
|
-- <li><a>vec'function</a> <tt>:: Lens' FunctionDefLibrary
|
|
-- (Data.Vector.Vector FunctionDef)</tt></li>
|
|
-- <li><a>gradient</a> <tt>:: Lens' FunctionDefLibrary
|
|
-- [GradientDef]</tt></li>
|
|
-- <li><a>vec'gradient</a> <tt>:: Lens' FunctionDefLibrary
|
|
-- (Data.Vector.Vector GradientDef)</tt></li>
|
|
-- </ul>
|
|
data FunctionDefLibrary
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>functionName</a> <tt>:: Lens' GradientDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>gradientFunc</a> <tt>:: Lens' GradientDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data GradientDef
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary "function" [Proto.Tensorflow.Core.Framework.Function.FunctionDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary "vec'function" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Function.FunctionDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary "gradient" [Proto.Tensorflow.Core.Framework.Function.GradientDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary "vec'gradient" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Function.GradientDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.GradientDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.GradientDef "functionName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.GradientDef "gradientFunc" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.GradientDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.GradientDef
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'RetEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry "key" GHC.Word.Word32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry "value" GHC.Word.Word32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'ResourceArgUniqueIdEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'ControlRetEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry "value" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'AttrEntry
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry "value" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs'AttrEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "signature" Proto.Tensorflow.Core.Framework.OpDef.OpDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "maybe'signature" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "attr" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "argAttr" (Data.Map.Internal.Map GHC.Word.Word32 Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "resourceArgUniqueId" (Data.Map.Internal.Map GHC.Word.Word32 GHC.Word.Word32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "nodeDef" [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "vec'nodeDef" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.NodeDef.NodeDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "ret" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef "controlRet" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry "key" GHC.Word.Word32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry "value" Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs "attr" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Function.FunctionDef'ArgAttrs
|
|
|
|
module Proto.Tensorflow.Core.Example.ExampleParserConfiguration_Fields
|
|
defaultValue :: forall f s a. (Functor f, HasField s "defaultValue" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
featureMap :: forall f s a. (Functor f, HasField s "featureMap" a) => LensLike' f s a
|
|
fixedLenFeature :: forall f s a. (Functor f, HasField s "fixedLenFeature" a) => LensLike' f s a
|
|
indicesOutputTensorName :: forall f s a. (Functor f, HasField s "indicesOutputTensorName" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
maybe'config :: forall f s a. (Functor f, HasField s "maybe'config" a) => LensLike' f s a
|
|
maybe'defaultValue :: forall f s a. (Functor f, HasField s "maybe'defaultValue" a) => LensLike' f s a
|
|
maybe'fixedLenFeature :: forall f s a. (Functor f, HasField s "maybe'fixedLenFeature" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
maybe'varLenFeature :: forall f s a. (Functor f, HasField s "maybe'varLenFeature" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
shapesOutputTensorName :: forall f s a. (Functor f, HasField s "shapesOutputTensorName" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
valuesOutputTensorName :: forall f s a. (Functor f, HasField s "valuesOutputTensorName" a) => LensLike' f s a
|
|
varLenFeature :: forall f s a. (Functor f, HasField s "varLenFeature" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Example.ExampleParserConfiguration
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>featureMap</a> <tt>:: Lens' ExampleParserConfiguration
|
|
-- (Data.Map.Map Data.Text.Text FeatureConfiguration)</tt></li>
|
|
-- </ul>
|
|
data ExampleParserConfiguration
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' ExampleParserConfiguration'FeatureMapEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens'
|
|
-- ExampleParserConfiguration'FeatureMapEntry
|
|
-- FeatureConfiguration</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens'
|
|
-- ExampleParserConfiguration'FeatureMapEntry (Prelude.Maybe
|
|
-- FeatureConfiguration)</tt></li>
|
|
-- </ul>
|
|
data ExampleParserConfiguration'FeatureMapEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'config</a> <tt>:: Lens' FeatureConfiguration
|
|
-- (Prelude.Maybe FeatureConfiguration'Config)</tt></li>
|
|
-- <li><a>maybe'fixedLenFeature</a> <tt>:: Lens' FeatureConfiguration
|
|
-- (Prelude.Maybe FixedLenFeatureProto)</tt></li>
|
|
-- <li><a>fixedLenFeature</a> <tt>:: Lens' FeatureConfiguration
|
|
-- FixedLenFeatureProto</tt></li>
|
|
-- <li><a>maybe'varLenFeature</a> <tt>:: Lens' FeatureConfiguration
|
|
-- (Prelude.Maybe VarLenFeatureProto)</tt></li>
|
|
-- <li><a>varLenFeature</a> <tt>:: Lens' FeatureConfiguration
|
|
-- VarLenFeatureProto</tt></li>
|
|
-- </ul>
|
|
data FeatureConfiguration
|
|
data FeatureConfiguration'Config
|
|
FeatureConfiguration'FixedLenFeature :: !FixedLenFeatureProto -> FeatureConfiguration'Config
|
|
FeatureConfiguration'VarLenFeature :: !VarLenFeatureProto -> FeatureConfiguration'Config
|
|
_FeatureConfiguration'FixedLenFeature :: Prism' FeatureConfiguration'Config FixedLenFeatureProto
|
|
_FeatureConfiguration'VarLenFeature :: Prism' FeatureConfiguration'Config VarLenFeatureProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' FixedLenFeatureProto
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' FixedLenFeatureProto
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' FixedLenFeatureProto
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>defaultValue</a> <tt>:: Lens' FixedLenFeatureProto
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- <li><a>maybe'defaultValue</a> <tt>:: Lens' FixedLenFeatureProto
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- <li><a>valuesOutputTensorName</a> <tt>:: Lens' FixedLenFeatureProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data FixedLenFeatureProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' VarLenFeatureProto
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>valuesOutputTensorName</a> <tt>:: Lens' VarLenFeatureProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>indicesOutputTensorName</a> <tt>:: Lens' VarLenFeatureProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>shapesOutputTensorName</a> <tt>:: Lens' VarLenFeatureProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data VarLenFeatureProto
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
|
|
instance GHC.Classes.Eq 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.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.ExampleParserConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration "featureMap" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry "value" Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.ExampleParserConfiguration.ExampleParserConfiguration'FeatureMapEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration "maybe'config" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration "maybe'fixedLenFeature" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration "fixedLenFeature" Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration "maybe'varLenFeature" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration "varLenFeature" Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FeatureConfiguration'Config
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto "valuesOutputTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto "indicesOutputTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto "shapesOutputTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.ExampleParserConfiguration.VarLenFeatureProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto "defaultValue" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto "maybe'defaultValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto "valuesOutputTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Example.ExampleParserConfiguration.FixedLenFeatureProto
|
|
|
|
module Proto.Tensorflow.Core.Framework.Types_Fields
|
|
|
|
module Proto.Tensorflow.Core.Framework.Variable
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>fullName</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>fullShape</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'fullShape</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- <li><a>varOffset</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'varOffset</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- <li><a>varShape</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'varShape</a> <tt>:: Lens' SaveSliceInfoDef
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- </ul>
|
|
data SaveSliceInfoDef
|
|
data VariableAggregation
|
|
VARIABLE_AGGREGATION_NONE :: VariableAggregation
|
|
VARIABLE_AGGREGATION_SUM :: VariableAggregation
|
|
VARIABLE_AGGREGATION_MEAN :: VariableAggregation
|
|
VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA :: VariableAggregation
|
|
VariableAggregation'Unrecognized :: !VariableAggregation'UnrecognizedValue -> VariableAggregation
|
|
data VariableAggregation
|
|
data VariableAggregation'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>variableName</a> <tt>:: Lens' VariableDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>initialValueName</a> <tt>:: Lens' VariableDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>initializerName</a> <tt>:: Lens' VariableDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>snapshotName</a> <tt>:: Lens' VariableDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>saveSliceInfoDef</a> <tt>:: Lens' VariableDef
|
|
-- SaveSliceInfoDef</tt></li>
|
|
-- <li><a>maybe'saveSliceInfoDef</a> <tt>:: Lens' VariableDef
|
|
-- (Prelude.Maybe SaveSliceInfoDef)</tt></li>
|
|
-- <li><a>isResource</a> <tt>:: Lens' VariableDef Prelude.Bool</tt></li>
|
|
-- <li><a>trainable</a> <tt>:: Lens' VariableDef Prelude.Bool</tt></li>
|
|
-- <li><a>synchronization</a> <tt>:: Lens' VariableDef
|
|
-- VariableSynchronization</tt></li>
|
|
-- <li><a>aggregation</a> <tt>:: Lens' VariableDef
|
|
-- VariableAggregation</tt></li>
|
|
-- </ul>
|
|
data VariableDef
|
|
data VariableSynchronization
|
|
VARIABLE_SYNCHRONIZATION_AUTO :: VariableSynchronization
|
|
VARIABLE_SYNCHRONIZATION_NONE :: VariableSynchronization
|
|
VARIABLE_SYNCHRONIZATION_ON_WRITE :: VariableSynchronization
|
|
VARIABLE_SYNCHRONIZATION_ON_READ :: VariableSynchronization
|
|
VariableSynchronization'Unrecognized :: !VariableSynchronization'UnrecognizedValue -> VariableSynchronization
|
|
data VariableSynchronization
|
|
data VariableSynchronization'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.VariableDef
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.VariableDef
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.VariableAggregation'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Framework.Variable.VariableAggregation'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Framework.Variable.VariableAggregation'UnrecognizedValue
|
|
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.VariableDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "variableName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "initialValueName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "initializerName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "snapshotName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "saveSliceInfoDef" Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "maybe'saveSliceInfoDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "isResource" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "trainable" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "synchronization" Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.VariableDef "aggregation" Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Variable.VariableDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Variable.VariableDef
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "fullName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "fullShape" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "vec'fullShape" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "varOffset" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "vec'varOffset" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "varShape" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef "vec'varShape" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Variable.SaveSliceInfoDef
|
|
|
|
module Proto.Tensorflow.Core.Framework.Variable_Fields
|
|
aggregation :: forall f s a. (Functor f, HasField s "aggregation" a) => LensLike' f s a
|
|
fullName :: forall f s a. (Functor f, HasField s "fullName" a) => LensLike' f s a
|
|
fullShape :: forall f s a. (Functor f, HasField s "fullShape" a) => LensLike' f s a
|
|
initialValueName :: forall f s a. (Functor f, HasField s "initialValueName" a) => LensLike' f s a
|
|
initializerName :: forall f s a. (Functor f, HasField s "initializerName" a) => LensLike' f s a
|
|
isResource :: forall f s a. (Functor f, HasField s "isResource" a) => LensLike' f s a
|
|
maybe'saveSliceInfoDef :: forall f s a. (Functor f, HasField s "maybe'saveSliceInfoDef" a) => LensLike' f s a
|
|
saveSliceInfoDef :: forall f s a. (Functor f, HasField s "saveSliceInfoDef" a) => LensLike' f s a
|
|
snapshotName :: forall f s a. (Functor f, HasField s "snapshotName" a) => LensLike' f s a
|
|
synchronization :: forall f s a. (Functor f, HasField s "synchronization" a) => LensLike' f s a
|
|
trainable :: forall f s a. (Functor f, HasField s "trainable" a) => LensLike' f s a
|
|
varOffset :: forall f s a. (Functor f, HasField s "varOffset" a) => LensLike' f s a
|
|
varShape :: forall f s a. (Functor f, HasField s "varShape" a) => LensLike' f s a
|
|
variableName :: forall f s a. (Functor f, HasField s "variableName" a) => LensLike' f s a
|
|
vec'fullShape :: forall f s a. (Functor f, HasField s "vec'fullShape" a) => LensLike' f s a
|
|
vec'varOffset :: forall f s a. (Functor f, HasField s "vec'varOffset" a) => LensLike' f s a
|
|
vec'varShape :: forall f s a. (Functor f, HasField s "vec'varShape" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.Versions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>producer</a> <tt>:: Lens' VersionDef Data.Int.Int32</tt></li>
|
|
-- <li><a>minConsumer</a> <tt>:: Lens' VersionDef
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>badConsumers</a> <tt>:: Lens' VersionDef
|
|
-- [Data.Int.Int32]</tt></li>
|
|
-- <li><a>vec'badConsumers</a> <tt>:: Lens' VersionDef
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int32)</tt></li>
|
|
-- </ul>
|
|
data VersionDef
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Versions.VersionDef "producer" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Versions.VersionDef "minConsumer" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Versions.VersionDef "badConsumers" [GHC.Int.Int32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Versions.VersionDef "vec'badConsumers" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Versions.VersionDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Versions.VersionDef
|
|
|
|
module Proto.Tensorflow.Core.Framework.Graph_Fields
|
|
library :: forall f s a. (Functor f, HasField s "library" a) => LensLike' f s a
|
|
maybe'library :: forall f s a. (Functor f, HasField s "maybe'library" a) => LensLike' f s a
|
|
maybe'versions :: forall f s a. (Functor f, HasField s "maybe'versions" a) => LensLike' f s a
|
|
node :: forall f s a. (Functor f, HasField s "node" a) => LensLike' f s a
|
|
vec'node :: forall f s a. (Functor f, HasField s "vec'node" a) => LensLike' f s a
|
|
version :: forall f s a. (Functor f, HasField s "version" a) => LensLike' f s a
|
|
versions :: forall f s a. (Functor f, HasField s "versions" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Framework.Graph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>node</a> <tt>:: Lens' GraphDef
|
|
-- [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef]</tt></li>
|
|
-- <li><a>vec'node</a> <tt>:: Lens' GraphDef (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.NodeDef.NodeDef)</tt></li>
|
|
-- <li><a>versions</a> <tt>:: Lens' GraphDef
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef</tt></li>
|
|
-- <li><a>maybe'versions</a> <tt>:: Lens' GraphDef (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef)</tt></li>
|
|
-- <li><a>version</a> <tt>:: Lens' GraphDef Data.Int.Int32</tt></li>
|
|
-- <li><a>library</a> <tt>:: Lens' GraphDef
|
|
-- Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary</tt></li>
|
|
-- <li><a>maybe'library</a> <tt>:: Lens' GraphDef (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary)</tt></li>
|
|
-- </ul>
|
|
data GraphDef
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "node" [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "vec'node" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.NodeDef.NodeDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "versions" Proto.Tensorflow.Core.Framework.Versions.VersionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "maybe'versions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "version" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "library" Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Framework.Graph.GraphDef "maybe'library" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Framework.Graph.GraphDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Framework.Graph.GraphDef
|
|
|
|
module Proto.Tensorflow.Core.Framework.Versions_Fields
|
|
badConsumers :: forall f s a. (Functor f, HasField s "badConsumers" a) => LensLike' f s a
|
|
minConsumer :: forall f s a. (Functor f, HasField s "minConsumer" a) => LensLike' f s a
|
|
producer :: forall f s a. (Functor f, HasField s "producer" a) => LensLike' f s a
|
|
vec'badConsumers :: forall f s a. (Functor f, HasField s "vec'badConsumers" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Cluster
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>job</a> <tt>:: Lens' ClusterDef [JobDef]</tt></li>
|
|
-- <li><a>vec'job</a> <tt>:: Lens' ClusterDef (Data.Vector.Vector
|
|
-- JobDef)</tt></li>
|
|
-- </ul>
|
|
data ClusterDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' JobDef Data.Text.Text</tt></li>
|
|
-- <li><a>tasks</a> <tt>:: Lens' JobDef (Data.Map.Map Data.Int.Int32
|
|
-- Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data JobDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' JobDef'TasksEntry Data.Int.Int32</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' JobDef'TasksEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data JobDef'TasksEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry "key" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Cluster.JobDef'TasksEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef "job" [Proto.Tensorflow.Core.Protobuf.Cluster.JobDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef "vec'job" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Cluster.JobDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Cluster.JobDef "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Cluster.JobDef "tasks" (Data.Map.Internal.Map GHC.Int.Int32 Data.Text.Internal.Text)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Cluster.JobDef
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Cluster_Fields
|
|
job :: forall f s a. (Functor f, HasField s "job" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
tasks :: forall f s a. (Functor f, HasField s "tasks" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'job :: forall f s a. (Functor f, HasField s "vec'job" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.ControlFlow
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>contextName</a> <tt>:: Lens' CondContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>predName</a> <tt>:: Lens' CondContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>pivotName</a> <tt>:: Lens' CondContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>branch</a> <tt>:: Lens' CondContextDef Data.Int.Int32</tt></li>
|
|
-- <li><a>valuesDef</a> <tt>:: Lens' CondContextDef ValuesDef</tt></li>
|
|
-- <li><a>maybe'valuesDef</a> <tt>:: Lens' CondContextDef (Prelude.Maybe
|
|
-- ValuesDef)</tt></li>
|
|
-- <li><a>nestedContexts</a> <tt>:: Lens' CondContextDef
|
|
-- [ControlFlowContextDef]</tt></li>
|
|
-- <li><a>vec'nestedContexts</a> <tt>:: Lens' CondContextDef
|
|
-- (Data.Vector.Vector ControlFlowContextDef)</tt></li>
|
|
-- </ul>
|
|
data CondContextDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'ctxt</a> <tt>:: Lens' ControlFlowContextDef
|
|
-- (Prelude.Maybe ControlFlowContextDef'Ctxt)</tt></li>
|
|
-- <li><a>maybe'condCtxt</a> <tt>:: Lens' ControlFlowContextDef
|
|
-- (Prelude.Maybe CondContextDef)</tt></li>
|
|
-- <li><a>condCtxt</a> <tt>:: Lens' ControlFlowContextDef
|
|
-- CondContextDef</tt></li>
|
|
-- <li><a>maybe'whileCtxt</a> <tt>:: Lens' ControlFlowContextDef
|
|
-- (Prelude.Maybe WhileContextDef)</tt></li>
|
|
-- <li><a>whileCtxt</a> <tt>:: Lens' ControlFlowContextDef
|
|
-- WhileContextDef</tt></li>
|
|
-- </ul>
|
|
data ControlFlowContextDef
|
|
data ControlFlowContextDef'Ctxt
|
|
ControlFlowContextDef'CondCtxt :: !CondContextDef -> ControlFlowContextDef'Ctxt
|
|
ControlFlowContextDef'WhileCtxt :: !WhileContextDef -> ControlFlowContextDef'Ctxt
|
|
_ControlFlowContextDef'CondCtxt :: Prism' ControlFlowContextDef'Ctxt CondContextDef
|
|
_ControlFlowContextDef'WhileCtxt :: Prism' ControlFlowContextDef'Ctxt WhileContextDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>values</a> <tt>:: Lens' ValuesDef [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'values</a> <tt>:: Lens' ValuesDef (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>externalValues</a> <tt>:: Lens' ValuesDef (Data.Map.Map
|
|
-- Data.Text.Text Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data ValuesDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' ValuesDef'ExternalValuesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' ValuesDef'ExternalValuesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data ValuesDef'ExternalValuesEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>contextName</a> <tt>:: Lens' WhileContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>parallelIterations</a> <tt>:: Lens' WhileContextDef
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>backProp</a> <tt>:: Lens' WhileContextDef
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>swapMemory</a> <tt>:: Lens' WhileContextDef
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>pivotName</a> <tt>:: Lens' WhileContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>pivotForPredName</a> <tt>:: Lens' WhileContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>pivotForBodyName</a> <tt>:: Lens' WhileContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>loopExitNames</a> <tt>:: Lens' WhileContextDef
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'loopExitNames</a> <tt>:: Lens' WhileContextDef
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>loopEnterNames</a> <tt>:: Lens' WhileContextDef
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'loopEnterNames</a> <tt>:: Lens' WhileContextDef
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>valuesDef</a> <tt>:: Lens' WhileContextDef ValuesDef</tt></li>
|
|
-- <li><a>maybe'valuesDef</a> <tt>:: Lens' WhileContextDef (Prelude.Maybe
|
|
-- ValuesDef)</tt></li>
|
|
-- <li><a>maximumIterationsName</a> <tt>:: Lens' WhileContextDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>nestedContexts</a> <tt>:: Lens' WhileContextDef
|
|
-- [ControlFlowContextDef]</tt></li>
|
|
-- <li><a>vec'nestedContexts</a> <tt>:: Lens' WhileContextDef
|
|
-- (Data.Vector.Vector ControlFlowContextDef)</tt></li>
|
|
-- </ul>
|
|
data WhileContextDef
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
|
|
instance GHC.Classes.Eq 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.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.CondContextDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "contextName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "predName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "pivotName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "branch" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "valuesDef" Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "maybe'valuesDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "nestedContexts" [Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef "vec'nestedContexts" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef "maybe'ctxt" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef "maybe'condCtxt" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef "condCtxt" Proto.Tensorflow.Core.Protobuf.ControlFlow.CondContextDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef "maybe'whileCtxt" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef "whileCtxt" Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef'Ctxt
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "contextName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "parallelIterations" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "backProp" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "swapMemory" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "pivotName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "pivotForPredName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "pivotForBodyName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "loopExitNames" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "vec'loopExitNames" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "loopEnterNames" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "vec'loopEnterNames" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "valuesDef" Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "maybe'valuesDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "maximumIterationsName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "nestedContexts" [Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef "vec'nestedContexts" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.ControlFlow.ControlFlowContextDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ControlFlow.WhileContextDef
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef'ExternalValuesEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef "values" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef "vec'values" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef "externalValues" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ControlFlow.ValuesDef
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.ControlFlow_Fields
|
|
backProp :: forall f s a. (Functor f, HasField s "backProp" a) => LensLike' f s a
|
|
branch :: forall f s a. (Functor f, HasField s "branch" a) => LensLike' f s a
|
|
condCtxt :: forall f s a. (Functor f, HasField s "condCtxt" a) => LensLike' f s a
|
|
contextName :: forall f s a. (Functor f, HasField s "contextName" a) => LensLike' f s a
|
|
externalValues :: forall f s a. (Functor f, HasField s "externalValues" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
loopEnterNames :: forall f s a. (Functor f, HasField s "loopEnterNames" a) => LensLike' f s a
|
|
loopExitNames :: forall f s a. (Functor f, HasField s "loopExitNames" a) => LensLike' f s a
|
|
maximumIterationsName :: forall f s a. (Functor f, HasField s "maximumIterationsName" a) => LensLike' f s a
|
|
maybe'condCtxt :: forall f s a. (Functor f, HasField s "maybe'condCtxt" a) => LensLike' f s a
|
|
maybe'ctxt :: forall f s a. (Functor f, HasField s "maybe'ctxt" a) => LensLike' f s a
|
|
maybe'valuesDef :: forall f s a. (Functor f, HasField s "maybe'valuesDef" a) => LensLike' f s a
|
|
maybe'whileCtxt :: forall f s a. (Functor f, HasField s "maybe'whileCtxt" a) => LensLike' f s a
|
|
nestedContexts :: forall f s a. (Functor f, HasField s "nestedContexts" a) => LensLike' f s a
|
|
parallelIterations :: forall f s a. (Functor f, HasField s "parallelIterations" a) => LensLike' f s a
|
|
pivotForBodyName :: forall f s a. (Functor f, HasField s "pivotForBodyName" a) => LensLike' f s a
|
|
pivotForPredName :: forall f s a. (Functor f, HasField s "pivotForPredName" a) => LensLike' f s a
|
|
pivotName :: forall f s a. (Functor f, HasField s "pivotName" a) => LensLike' f s a
|
|
predName :: forall f s a. (Functor f, HasField s "predName" a) => LensLike' f s a
|
|
swapMemory :: forall f s a. (Functor f, HasField s "swapMemory" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
values :: forall f s a. (Functor f, HasField s "values" a) => LensLike' f s a
|
|
valuesDef :: forall f s a. (Functor f, HasField s "valuesDef" a) => LensLike' f s a
|
|
vec'loopEnterNames :: forall f s a. (Functor f, HasField s "vec'loopEnterNames" a) => LensLike' f s a
|
|
vec'loopExitNames :: forall f s a. (Functor f, HasField s "vec'loopExitNames" a) => LensLike' f s a
|
|
vec'nestedContexts :: forall f s a. (Functor f, HasField s "vec'nestedContexts" a) => LensLike' f s a
|
|
vec'values :: forall f s a. (Functor f, HasField s "vec'values" a) => LensLike' f s a
|
|
whileCtxt :: forall f s a. (Functor f, HasField s "whileCtxt" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Debug
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>debugTensorWatchOpts</a> <tt>:: Lens' DebugOptions
|
|
-- [DebugTensorWatch]</tt></li>
|
|
-- <li><a>vec'debugTensorWatchOpts</a> <tt>:: Lens' DebugOptions
|
|
-- (Data.Vector.Vector DebugTensorWatch)</tt></li>
|
|
-- <li><a>globalStep</a> <tt>:: Lens' DebugOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>resetDiskByteUsage</a> <tt>:: Lens' DebugOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data DebugOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>nodeName</a> <tt>:: Lens' DebugTensorWatch
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>outputSlot</a> <tt>:: Lens' DebugTensorWatch
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>debugOps</a> <tt>:: Lens' DebugTensorWatch
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'debugOps</a> <tt>:: Lens' DebugTensorWatch
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>debugUrls</a> <tt>:: Lens' DebugTensorWatch
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'debugUrls</a> <tt>:: Lens' DebugTensorWatch
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>tolerateDebugOpCreationFailures</a> <tt>:: Lens'
|
|
-- DebugTensorWatch Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data DebugTensorWatch
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>host</a> <tt>:: Lens' DebuggedSourceFile
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>filePath</a> <tt>:: Lens' DebuggedSourceFile
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>lastModified</a> <tt>:: Lens' DebuggedSourceFile
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>bytes</a> <tt>:: Lens' DebuggedSourceFile
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>lines</a> <tt>:: Lens' DebuggedSourceFile
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'lines</a> <tt>:: Lens' DebuggedSourceFile
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data DebuggedSourceFile
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>sourceFiles</a> <tt>:: Lens' DebuggedSourceFiles
|
|
-- [DebuggedSourceFile]</tt></li>
|
|
-- <li><a>vec'sourceFiles</a> <tt>:: Lens' DebuggedSourceFiles
|
|
-- (Data.Vector.Vector DebuggedSourceFile)</tt></li>
|
|
-- </ul>
|
|
data DebuggedSourceFiles
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
|
|
instance GHC.Classes.Eq 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.DebuggedSourceFiles
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles "sourceFiles" [Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles "vec'sourceFiles" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFiles
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile "host" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile "filePath" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile "lastModified" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile "bytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile "lines" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile "vec'lines" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Debug.DebuggedSourceFile
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions "debugTensorWatchOpts" [Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions "vec'debugTensorWatchOpts" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions "globalStep" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions "resetDiskByteUsage" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "nodeName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "outputSlot" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "debugOps" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "vec'debugOps" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "debugUrls" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "vec'debugUrls" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch "tolerateDebugOpCreationFailures" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Debug.DebugTensorWatch
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Debug_Fields
|
|
bytes :: forall f s a. (Functor f, HasField s "bytes" a) => LensLike' f s a
|
|
debugOps :: forall f s a. (Functor f, HasField s "debugOps" a) => LensLike' f s a
|
|
debugTensorWatchOpts :: forall f s a. (Functor f, HasField s "debugTensorWatchOpts" a) => LensLike' f s a
|
|
debugUrls :: forall f s a. (Functor f, HasField s "debugUrls" a) => LensLike' f s a
|
|
filePath :: forall f s a. (Functor f, HasField s "filePath" a) => LensLike' f s a
|
|
globalStep :: forall f s a. (Functor f, HasField s "globalStep" a) => LensLike' f s a
|
|
host :: forall f s a. (Functor f, HasField s "host" a) => LensLike' f s a
|
|
lastModified :: forall f s a. (Functor f, HasField s "lastModified" a) => LensLike' f s a
|
|
lines :: forall f s a. (Functor f, HasField s "lines" a) => LensLike' f s a
|
|
nodeName :: forall f s a. (Functor f, HasField s "nodeName" a) => LensLike' f s a
|
|
outputSlot :: forall f s a. (Functor f, HasField s "outputSlot" a) => LensLike' f s a
|
|
resetDiskByteUsage :: forall f s a. (Functor f, HasField s "resetDiskByteUsage" a) => LensLike' f s a
|
|
sourceFiles :: forall f s a. (Functor f, HasField s "sourceFiles" a) => LensLike' f s a
|
|
tolerateDebugOpCreationFailures :: forall f s a. (Functor f, HasField s "tolerateDebugOpCreationFailures" a) => LensLike' f s a
|
|
vec'debugOps :: forall f s a. (Functor f, HasField s "vec'debugOps" a) => LensLike' f s a
|
|
vec'debugTensorWatchOpts :: forall f s a. (Functor f, HasField s "vec'debugTensorWatchOpts" a) => LensLike' f s a
|
|
vec'debugUrls :: forall f s a. (Functor f, HasField s "vec'debugUrls" a) => LensLike' f s a
|
|
vec'lines :: forall f s a. (Functor f, HasField s "vec'lines" a) => LensLike' f s a
|
|
vec'sourceFiles :: forall f s a. (Functor f, HasField s "vec'sourceFiles" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.DeviceFilters
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>jobs</a> <tt>:: Lens' ClusterDeviceFilters
|
|
-- [JobDeviceFilters]</tt></li>
|
|
-- <li><a>vec'jobs</a> <tt>:: Lens' ClusterDeviceFilters
|
|
-- (Data.Vector.Vector JobDeviceFilters)</tt></li>
|
|
-- </ul>
|
|
data ClusterDeviceFilters
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' JobDeviceFilters Data.Text.Text</tt></li>
|
|
-- <li><a>tasks</a> <tt>:: Lens' JobDeviceFilters (Data.Map.Map
|
|
-- Data.Int.Int32 TaskDeviceFilters)</tt></li>
|
|
-- </ul>
|
|
data JobDeviceFilters
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' JobDeviceFilters'TasksEntry
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' JobDeviceFilters'TasksEntry
|
|
-- TaskDeviceFilters</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' JobDeviceFilters'TasksEntry
|
|
-- (Prelude.Maybe TaskDeviceFilters)</tt></li>
|
|
-- </ul>
|
|
data JobDeviceFilters'TasksEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>deviceFilters</a> <tt>:: Lens' TaskDeviceFilters
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'deviceFilters</a> <tt>:: Lens' TaskDeviceFilters
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data TaskDeviceFilters
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters "jobs" [Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters "vec'jobs" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters "tasks" (Data.Map.Internal.Map GHC.Int.Int32 Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry "key" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry "value" Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.DeviceFilters.JobDeviceFilters'TasksEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters "deviceFilters" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters "vec'deviceFilters" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.DeviceFilters.TaskDeviceFilters
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.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
|
|
Code'Unrecognized :: !Code'UnrecognizedValue -> Code
|
|
data Code
|
|
data Code'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code'UnrecognizedValue
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code
|
|
|
|
module Proto.Tensorflow.Core.Lib.Core.ErrorCodes
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.NamedTensor
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' NamedTensorProto Data.Text.Text</tt></li>
|
|
-- <li><a>tensor</a> <tt>:: Lens' NamedTensorProto
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- <li><a>maybe'tensor</a> <tt>:: Lens' NamedTensorProto (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- </ul>
|
|
data NamedTensorProto
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto "tensor" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto "maybe'tensor" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.NamedTensor.NamedTensorProto
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.NamedTensor_Fields
|
|
maybe'tensor :: forall f s a. (Functor f, HasField s "maybe'tensor" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
tensor :: forall f s a. (Functor f, HasField s "tensor" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.QueueRunner
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>queueName</a> <tt>:: Lens' QueueRunnerDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>enqueueOpName</a> <tt>:: Lens' QueueRunnerDef
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'enqueueOpName</a> <tt>:: Lens' QueueRunnerDef
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>closeOpName</a> <tt>:: Lens' QueueRunnerDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>cancelOpName</a> <tt>:: Lens' QueueRunnerDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>queueClosedExceptionTypes</a> <tt>:: Lens' QueueRunnerDef
|
|
-- [Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code]</tt></li>
|
|
-- <li><a>vec'queueClosedExceptionTypes</a> <tt>:: Lens' QueueRunnerDef
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code)</tt></li>
|
|
-- </ul>
|
|
data QueueRunnerDef
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "queueName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "enqueueOpName" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "vec'enqueueOpName" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "closeOpName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "cancelOpName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "queueClosedExceptionTypes" [Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef "vec'queueClosedExceptionTypes" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.ErrorCodes.Code)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.QueueRunner.QueueRunnerDef
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.QueueRunner_Fields
|
|
cancelOpName :: forall f s a. (Functor f, HasField s "cancelOpName" a) => LensLike' f s a
|
|
closeOpName :: forall f s a. (Functor f, HasField s "closeOpName" a) => LensLike' f s a
|
|
enqueueOpName :: forall f s a. (Functor f, HasField s "enqueueOpName" a) => LensLike' f s a
|
|
queueClosedExceptionTypes :: forall f s a. (Functor f, HasField s "queueClosedExceptionTypes" a) => LensLike' f s a
|
|
queueName :: forall f s a. (Functor f, HasField s "queueName" a) => LensLike' f s a
|
|
vec'enqueueOpName :: forall f s a. (Functor f, HasField s "vec'enqueueOpName" a) => LensLike' f s a
|
|
vec'queueClosedExceptionTypes :: forall f s a. (Functor f, HasField s "vec'queueClosedExceptionTypes" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Saver
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>filenameTensorName</a> <tt>:: Lens' SaverDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>saveTensorName</a> <tt>:: Lens' SaverDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>restoreOpName</a> <tt>:: Lens' SaverDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>maxToKeep</a> <tt>:: Lens' SaverDef Data.Int.Int32</tt></li>
|
|
-- <li><a>sharded</a> <tt>:: Lens' SaverDef Prelude.Bool</tt></li>
|
|
-- <li><a>keepCheckpointEveryNHours</a> <tt>:: Lens' SaverDef
|
|
-- Prelude.Float</tt></li>
|
|
-- <li><a>version</a> <tt>:: Lens' SaverDef
|
|
-- SaverDef'CheckpointFormatVersion</tt></li>
|
|
-- </ul>
|
|
data SaverDef
|
|
data SaverDef'CheckpointFormatVersion
|
|
SaverDef'LEGACY :: SaverDef'CheckpointFormatVersion
|
|
SaverDef'V1 :: SaverDef'CheckpointFormatVersion
|
|
SaverDef'V2 :: SaverDef'CheckpointFormatVersion
|
|
SaverDef'CheckpointFormatVersion'Unrecognized :: !SaverDef'CheckpointFormatVersion'UnrecognizedValue -> SaverDef'CheckpointFormatVersion
|
|
data SaverDef'CheckpointFormatVersion
|
|
data SaverDef'CheckpointFormatVersion'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
|
|
instance GHC.Classes.Eq 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 GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion'UnrecognizedValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "filenameTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "saveTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "restoreOpName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "maxToKeep" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "sharded" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "keepCheckpointEveryNHours" GHC.Types.Float
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Saver.SaverDef "version" Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Saver.SaverDef'CheckpointFormatVersion
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Saver_Fields
|
|
filenameTensorName :: forall f s a. (Functor f, HasField s "filenameTensorName" a) => LensLike' f s a
|
|
keepCheckpointEveryNHours :: forall f s a. (Functor f, HasField s "keepCheckpointEveryNHours" a) => LensLike' f s a
|
|
maxToKeep :: forall f s a. (Functor f, HasField s "maxToKeep" a) => LensLike' f s a
|
|
restoreOpName :: forall f s a. (Functor f, HasField s "restoreOpName" a) => LensLike' f s a
|
|
saveTensorName :: forall f s a. (Functor f, HasField s "saveTensorName" a) => LensLike' f s a
|
|
sharded :: forall f s a. (Functor f, HasField s "sharded" a) => LensLike' f s a
|
|
version :: forall f s a. (Functor f, HasField s "version" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Struct
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>dtype</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>minimum</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- <li><a>maybe'minimum</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- <li><a>maximum</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- <li><a>maybe'maximum</a> <tt>:: Lens' BoundedTensorSpecProto
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- </ul>
|
|
data BoundedTensorSpecProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>fields</a> <tt>:: Lens' DictValue (Data.Map.Map Data.Text.Text
|
|
-- StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data DictValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' DictValue'FieldsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' DictValue'FieldsEntry
|
|
-- StructuredValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' DictValue'FieldsEntry
|
|
-- (Prelude.Maybe StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data DictValue'FieldsEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>values</a> <tt>:: Lens' ListValue [StructuredValue]</tt></li>
|
|
-- <li><a>vec'values</a> <tt>:: Lens' ListValue (Data.Vector.Vector
|
|
-- StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data ListValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' NamedTupleValue Data.Text.Text</tt></li>
|
|
-- <li><a>values</a> <tt>:: Lens' NamedTupleValue [PairValue]</tt></li>
|
|
-- <li><a>vec'values</a> <tt>:: Lens' NamedTupleValue (Data.Vector.Vector
|
|
-- PairValue)</tt></li>
|
|
-- </ul>
|
|
data NamedTupleValue
|
|
|
|
-- | Fields :
|
|
data NoneValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' PairValue Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' PairValue StructuredValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' PairValue (Prelude.Maybe
|
|
-- StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data PairValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'kind</a> <tt>:: Lens' StructuredValue (Prelude.Maybe
|
|
-- StructuredValue'Kind)</tt></li>
|
|
-- <li><a>maybe'noneValue</a> <tt>:: Lens' StructuredValue (Prelude.Maybe
|
|
-- NoneValue)</tt></li>
|
|
-- <li><a>noneValue</a> <tt>:: Lens' StructuredValue NoneValue</tt></li>
|
|
-- <li><a>maybe'float64Value</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe Prelude.Double)</tt></li>
|
|
-- <li><a>float64Value</a> <tt>:: Lens' StructuredValue
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>maybe'int64Value</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe Data.Int.Int64)</tt></li>
|
|
-- <li><a>int64Value</a> <tt>:: Lens' StructuredValue
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>maybe'stringValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe Data.Text.Text)</tt></li>
|
|
-- <li><a>stringValue</a> <tt>:: Lens' StructuredValue
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>maybe'boolValue</a> <tt>:: Lens' StructuredValue (Prelude.Maybe
|
|
-- Prelude.Bool)</tt></li>
|
|
-- <li><a>boolValue</a> <tt>:: Lens' StructuredValue
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>maybe'tensorShapeValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>tensorShapeValue</a> <tt>:: Lens' StructuredValue
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'tensorDtypeValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType)</tt></li>
|
|
-- <li><a>tensorDtypeValue</a> <tt>:: Lens' StructuredValue
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>maybe'tensorSpecValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe TensorSpecProto)</tt></li>
|
|
-- <li><a>tensorSpecValue</a> <tt>:: Lens' StructuredValue
|
|
-- TensorSpecProto</tt></li>
|
|
-- <li><a>maybe'typeSpecValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe TypeSpecProto)</tt></li>
|
|
-- <li><a>typeSpecValue</a> <tt>:: Lens' StructuredValue
|
|
-- TypeSpecProto</tt></li>
|
|
-- <li><a>maybe'boundedTensorSpecValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe BoundedTensorSpecProto)</tt></li>
|
|
-- <li><a>boundedTensorSpecValue</a> <tt>:: Lens' StructuredValue
|
|
-- BoundedTensorSpecProto</tt></li>
|
|
-- <li><a>maybe'listValue</a> <tt>:: Lens' StructuredValue (Prelude.Maybe
|
|
-- ListValue)</tt></li>
|
|
-- <li><a>listValue</a> <tt>:: Lens' StructuredValue ListValue</tt></li>
|
|
-- <li><a>maybe'tupleValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe TupleValue)</tt></li>
|
|
-- <li><a>tupleValue</a> <tt>:: Lens' StructuredValue
|
|
-- TupleValue</tt></li>
|
|
-- <li><a>maybe'dictValue</a> <tt>:: Lens' StructuredValue (Prelude.Maybe
|
|
-- DictValue)</tt></li>
|
|
-- <li><a>dictValue</a> <tt>:: Lens' StructuredValue DictValue</tt></li>
|
|
-- <li><a>maybe'namedTupleValue</a> <tt>:: Lens' StructuredValue
|
|
-- (Prelude.Maybe NamedTupleValue)</tt></li>
|
|
-- <li><a>namedTupleValue</a> <tt>:: Lens' StructuredValue
|
|
-- NamedTupleValue</tt></li>
|
|
-- </ul>
|
|
data StructuredValue
|
|
data StructuredValue'Kind
|
|
StructuredValue'NoneValue :: !NoneValue -> StructuredValue'Kind
|
|
StructuredValue'Float64Value :: !Double -> StructuredValue'Kind
|
|
StructuredValue'Int64Value :: !Int64 -> StructuredValue'Kind
|
|
StructuredValue'StringValue :: !Text -> StructuredValue'Kind
|
|
StructuredValue'BoolValue :: !Bool -> StructuredValue'Kind
|
|
StructuredValue'TensorShapeValue :: !TensorShapeProto -> StructuredValue'Kind
|
|
StructuredValue'TensorDtypeValue :: !DataType -> StructuredValue'Kind
|
|
StructuredValue'TensorSpecValue :: !TensorSpecProto -> StructuredValue'Kind
|
|
StructuredValue'TypeSpecValue :: !TypeSpecProto -> StructuredValue'Kind
|
|
StructuredValue'BoundedTensorSpecValue :: !BoundedTensorSpecProto -> StructuredValue'Kind
|
|
StructuredValue'ListValue :: !ListValue -> StructuredValue'Kind
|
|
StructuredValue'TupleValue :: !TupleValue -> StructuredValue'Kind
|
|
StructuredValue'DictValue :: !DictValue -> StructuredValue'Kind
|
|
StructuredValue'NamedTupleValue :: !NamedTupleValue -> StructuredValue'Kind
|
|
_StructuredValue'NoneValue :: Prism' StructuredValue'Kind NoneValue
|
|
_StructuredValue'Float64Value :: Prism' StructuredValue'Kind Double
|
|
_StructuredValue'Int64Value :: Prism' StructuredValue'Kind Int64
|
|
_StructuredValue'StringValue :: Prism' StructuredValue'Kind Text
|
|
_StructuredValue'BoolValue :: Prism' StructuredValue'Kind Bool
|
|
_StructuredValue'TensorShapeValue :: Prism' StructuredValue'Kind TensorShapeProto
|
|
_StructuredValue'TensorDtypeValue :: Prism' StructuredValue'Kind DataType
|
|
_StructuredValue'TensorSpecValue :: Prism' StructuredValue'Kind TensorSpecProto
|
|
_StructuredValue'TypeSpecValue :: Prism' StructuredValue'Kind TypeSpecProto
|
|
_StructuredValue'BoundedTensorSpecValue :: Prism' StructuredValue'Kind BoundedTensorSpecProto
|
|
_StructuredValue'ListValue :: Prism' StructuredValue'Kind ListValue
|
|
_StructuredValue'TupleValue :: Prism' StructuredValue'Kind TupleValue
|
|
_StructuredValue'DictValue :: Prism' StructuredValue'Kind DictValue
|
|
_StructuredValue'NamedTupleValue :: Prism' StructuredValue'Kind NamedTupleValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' TensorSpecProto Data.Text.Text</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' TensorSpecProto
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' TensorSpecProto (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>dtype</a> <tt>:: Lens' TensorSpecProto
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- </ul>
|
|
data TensorSpecProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>values</a> <tt>:: Lens' TupleValue [StructuredValue]</tt></li>
|
|
-- <li><a>vec'values</a> <tt>:: Lens' TupleValue (Data.Vector.Vector
|
|
-- StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data TupleValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>typeSpecClass</a> <tt>:: Lens' TypeSpecProto
|
|
-- TypeSpecProto'TypeSpecClass</tt></li>
|
|
-- <li><a>typeState</a> <tt>:: Lens' TypeSpecProto
|
|
-- StructuredValue</tt></li>
|
|
-- <li><a>maybe'typeState</a> <tt>:: Lens' TypeSpecProto (Prelude.Maybe
|
|
-- StructuredValue)</tt></li>
|
|
-- <li><a>typeSpecClassName</a> <tt>:: Lens' TypeSpecProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data TypeSpecProto
|
|
data TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'UNKNOWN :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'SPARSE_TENSOR_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'INDEXED_SLICES_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'RAGGED_TENSOR_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'TENSOR_ARRAY_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'DATA_DATASET_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'DATA_ITERATOR_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'OPTIONAL_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'PER_REPLICA_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'VARIABLE_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'ROW_PARTITION_SPEC :: TypeSpecProto'TypeSpecClass
|
|
TypeSpecProto'TypeSpecClass'Unrecognized :: !TypeSpecProto'TypeSpecClass'UnrecognizedValue -> TypeSpecProto'TypeSpecClass
|
|
data TypeSpecProto'TypeSpecClass
|
|
data TypeSpecProto'TypeSpecClass'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.DictValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.DictValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.ListValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.ListValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.PairValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.PairValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.TupleValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.TupleValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue'Kind
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue'Kind
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.NoneValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.NoneValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.DictValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry "value" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.DictValue'FieldsEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.DictValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.DictValue "fields" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.DictValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.ListValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.ListValue "values" [Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.ListValue "vec'values" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.ListValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.ListValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue "values" [Proto.Tensorflow.Core.Protobuf.Struct.PairValue]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue "vec'values" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Struct.PairValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.PairValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.PairValue "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.PairValue "value" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.PairValue "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.PairValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.PairValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'kind" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue'Kind)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'noneValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.NoneValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "noneValue" Proto.Tensorflow.Core.Protobuf.Struct.NoneValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'float64Value" (GHC.Maybe.Maybe GHC.Types.Double)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "float64Value" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'int64Value" (GHC.Maybe.Maybe GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "int64Value" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'stringValue" (GHC.Maybe.Maybe Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "stringValue" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'boolValue" (GHC.Maybe.Maybe GHC.Types.Bool)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "boolValue" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'tensorShapeValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "tensorShapeValue" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'tensorDtypeValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Types.DataType)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "tensorDtypeValue" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'tensorSpecValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "tensorSpecValue" Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'typeSpecValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "typeSpecValue" Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'boundedTensorSpecValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "boundedTensorSpecValue" Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'listValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.ListValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "listValue" Proto.Tensorflow.Core.Protobuf.Struct.ListValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'tupleValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.TupleValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "tupleValue" Proto.Tensorflow.Core.Protobuf.Struct.TupleValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'dictValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.DictValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "dictValue" Proto.Tensorflow.Core.Protobuf.Struct.DictValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "maybe'namedTupleValue" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue "namedTupleValue" Proto.Tensorflow.Core.Protobuf.Struct.NamedTupleValue
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.TupleValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TupleValue "values" [Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TupleValue "vec'values" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.TupleValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.TupleValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto "typeSpecClass" Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto "typeState" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto "maybe'typeState" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto "typeSpecClassName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto'TypeSpecClass
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.TensorSpecProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.NoneValue
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.NoneValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.NoneValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "minimum" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "maybe'minimum" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "maximum" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto "maybe'maximum" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Struct.BoundedTensorSpecProto
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.TensorBundle
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' BundleEntryProto
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' BundleEntryProto
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' BundleEntryProto (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>shardId</a> <tt>:: Lens' BundleEntryProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>offset</a> <tt>:: Lens' BundleEntryProto
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>size</a> <tt>:: Lens' BundleEntryProto Data.Int.Int64</tt></li>
|
|
-- <li><a>crc32c</a> <tt>:: Lens' BundleEntryProto
|
|
-- Data.Word.Word32</tt></li>
|
|
-- <li><a>slices</a> <tt>:: Lens' BundleEntryProto
|
|
-- [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto]</tt></li>
|
|
-- <li><a>vec'slices</a> <tt>:: Lens' BundleEntryProto
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)</tt></li>
|
|
-- </ul>
|
|
data BundleEntryProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>numShards</a> <tt>:: Lens' BundleHeaderProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>endianness</a> <tt>:: Lens' BundleHeaderProto
|
|
-- BundleHeaderProto'Endianness</tt></li>
|
|
-- <li><a>version</a> <tt>:: Lens' BundleHeaderProto
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef</tt></li>
|
|
-- <li><a>maybe'version</a> <tt>:: Lens' BundleHeaderProto (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef)</tt></li>
|
|
-- </ul>
|
|
data BundleHeaderProto
|
|
data BundleHeaderProto'Endianness
|
|
BundleHeaderProto'LITTLE :: BundleHeaderProto'Endianness
|
|
BundleHeaderProto'BIG :: BundleHeaderProto'Endianness
|
|
BundleHeaderProto'Endianness'Unrecognized :: !BundleHeaderProto'Endianness'UnrecognizedValue -> BundleHeaderProto'Endianness
|
|
data BundleHeaderProto'Endianness
|
|
data BundleHeaderProto'Endianness'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness'UnrecognizedValue
|
|
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.BundleHeaderProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto "numShards" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto "endianness" Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto "version" Proto.Tensorflow.Core.Framework.Versions.VersionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto "maybe'version" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleHeaderProto'Endianness
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "shardId" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "offset" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "size" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "crc32c" GHC.Word.Word32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "slices" [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto "vec'slices" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TensorBundle.BundleEntryProto
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.TensorBundle_Fields
|
|
crc32c :: forall f s a. (Functor f, HasField s "crc32c" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
endianness :: forall f s a. (Functor f, HasField s "endianness" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
maybe'version :: forall f s a. (Functor f, HasField s "maybe'version" a) => LensLike' f s a
|
|
numShards :: forall f s a. (Functor f, HasField s "numShards" a) => LensLike' f s a
|
|
offset :: forall f s a. (Functor f, HasField s "offset" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
shardId :: forall f s a. (Functor f, HasField s "shardId" a) => LensLike' f s a
|
|
size :: forall f s a. (Functor f, HasField s "size" a) => LensLike' f s a
|
|
slices :: forall f s a. (Functor f, HasField s "slices" a) => LensLike' f s a
|
|
vec'slices :: forall f s a. (Functor f, HasField s "vec'slices" a) => LensLike' f s a
|
|
version :: forall f s a. (Functor f, HasField s "version" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>nodes</a> <tt>:: Lens' TrackableObjectGraph
|
|
-- [TrackableObjectGraph'TrackableObject]</tt></li>
|
|
-- <li><a>vec'nodes</a> <tt>:: Lens' TrackableObjectGraph
|
|
-- (Data.Vector.Vector TrackableObjectGraph'TrackableObject)</tt></li>
|
|
-- </ul>
|
|
data TrackableObjectGraph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>children</a> <tt>:: Lens' TrackableObjectGraph'TrackableObject
|
|
-- [TrackableObjectGraph<tt>TrackableObject</tt>ObjectReference]</tt></li>
|
|
-- <li><a>vec'children</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph'TrackableObject (Data.Vector.Vector
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>ObjectReference)</tt></li>
|
|
-- <li><a>attributes</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph'TrackableObject
|
|
-- [TrackableObjectGraph<tt>TrackableObject</tt>SerializedTensor]</tt></li>
|
|
-- <li><a>vec'attributes</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph'TrackableObject (Data.Vector.Vector
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SerializedTensor)</tt></li>
|
|
-- <li><a>slotVariables</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph'TrackableObject
|
|
-- [TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference]</tt></li>
|
|
-- <li><a>vec'slotVariables</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph'TrackableObject (Data.Vector.Vector
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference)</tt></li>
|
|
-- </ul>
|
|
data TrackableObjectGraph'TrackableObject
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>nodeId</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>ObjectReference
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>localName</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>ObjectReference
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data TrackableObjectGraph'TrackableObject'ObjectReference
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SerializedTensor
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>fullName</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SerializedTensor
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>checkpointKey</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SerializedTensor
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>optionalRestore</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SerializedTensor
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data TrackableObjectGraph'TrackableObject'SerializedTensor
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>originalVariableNodeId</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>slotName</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>slotVariableNodeId</a> <tt>:: Lens'
|
|
-- TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data TrackableObjectGraph'TrackableObject'SlotVariableReference
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph "nodes" [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph "vec'nodes" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject "children" [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject "vec'children" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject "attributes" [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject "vec'attributes" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject "slotVariables" [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject "vec'slotVariables" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference "originalVariableNodeId" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference "slotName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference "slotVariableNodeId" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor "fullName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor "checkpointKey" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor "optionalRestore" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SerializedTensor
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference "nodeId" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference "localName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.SavedObjectGraph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>fullargspec</a> <tt>:: Lens' FunctionSpec
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue</tt></li>
|
|
-- <li><a>maybe'fullargspec</a> <tt>:: Lens' FunctionSpec (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)</tt></li>
|
|
-- <li><a>isMethod</a> <tt>:: Lens' FunctionSpec Prelude.Bool</tt></li>
|
|
-- <li><a>inputSignature</a> <tt>:: Lens' FunctionSpec
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue</tt></li>
|
|
-- <li><a>maybe'inputSignature</a> <tt>:: Lens' FunctionSpec
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data FunctionSpec
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>saveFunction</a> <tt>:: Lens' SaveableObject
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>restoreFunction</a> <tt>:: Lens' SaveableObject
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data SaveableObject
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>assetFileDefIndex</a> <tt>:: Lens' SavedAsset
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data SavedAsset
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>concreteFunctionName</a> <tt>:: Lens' SavedBareConcreteFunction
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>argumentKeywords</a> <tt>:: Lens' SavedBareConcreteFunction
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'argumentKeywords</a> <tt>:: Lens' SavedBareConcreteFunction
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>allowedPositionalArguments</a> <tt>:: Lens'
|
|
-- SavedBareConcreteFunction Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data SavedBareConcreteFunction
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>boundInputs</a> <tt>:: Lens' SavedConcreteFunction
|
|
-- [Data.Int.Int32]</tt></li>
|
|
-- <li><a>vec'boundInputs</a> <tt>:: Lens' SavedConcreteFunction
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int32)</tt></li>
|
|
-- <li><a>canonicalizedInputSignature</a> <tt>:: Lens'
|
|
-- SavedConcreteFunction
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue</tt></li>
|
|
-- <li><a>maybe'canonicalizedInputSignature</a> <tt>:: Lens'
|
|
-- SavedConcreteFunction (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)</tt></li>
|
|
-- <li><a>outputSignature</a> <tt>:: Lens' SavedConcreteFunction
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue</tt></li>
|
|
-- <li><a>maybe'outputSignature</a> <tt>:: Lens' SavedConcreteFunction
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)</tt></li>
|
|
-- </ul>
|
|
data SavedConcreteFunction
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>operation</a> <tt>:: Lens' SavedConstant
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SavedConstant
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>concreteFunctions</a> <tt>:: Lens' SavedFunction
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'concreteFunctions</a> <tt>:: Lens' SavedFunction
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>functionSpec</a> <tt>:: Lens' SavedFunction
|
|
-- FunctionSpec</tt></li>
|
|
-- <li><a>maybe'functionSpec</a> <tt>:: Lens' SavedFunction
|
|
-- (Prelude.Maybe FunctionSpec)</tt></li>
|
|
-- </ul>
|
|
data SavedFunction
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>children</a> <tt>:: Lens' SavedObject
|
|
-- [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph<tt>TrackableObject</tt>ObjectReference]</tt></li>
|
|
-- <li><a>vec'children</a> <tt>:: Lens' SavedObject (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph<tt>TrackableObject</tt>ObjectReference)</tt></li>
|
|
-- <li><a>slotVariables</a> <tt>:: Lens' SavedObject
|
|
-- [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference]</tt></li>
|
|
-- <li><a>vec'slotVariables</a> <tt>:: Lens' SavedObject
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph<tt>TrackableObject</tt>SlotVariableReference)</tt></li>
|
|
-- <li><a>saveableObjects</a> <tt>:: Lens' SavedObject (Data.Map.Map
|
|
-- Data.Text.Text SaveableObject)</tt></li>
|
|
-- <li><a>maybe'kind</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedObject'Kind)</tt></li>
|
|
-- <li><a>maybe'userObject</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedUserObject)</tt></li>
|
|
-- <li><a>userObject</a> <tt>:: Lens' SavedObject
|
|
-- SavedUserObject</tt></li>
|
|
-- <li><a>maybe'asset</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedAsset)</tt></li>
|
|
-- <li><a>asset</a> <tt>:: Lens' SavedObject SavedAsset</tt></li>
|
|
-- <li><a>maybe'function</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedFunction)</tt></li>
|
|
-- <li><a>function</a> <tt>:: Lens' SavedObject SavedFunction</tt></li>
|
|
-- <li><a>maybe'variable</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedVariable)</tt></li>
|
|
-- <li><a>variable</a> <tt>:: Lens' SavedObject SavedVariable</tt></li>
|
|
-- <li><a>maybe'bareConcreteFunction</a> <tt>:: Lens' SavedObject
|
|
-- (Prelude.Maybe SavedBareConcreteFunction)</tt></li>
|
|
-- <li><a>bareConcreteFunction</a> <tt>:: Lens' SavedObject
|
|
-- SavedBareConcreteFunction</tt></li>
|
|
-- <li><a>maybe'constant</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedConstant)</tt></li>
|
|
-- <li><a>constant</a> <tt>:: Lens' SavedObject SavedConstant</tt></li>
|
|
-- <li><a>maybe'resource</a> <tt>:: Lens' SavedObject (Prelude.Maybe
|
|
-- SavedResource)</tt></li>
|
|
-- <li><a>resource</a> <tt>:: Lens' SavedObject SavedResource</tt></li>
|
|
-- </ul>
|
|
data SavedObject
|
|
data SavedObject'Kind
|
|
SavedObject'UserObject :: !SavedUserObject -> SavedObject'Kind
|
|
SavedObject'Asset :: !SavedAsset -> SavedObject'Kind
|
|
SavedObject'Function :: !SavedFunction -> SavedObject'Kind
|
|
SavedObject'Variable :: !SavedVariable -> SavedObject'Kind
|
|
SavedObject'BareConcreteFunction :: !SavedBareConcreteFunction -> SavedObject'Kind
|
|
SavedObject'Constant :: !SavedConstant -> SavedObject'Kind
|
|
SavedObject'Resource :: !SavedResource -> SavedObject'Kind
|
|
_SavedObject'UserObject :: Prism' SavedObject'Kind SavedUserObject
|
|
_SavedObject'Asset :: Prism' SavedObject'Kind SavedAsset
|
|
_SavedObject'Function :: Prism' SavedObject'Kind SavedFunction
|
|
_SavedObject'Variable :: Prism' SavedObject'Kind SavedVariable
|
|
_SavedObject'BareConcreteFunction :: Prism' SavedObject'Kind SavedBareConcreteFunction
|
|
_SavedObject'Constant :: Prism' SavedObject'Kind SavedConstant
|
|
_SavedObject'Resource :: Prism' SavedObject'Kind SavedResource
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' SavedObject'SaveableObjectsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' SavedObject'SaveableObjectsEntry
|
|
-- SaveableObject</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' SavedObject'SaveableObjectsEntry
|
|
-- (Prelude.Maybe SaveableObject)</tt></li>
|
|
-- </ul>
|
|
data SavedObject'SaveableObjectsEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>nodes</a> <tt>:: Lens' SavedObjectGraph [SavedObject]</tt></li>
|
|
-- <li><a>vec'nodes</a> <tt>:: Lens' SavedObjectGraph (Data.Vector.Vector
|
|
-- SavedObject)</tt></li>
|
|
-- <li><a>concreteFunctions</a> <tt>:: Lens' SavedObjectGraph
|
|
-- (Data.Map.Map Data.Text.Text SavedConcreteFunction)</tt></li>
|
|
-- </ul>
|
|
data SavedObjectGraph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' SavedObjectGraph'ConcreteFunctionsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' SavedObjectGraph'ConcreteFunctionsEntry
|
|
-- SavedConcreteFunction</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens'
|
|
-- SavedObjectGraph'ConcreteFunctionsEntry (Prelude.Maybe
|
|
-- SavedConcreteFunction)</tt></li>
|
|
-- </ul>
|
|
data SavedObjectGraph'ConcreteFunctionsEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>device</a> <tt>:: Lens' SavedResource Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SavedResource
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>identifier</a> <tt>:: Lens' SavedUserObject
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>version</a> <tt>:: Lens' SavedUserObject
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef</tt></li>
|
|
-- <li><a>maybe'version</a> <tt>:: Lens' SavedUserObject (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef)</tt></li>
|
|
-- <li><a>metadata</a> <tt>:: Lens' SavedUserObject
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SavedUserObject
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' SavedVariable
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' SavedVariable
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' SavedVariable (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>trainable</a> <tt>:: Lens' SavedVariable Prelude.Bool</tt></li>
|
|
-- <li><a>synchronization</a> <tt>:: Lens' SavedVariable
|
|
-- Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization</tt></li>
|
|
-- <li><a>aggregation</a> <tt>:: Lens' SavedVariable
|
|
-- Proto.Tensorflow.Core.Framework.Variable.VariableAggregation</tt></li>
|
|
-- <li><a>name</a> <tt>:: Lens' SavedVariable Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SavedVariable
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'Kind
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'Kind
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph "nodes" [Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph "vec'nodes" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph "concreteFunctions" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "children" [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "vec'children" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'ObjectReference)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "slotVariables" [Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "vec'slotVariables" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.TrackableObjectGraph.TrackableObjectGraph'TrackableObject'SlotVariableReference)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "saveableObjects" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'kind" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'Kind)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'userObject" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "userObject" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'asset" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "asset" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'function" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "function" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'variable" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "variable" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'bareConcreteFunction" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "bareConcreteFunction" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'constant" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "constant" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "maybe'resource" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject "resource" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "trainable" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "synchronization" Proto.Tensorflow.Core.Framework.Variable.VariableSynchronization
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "aggregation" Proto.Tensorflow.Core.Framework.Variable.VariableAggregation
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedVariable
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject "identifier" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject "version" Proto.Tensorflow.Core.Framework.Versions.VersionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject "maybe'version" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject "metadata" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedUserObject
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource "device" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedResource
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry "value" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph'ConcreteFunctionsEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry "value" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObject'SaveableObjectsEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction "concreteFunctions" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction "vec'concreteFunctions" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction "functionSpec" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction "maybe'functionSpec" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedFunction
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant "operation" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConstant
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction "boundInputs" [GHC.Int.Int32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction "vec'boundInputs" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction "canonicalizedInputSignature" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction "maybe'canonicalizedInputSignature" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction "outputSignature" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction "maybe'outputSignature" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedConcreteFunction
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction "concreteFunctionName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction "argumentKeywords" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction "vec'argumentKeywords" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction "allowedPositionalArguments" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedBareConcreteFunction
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset "assetFileDefIndex" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedAsset
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject "saveFunction" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject "restoreFunction" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SaveableObject
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec "fullargspec" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec "maybe'fullargspec" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec "isMethod" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec "inputSignature" Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec "maybe'inputSignature" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.StructuredValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.FunctionSpec
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.MetaGraph_Fields
|
|
anyInfo :: forall f s a. (Functor f, HasField s "anyInfo" a) => LensLike' f s a
|
|
anyList :: forall f s a. (Functor f, HasField s "anyList" a) => LensLike' f s a
|
|
assetFileDef :: forall f s a. (Functor f, HasField s "assetFileDef" a) => LensLike' f s a
|
|
bytesList :: forall f s a. (Functor f, HasField s "bytesList" a) => LensLike' f s a
|
|
collectionDef :: forall f s a. (Functor f, HasField s "collectionDef" a) => LensLike' f s a
|
|
components :: forall f s a. (Functor f, HasField s "components" a) => LensLike' f s a
|
|
compositeTensor :: forall f s a. (Functor f, HasField s "compositeTensor" a) => LensLike' f s a
|
|
cooSparse :: forall f s a. (Functor f, HasField s "cooSparse" a) => LensLike' f s a
|
|
denseShapeTensorName :: forall f s a. (Functor f, HasField s "denseShapeTensorName" a) => LensLike' f s a
|
|
dtype :: forall f s a. (Functor f, HasField s "dtype" a) => LensLike' f s a
|
|
filename :: forall f s a. (Functor f, HasField s "filename" a) => LensLike' f s a
|
|
floatList :: forall f s a. (Functor f, HasField s "floatList" a) => LensLike' f s a
|
|
functionAliases :: forall f s a. (Functor f, HasField s "functionAliases" a) => LensLike' f s a
|
|
graphDef :: forall f s a. (Functor f, HasField s "graphDef" a) => LensLike' f s a
|
|
indicesTensorName :: forall f s a. (Functor f, HasField s "indicesTensorName" a) => LensLike' f s a
|
|
inputs :: forall f s a. (Functor f, HasField s "inputs" a) => LensLike' f s a
|
|
int64List :: forall f s a. (Functor f, HasField s "int64List" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
maybe'anyInfo :: forall f s a. (Functor f, HasField s "maybe'anyInfo" a) => LensLike' f s a
|
|
maybe'anyList :: forall f s a. (Functor f, HasField s "maybe'anyList" a) => LensLike' f s a
|
|
maybe'bytesList :: forall f s a. (Functor f, HasField s "maybe'bytesList" a) => LensLike' f s a
|
|
maybe'compositeTensor :: forall f s a. (Functor f, HasField s "maybe'compositeTensor" a) => LensLike' f s a
|
|
maybe'cooSparse :: forall f s a. (Functor f, HasField s "maybe'cooSparse" a) => LensLike' f s a
|
|
maybe'encoding :: forall f s a. (Functor f, HasField s "maybe'encoding" a) => LensLike' f s a
|
|
maybe'floatList :: forall f s a. (Functor f, HasField s "maybe'floatList" a) => LensLike' f s a
|
|
maybe'graphDef :: forall f s a. (Functor f, HasField s "maybe'graphDef" a) => LensLike' f s a
|
|
maybe'int64List :: forall f s a. (Functor f, HasField s "maybe'int64List" a) => LensLike' f s a
|
|
maybe'kind :: forall f s a. (Functor f, HasField s "maybe'kind" a) => LensLike' f s a
|
|
maybe'metaInfoDef :: forall f s a. (Functor f, HasField s "maybe'metaInfoDef" a) => LensLike' f s a
|
|
maybe'name :: forall f s a. (Functor f, HasField s "maybe'name" a) => LensLike' f s a
|
|
maybe'nodeList :: forall f s a. (Functor f, HasField s "maybe'nodeList" a) => LensLike' f s a
|
|
maybe'objectGraphDef :: forall f s a. (Functor f, HasField s "maybe'objectGraphDef" a) => LensLike' f s a
|
|
maybe'saverDef :: forall f s a. (Functor f, HasField s "maybe'saverDef" a) => LensLike' f s a
|
|
maybe'strippedOpList :: forall f s a. (Functor f, HasField s "maybe'strippedOpList" a) => LensLike' f s a
|
|
maybe'tensorInfo :: forall f s a. (Functor f, HasField s "maybe'tensorInfo" a) => LensLike' f s a
|
|
maybe'tensorShape :: forall f s a. (Functor f, HasField s "maybe'tensorShape" a) => LensLike' f s a
|
|
maybe'typeSpec :: forall f s a. (Functor f, HasField s "maybe'typeSpec" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
metaGraphVersion :: forall f s a. (Functor f, HasField s "metaGraphVersion" a) => LensLike' f s a
|
|
metaInfoDef :: forall f s a. (Functor f, HasField s "metaInfoDef" a) => LensLike' f s a
|
|
methodName :: forall f s a. (Functor f, HasField s "methodName" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
nodeList :: forall f s a. (Functor f, HasField s "nodeList" a) => LensLike' f s a
|
|
objectGraphDef :: forall f s a. (Functor f, HasField s "objectGraphDef" a) => LensLike' f s a
|
|
outputs :: forall f s a. (Functor f, HasField s "outputs" a) => LensLike' f s a
|
|
saverDef :: forall f s a. (Functor f, HasField s "saverDef" a) => LensLike' f s a
|
|
signatureDef :: forall f s a. (Functor f, HasField s "signatureDef" a) => LensLike' f s a
|
|
strippedDefaultAttrs :: forall f s a. (Functor f, HasField s "strippedDefaultAttrs" a) => LensLike' f s a
|
|
strippedOpList :: forall f s a. (Functor f, HasField s "strippedOpList" a) => LensLike' f s a
|
|
tags :: forall f s a. (Functor f, HasField s "tags" a) => LensLike' f s a
|
|
tensorInfo :: forall f s a. (Functor f, HasField s "tensorInfo" a) => LensLike' f s a
|
|
tensorShape :: forall f s a. (Functor f, HasField s "tensorShape" a) => LensLike' f s a
|
|
tensorflowGitVersion :: forall f s a. (Functor f, HasField s "tensorflowGitVersion" a) => LensLike' f s a
|
|
tensorflowVersion :: forall f s a. (Functor f, HasField s "tensorflowVersion" a) => LensLike' f s a
|
|
typeSpec :: forall f s a. (Functor f, HasField s "typeSpec" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
valuesTensorName :: forall f s a. (Functor f, HasField s "valuesTensorName" a) => LensLike' f s a
|
|
vec'assetFileDef :: forall f s a. (Functor f, HasField s "vec'assetFileDef" a) => LensLike' f s a
|
|
vec'components :: forall f s a. (Functor f, HasField s "vec'components" a) => LensLike' f s a
|
|
vec'tags :: forall f s a. (Functor f, HasField s "vec'tags" a) => LensLike' f s a
|
|
vec'value :: forall f s a. (Functor f, HasField s "vec'value" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.MetaGraph
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>tensorInfo</a> <tt>:: Lens' AssetFileDef TensorInfo</tt></li>
|
|
-- <li><a>maybe'tensorInfo</a> <tt>:: Lens' AssetFileDef (Prelude.Maybe
|
|
-- TensorInfo)</tt></li>
|
|
-- <li><a>filename</a> <tt>:: Lens' AssetFileDef Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data AssetFileDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'kind</a> <tt>:: Lens' CollectionDef (Prelude.Maybe
|
|
-- CollectionDef'Kind)</tt></li>
|
|
-- <li><a>maybe'nodeList</a> <tt>:: Lens' CollectionDef (Prelude.Maybe
|
|
-- CollectionDef'NodeList)</tt></li>
|
|
-- <li><a>nodeList</a> <tt>:: Lens' CollectionDef
|
|
-- CollectionDef'NodeList</tt></li>
|
|
-- <li><a>maybe'bytesList</a> <tt>:: Lens' CollectionDef (Prelude.Maybe
|
|
-- CollectionDef'BytesList)</tt></li>
|
|
-- <li><a>bytesList</a> <tt>:: Lens' CollectionDef
|
|
-- CollectionDef'BytesList</tt></li>
|
|
-- <li><a>maybe'int64List</a> <tt>:: Lens' CollectionDef (Prelude.Maybe
|
|
-- CollectionDef'Int64List)</tt></li>
|
|
-- <li><a>int64List</a> <tt>:: Lens' CollectionDef
|
|
-- CollectionDef'Int64List</tt></li>
|
|
-- <li><a>maybe'floatList</a> <tt>:: Lens' CollectionDef (Prelude.Maybe
|
|
-- CollectionDef'FloatList)</tt></li>
|
|
-- <li><a>floatList</a> <tt>:: Lens' CollectionDef
|
|
-- CollectionDef'FloatList</tt></li>
|
|
-- <li><a>maybe'anyList</a> <tt>:: Lens' CollectionDef (Prelude.Maybe
|
|
-- CollectionDef'AnyList)</tt></li>
|
|
-- <li><a>anyList</a> <tt>:: Lens' CollectionDef
|
|
-- CollectionDef'AnyList</tt></li>
|
|
-- </ul>
|
|
data CollectionDef
|
|
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
|
|
_CollectionDef'NodeList' :: Prism' CollectionDef'Kind CollectionDef'NodeList
|
|
_CollectionDef'BytesList' :: Prism' CollectionDef'Kind CollectionDef'BytesList
|
|
_CollectionDef'Int64List' :: Prism' CollectionDef'Kind CollectionDef'Int64List
|
|
_CollectionDef'FloatList' :: Prism' CollectionDef'Kind CollectionDef'FloatList
|
|
_CollectionDef'AnyList' :: Prism' CollectionDef'Kind CollectionDef'AnyList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' CollectionDef'AnyList
|
|
-- [Proto.Google.Protobuf.Any.Any]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' CollectionDef'AnyList
|
|
-- (Data.Vector.Vector Proto.Google.Protobuf.Any.Any)</tt></li>
|
|
-- </ul>
|
|
data CollectionDef'AnyList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' CollectionDef'BytesList
|
|
-- [Data.ByteString.ByteString]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' CollectionDef'BytesList
|
|
-- (Data.Vector.Vector Data.ByteString.ByteString)</tt></li>
|
|
-- </ul>
|
|
data CollectionDef'BytesList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' CollectionDef'FloatList
|
|
-- [Prelude.Float]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' CollectionDef'FloatList
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Float)</tt></li>
|
|
-- </ul>
|
|
data CollectionDef'FloatList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' CollectionDef'Int64List
|
|
-- [Data.Int.Int64]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' CollectionDef'Int64List
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int64)</tt></li>
|
|
-- </ul>
|
|
data CollectionDef'Int64List
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>value</a> <tt>:: Lens' CollectionDef'NodeList
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'value</a> <tt>:: Lens' CollectionDef'NodeList
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data CollectionDef'NodeList
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>metaInfoDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- MetaGraphDef'MetaInfoDef</tt></li>
|
|
-- <li><a>maybe'metaInfoDef</a> <tt>:: Lens' MetaGraphDef (Prelude.Maybe
|
|
-- MetaGraphDef'MetaInfoDef)</tt></li>
|
|
-- <li><a>graphDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef</tt></li>
|
|
-- <li><a>maybe'graphDef</a> <tt>:: Lens' MetaGraphDef (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef)</tt></li>
|
|
-- <li><a>saverDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- Proto.Tensorflow.Core.Protobuf.Saver.SaverDef</tt></li>
|
|
-- <li><a>maybe'saverDef</a> <tt>:: Lens' MetaGraphDef (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Saver.SaverDef)</tt></li>
|
|
-- <li><a>collectionDef</a> <tt>:: Lens' MetaGraphDef (Data.Map.Map
|
|
-- Data.Text.Text CollectionDef)</tt></li>
|
|
-- <li><a>signatureDef</a> <tt>:: Lens' MetaGraphDef (Data.Map.Map
|
|
-- Data.Text.Text SignatureDef)</tt></li>
|
|
-- <li><a>assetFileDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- [AssetFileDef]</tt></li>
|
|
-- <li><a>vec'assetFileDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- (Data.Vector.Vector AssetFileDef)</tt></li>
|
|
-- <li><a>objectGraphDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph</tt></li>
|
|
-- <li><a>maybe'objectGraphDef</a> <tt>:: Lens' MetaGraphDef
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph)</tt></li>
|
|
-- </ul>
|
|
data MetaGraphDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' MetaGraphDef'CollectionDefEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' MetaGraphDef'CollectionDefEntry
|
|
-- CollectionDef</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' MetaGraphDef'CollectionDefEntry
|
|
-- (Prelude.Maybe CollectionDef)</tt></li>
|
|
-- </ul>
|
|
data MetaGraphDef'CollectionDefEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>metaGraphVersion</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>strippedOpList</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- Proto.Tensorflow.Core.Framework.OpDef.OpList</tt></li>
|
|
-- <li><a>maybe'strippedOpList</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- (Prelude.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpList)</tt></li>
|
|
-- <li><a>anyInfo</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- Proto.Google.Protobuf.Any.Any</tt></li>
|
|
-- <li><a>maybe'anyInfo</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- (Prelude.Maybe Proto.Google.Protobuf.Any.Any)</tt></li>
|
|
-- <li><a>tags</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'tags</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>tensorflowVersion</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>tensorflowGitVersion</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>strippedDefaultAttrs</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>functionAliases</a> <tt>:: Lens' MetaGraphDef'MetaInfoDef
|
|
-- (Data.Map.Map Data.Text.Text Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data MetaGraphDef'MetaInfoDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens'
|
|
-- MetaGraphDef<tt>MetaInfoDef</tt>FunctionAliasesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens'
|
|
-- MetaGraphDef<tt>MetaInfoDef</tt>FunctionAliasesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data MetaGraphDef'MetaInfoDef'FunctionAliasesEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' MetaGraphDef'SignatureDefEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' MetaGraphDef'SignatureDefEntry
|
|
-- SignatureDef</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' MetaGraphDef'SignatureDefEntry
|
|
-- (Prelude.Maybe SignatureDef)</tt></li>
|
|
-- </ul>
|
|
data MetaGraphDef'SignatureDefEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>inputs</a> <tt>:: Lens' SignatureDef (Data.Map.Map
|
|
-- Data.Text.Text TensorInfo)</tt></li>
|
|
-- <li><a>outputs</a> <tt>:: Lens' SignatureDef (Data.Map.Map
|
|
-- Data.Text.Text TensorInfo)</tt></li>
|
|
-- <li><a>methodName</a> <tt>:: Lens' SignatureDef
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SignatureDef
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' SignatureDef'InputsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' SignatureDef'InputsEntry
|
|
-- TensorInfo</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' SignatureDef'InputsEntry
|
|
-- (Prelude.Maybe TensorInfo)</tt></li>
|
|
-- </ul>
|
|
data SignatureDef'InputsEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' SignatureDef'OutputsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' SignatureDef'OutputsEntry
|
|
-- TensorInfo</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' SignatureDef'OutputsEntry
|
|
-- (Prelude.Maybe TensorInfo)</tt></li>
|
|
-- </ul>
|
|
data SignatureDef'OutputsEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>dtype</a> <tt>:: Lens' TensorInfo
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>tensorShape</a> <tt>:: Lens' TensorInfo
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'tensorShape</a> <tt>:: Lens' TensorInfo (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>maybe'encoding</a> <tt>:: Lens' TensorInfo (Prelude.Maybe
|
|
-- TensorInfo'Encoding)</tt></li>
|
|
-- <li><a>maybe'name</a> <tt>:: Lens' TensorInfo (Prelude.Maybe
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>name</a> <tt>:: Lens' TensorInfo Data.Text.Text</tt></li>
|
|
-- <li><a>maybe'cooSparse</a> <tt>:: Lens' TensorInfo (Prelude.Maybe
|
|
-- TensorInfo'CooSparse)</tt></li>
|
|
-- <li><a>cooSparse</a> <tt>:: Lens' TensorInfo
|
|
-- TensorInfo'CooSparse</tt></li>
|
|
-- <li><a>maybe'compositeTensor</a> <tt>:: Lens' TensorInfo
|
|
-- (Prelude.Maybe TensorInfo'CompositeTensor)</tt></li>
|
|
-- <li><a>compositeTensor</a> <tt>:: Lens' TensorInfo
|
|
-- TensorInfo'CompositeTensor</tt></li>
|
|
-- </ul>
|
|
data TensorInfo
|
|
data TensorInfo'Encoding
|
|
TensorInfo'Name :: !Text -> TensorInfo'Encoding
|
|
TensorInfo'CooSparse' :: !TensorInfo'CooSparse -> TensorInfo'Encoding
|
|
TensorInfo'CompositeTensor' :: !TensorInfo'CompositeTensor -> TensorInfo'Encoding
|
|
_TensorInfo'Name :: Prism' TensorInfo'Encoding Text
|
|
_TensorInfo'CooSparse' :: Prism' TensorInfo'Encoding TensorInfo'CooSparse
|
|
_TensorInfo'CompositeTensor' :: Prism' TensorInfo'Encoding TensorInfo'CompositeTensor
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>typeSpec</a> <tt>:: Lens' TensorInfo'CompositeTensor
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto</tt></li>
|
|
-- <li><a>maybe'typeSpec</a> <tt>:: Lens' TensorInfo'CompositeTensor
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto)</tt></li>
|
|
-- <li><a>components</a> <tt>:: Lens' TensorInfo'CompositeTensor
|
|
-- [TensorInfo]</tt></li>
|
|
-- <li><a>vec'components</a> <tt>:: Lens' TensorInfo'CompositeTensor
|
|
-- (Data.Vector.Vector TensorInfo)</tt></li>
|
|
-- </ul>
|
|
data TensorInfo'CompositeTensor
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>valuesTensorName</a> <tt>:: Lens' TensorInfo'CooSparse
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>indicesTensorName</a> <tt>:: Lens' TensorInfo'CooSparse
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>denseShapeTensorName</a> <tt>:: Lens' TensorInfo'CooSparse
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data TensorInfo'CooSparse
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor
|
|
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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
|
|
instance GHC.Classes.Eq 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.MetaGraphDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "metaInfoDef" Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "maybe'metaInfoDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "graphDef" Proto.Tensorflow.Core.Framework.Graph.GraphDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "maybe'graphDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Graph.GraphDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "saverDef" Proto.Tensorflow.Core.Protobuf.Saver.SaverDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "maybe'saverDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Saver.SaverDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "collectionDef" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "signatureDef" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "assetFileDef" [Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "vec'assetFileDef" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "objectGraphDef" Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef "maybe'objectGraphDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.SavedObjectGraph.SavedObjectGraph)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef "tensorInfo" Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef "maybe'tensorInfo" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef "filename" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.AssetFileDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry "value" Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'SignatureDefEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef "inputs" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef "outputs" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef "methodName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry "value" Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'InputsEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry "value" Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.SignatureDef'OutputsEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "dtype" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "tensorShape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "maybe'tensorShape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "maybe'encoding" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "maybe'name" (GHC.Maybe.Maybe Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "maybe'cooSparse" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "cooSparse" Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "maybe'compositeTensor" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo "compositeTensor" Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'Encoding
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor "typeSpec" Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor "maybe'typeSpec" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Struct.TypeSpecProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor "components" [Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor "vec'components" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CompositeTensor
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse "valuesTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse "indicesTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse "denseShapeTensorName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.TensorInfo'CooSparse
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef'FunctionAliasesEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "metaGraphVersion" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "strippedOpList" Proto.Tensorflow.Core.Framework.OpDef.OpList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "maybe'strippedOpList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "anyInfo" Proto.Google.Protobuf.Any.Any
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "maybe'anyInfo" (GHC.Maybe.Maybe Proto.Google.Protobuf.Any.Any)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "tags" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "vec'tags" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "tensorflowVersion" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "tensorflowGitVersion" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "strippedDefaultAttrs" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef "functionAliases" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'MetaInfoDef
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry "value" Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef'CollectionDefEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "maybe'kind" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "maybe'nodeList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "nodeList" Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "maybe'bytesList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "bytesList" Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "maybe'int64List" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "int64List" Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "maybe'floatList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "floatList" Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "maybe'anyList" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef "anyList" Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList "value" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList "vec'value" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'NodeList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List "value" [GHC.Int.Int64]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List "vec'value" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'Int64List
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList "value" [GHC.Types.Float]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList "vec'value" (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'FloatList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList "value" [Data.ByteString.Internal.ByteString]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList "vec'value" (Data.Vector.Vector Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'BytesList
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList "value" [Proto.Google.Protobuf.Any.Any]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList "vec'value" (Data.Vector.Vector Proto.Google.Protobuf.Any.Any)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.MetaGraph.CollectionDef'AnyList
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.SavedModel_Fields
|
|
metaGraphs :: forall f s a. (Functor f, HasField s "metaGraphs" a) => LensLike' f s a
|
|
savedModelSchemaVersion :: forall f s a. (Functor f, HasField s "savedModelSchemaVersion" a) => LensLike' f s a
|
|
vec'metaGraphs :: forall f s a. (Functor f, HasField s "vec'metaGraphs" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.SavedModel
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>savedModelSchemaVersion</a> <tt>:: Lens' SavedModel
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>metaGraphs</a> <tt>:: Lens' SavedModel
|
|
-- [Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef]</tt></li>
|
|
-- <li><a>vec'metaGraphs</a> <tt>:: Lens' SavedModel (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef)</tt></li>
|
|
-- </ul>
|
|
data SavedModel
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel "savedModelSchemaVersion" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel "metaGraphs" [Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel "vec'metaGraphs" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.MetaGraph.MetaGraphDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.SavedModel.SavedModel
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.VerifierConfig
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>verificationTimeoutInMs</a> <tt>:: Lens' VerifierConfig
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>structureVerifier</a> <tt>:: Lens' VerifierConfig
|
|
-- VerifierConfig'Toggle</tt></li>
|
|
-- </ul>
|
|
data VerifierConfig
|
|
data VerifierConfig'Toggle
|
|
VerifierConfig'DEFAULT :: VerifierConfig'Toggle
|
|
VerifierConfig'ON :: VerifierConfig'Toggle
|
|
VerifierConfig'OFF :: VerifierConfig'Toggle
|
|
VerifierConfig'Toggle'Unrecognized :: !VerifierConfig'Toggle'UnrecognizedValue -> VerifierConfig'Toggle
|
|
data VerifierConfig'Toggle
|
|
data VerifierConfig'Toggle'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle'UnrecognizedValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig "verificationTimeoutInMs" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig "structureVerifier" Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig'Toggle
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.RewriterConfig_Fields
|
|
arithmeticOptimization :: forall f s a. (Functor f, HasField s "arithmeticOptimization" a) => LensLike' f s a
|
|
autoMixedPrecision :: forall f s a. (Functor f, HasField s "autoMixedPrecision" a) => LensLike' f s a
|
|
autoMixedPrecisionMkl :: forall f s a. (Functor f, HasField s "autoMixedPrecisionMkl" a) => LensLike' f s a
|
|
autoParallel :: forall f s a. (Functor f, HasField s "autoParallel" a) => LensLike' f s a
|
|
commonSubgraphElimination :: forall f s a. (Functor f, HasField s "commonSubgraphElimination" a) => LensLike' f s a
|
|
constantFolding :: forall f s a. (Functor f, HasField s "constantFolding" a) => LensLike' f s a
|
|
customOptimizers :: forall f s a. (Functor f, HasField s "customOptimizers" a) => LensLike' f s a
|
|
debugStripper :: forall f s a. (Functor f, HasField s "debugStripper" a) => LensLike' f s a
|
|
dependencyOptimization :: forall f s a. (Functor f, HasField s "dependencyOptimization" a) => LensLike' f s a
|
|
disableMetaOptimizer :: forall f s a. (Functor f, HasField s "disableMetaOptimizer" a) => LensLike' f s a
|
|
disableModelPruning :: forall f s a. (Functor f, HasField s "disableModelPruning" a) => LensLike' f s a
|
|
enable :: forall f s a. (Functor f, HasField s "enable" a) => LensLike' f s a
|
|
enableOp :: forall f s a. (Functor f, HasField s "enableOp" a) => LensLike' f s a
|
|
failOnOptimizerErrors :: forall f s a. (Functor f, HasField s "failOnOptimizerErrors" a) => LensLike' f s a
|
|
functionOptimization :: forall f s a. (Functor f, HasField s "functionOptimization" a) => LensLike' f s a
|
|
implementationSelector :: forall f s a. (Functor f, HasField s "implementationSelector" a) => LensLike' f s a
|
|
interOptimizerVerifierConfig :: forall f s a. (Functor f, HasField s "interOptimizerVerifierConfig" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
layoutOptimizer :: forall f s a. (Functor f, HasField s "layoutOptimizer" a) => LensLike' f s a
|
|
loopOptimization :: forall f s a. (Functor f, HasField s "loopOptimization" a) => LensLike' f s a
|
|
maybe'autoParallel :: forall f s a. (Functor f, HasField s "maybe'autoParallel" a) => LensLike' f s a
|
|
maybe'interOptimizerVerifierConfig :: forall f s a. (Functor f, HasField s "maybe'interOptimizerVerifierConfig" a) => LensLike' f s a
|
|
maybe'postOptimizationVerifierConfig :: forall f s a. (Functor f, HasField s "maybe'postOptimizationVerifierConfig" a) => LensLike' f s a
|
|
maybe'scopedAllocatorOpts :: forall f s a. (Functor f, HasField s "maybe'scopedAllocatorOpts" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
memoryOptimization :: forall f s a. (Functor f, HasField s "memoryOptimization" a) => LensLike' f s a
|
|
memoryOptimizerTargetNodeNameScope :: forall f s a. (Functor f, HasField s "memoryOptimizerTargetNodeNameScope" a) => LensLike' f s a
|
|
metaOptimizerIterations :: forall f s a. (Functor f, HasField s "metaOptimizerIterations" a) => LensLike' f s a
|
|
metaOptimizerTimeoutMs :: forall f s a. (Functor f, HasField s "metaOptimizerTimeoutMs" a) => LensLike' f s a
|
|
minGraphNodes :: forall f s a. (Functor f, HasField s "minGraphNodes" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
numReplicas :: forall f s a. (Functor f, HasField s "numReplicas" a) => LensLike' f s a
|
|
optimizers :: forall f s a. (Functor f, HasField s "optimizers" a) => LensLike' f s a
|
|
parameterMap :: forall f s a. (Functor f, HasField s "parameterMap" a) => LensLike' f s a
|
|
pinToHostOptimization :: forall f s a. (Functor f, HasField s "pinToHostOptimization" a) => LensLike' f s a
|
|
postOptimizationVerifierConfig :: forall f s a. (Functor f, HasField s "postOptimizationVerifierConfig" a) => LensLike' f s a
|
|
remapping :: forall f s a. (Functor f, HasField s "remapping" a) => LensLike' f s a
|
|
scopedAllocatorOptimization :: forall f s a. (Functor f, HasField s "scopedAllocatorOptimization" a) => LensLike' f s a
|
|
scopedAllocatorOpts :: forall f s a. (Functor f, HasField s "scopedAllocatorOpts" a) => LensLike' f s a
|
|
shapeOptimization :: forall f s a. (Functor f, HasField s "shapeOptimization" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'customOptimizers :: forall f s a. (Functor f, HasField s "vec'customOptimizers" a) => LensLike' f s a
|
|
vec'enableOp :: forall f s a. (Functor f, HasField s "vec'enableOp" a) => LensLike' f s a
|
|
vec'optimizers :: forall f s a. (Functor f, HasField s "vec'optimizers" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.RewriterConfig
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>enable</a> <tt>:: Lens' AutoParallelOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>numReplicas</a> <tt>:: Lens' AutoParallelOptions
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data AutoParallelOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>layoutOptimizer</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>constantFolding</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>shapeOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>remapping</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>commonSubgraphElimination</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>arithmeticOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>dependencyOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>loopOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>functionOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>debugStripper</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>disableModelPruning</a> <tt>:: Lens' RewriterConfig
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>scopedAllocatorOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>pinToHostOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>implementationSelector</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>autoMixedPrecision</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>autoMixedPrecisionMkl</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'Toggle</tt></li>
|
|
-- <li><a>disableMetaOptimizer</a> <tt>:: Lens' RewriterConfig
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>metaOptimizerIterations</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'NumIterationsType</tt></li>
|
|
-- <li><a>minGraphNodes</a> <tt>:: Lens' RewriterConfig
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>memoryOptimization</a> <tt>:: Lens' RewriterConfig
|
|
-- RewriterConfig'MemOptType</tt></li>
|
|
-- <li><a>memoryOptimizerTargetNodeNameScope</a> <tt>:: Lens'
|
|
-- RewriterConfig Data.Text.Text</tt></li>
|
|
-- <li><a>metaOptimizerTimeoutMs</a> <tt>:: Lens' RewriterConfig
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>autoParallel</a> <tt>:: Lens' RewriterConfig
|
|
-- AutoParallelOptions</tt></li>
|
|
-- <li><a>maybe'autoParallel</a> <tt>:: Lens' RewriterConfig
|
|
-- (Prelude.Maybe AutoParallelOptions)</tt></li>
|
|
-- <li><a>failOnOptimizerErrors</a> <tt>:: Lens' RewriterConfig
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>scopedAllocatorOpts</a> <tt>:: Lens' RewriterConfig
|
|
-- ScopedAllocatorOptions</tt></li>
|
|
-- <li><a>maybe'scopedAllocatorOpts</a> <tt>:: Lens' RewriterConfig
|
|
-- (Prelude.Maybe ScopedAllocatorOptions)</tt></li>
|
|
-- <li><a>optimizers</a> <tt>:: Lens' RewriterConfig
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'optimizers</a> <tt>:: Lens' RewriterConfig
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>customOptimizers</a> <tt>:: Lens' RewriterConfig
|
|
-- [RewriterConfig'CustomGraphOptimizer]</tt></li>
|
|
-- <li><a>vec'customOptimizers</a> <tt>:: Lens' RewriterConfig
|
|
-- (Data.Vector.Vector RewriterConfig'CustomGraphOptimizer)</tt></li>
|
|
-- <li><a>interOptimizerVerifierConfig</a> <tt>:: Lens' RewriterConfig
|
|
-- Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig</tt></li>
|
|
-- <li><a>maybe'interOptimizerVerifierConfig</a> <tt>:: Lens'
|
|
-- RewriterConfig (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig)</tt></li>
|
|
-- <li><a>postOptimizationVerifierConfig</a> <tt>:: Lens' RewriterConfig
|
|
-- Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig</tt></li>
|
|
-- <li><a>maybe'postOptimizationVerifierConfig</a> <tt>:: Lens'
|
|
-- RewriterConfig (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig)</tt></li>
|
|
-- </ul>
|
|
data RewriterConfig
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' RewriterConfig'CustomGraphOptimizer
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>parameterMap</a> <tt>:: Lens'
|
|
-- RewriterConfig'CustomGraphOptimizer (Data.Map.Map Data.Text.Text
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data RewriterConfig'CustomGraphOptimizer
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens'
|
|
-- RewriterConfig<tt>CustomGraphOptimizer</tt>ParameterMapEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens'
|
|
-- RewriterConfig<tt>CustomGraphOptimizer</tt>ParameterMapEntry
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens'
|
|
-- RewriterConfig<tt>CustomGraphOptimizer</tt>ParameterMapEntry
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</tt></li>
|
|
-- </ul>
|
|
data RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
|
|
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
|
|
RewriterConfig'MemOptType'Unrecognized :: !RewriterConfig'MemOptType'UnrecognizedValue -> RewriterConfig'MemOptType
|
|
data RewriterConfig'MemOptType
|
|
data RewriterConfig'MemOptType'UnrecognizedValue
|
|
data RewriterConfig'NumIterationsType
|
|
RewriterConfig'DEFAULT_NUM_ITERS :: RewriterConfig'NumIterationsType
|
|
RewriterConfig'ONE :: RewriterConfig'NumIterationsType
|
|
RewriterConfig'TWO :: RewriterConfig'NumIterationsType
|
|
RewriterConfig'NumIterationsType'Unrecognized :: !RewriterConfig'NumIterationsType'UnrecognizedValue -> RewriterConfig'NumIterationsType
|
|
data RewriterConfig'NumIterationsType
|
|
data RewriterConfig'NumIterationsType'UnrecognizedValue
|
|
data RewriterConfig'Toggle
|
|
RewriterConfig'DEFAULT :: RewriterConfig'Toggle
|
|
RewriterConfig'ON :: RewriterConfig'Toggle
|
|
RewriterConfig'OFF :: RewriterConfig'Toggle
|
|
RewriterConfig'AGGRESSIVE :: RewriterConfig'Toggle
|
|
RewriterConfig'Toggle'Unrecognized :: !RewriterConfig'Toggle'UnrecognizedValue -> RewriterConfig'Toggle
|
|
data RewriterConfig'Toggle
|
|
data RewriterConfig'Toggle'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>enableOp</a> <tt>:: Lens' ScopedAllocatorOptions
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'enableOp</a> <tt>:: Lens' ScopedAllocatorOptions
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data ScopedAllocatorOptions
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
|
|
instance GHC.Classes.Eq 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.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.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle'UnrecognizedValue
|
|
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.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType'UnrecognizedValue
|
|
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.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType'UnrecognizedValue
|
|
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.Classes.Ord Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
|
|
instance GHC.Classes.Eq 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.RewriterConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "layoutOptimizer" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "constantFolding" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "shapeOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "remapping" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "commonSubgraphElimination" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "arithmeticOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "dependencyOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "loopOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "functionOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "debugStripper" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "disableModelPruning" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "scopedAllocatorOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "pinToHostOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "implementationSelector" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "autoMixedPrecision" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "autoMixedPrecisionMkl" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "disableMetaOptimizer" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "metaOptimizerIterations" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "minGraphNodes" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "memoryOptimization" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "memoryOptimizerTargetNodeNameScope" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "metaOptimizerTimeoutMs" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "autoParallel" Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "maybe'autoParallel" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "failOnOptimizerErrors" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "scopedAllocatorOpts" Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "maybe'scopedAllocatorOpts" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "optimizers" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "vec'optimizers" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "customOptimizers" [Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "vec'customOptimizers" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "interOptimizerVerifierConfig" Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "maybe'interOptimizerVerifierConfig" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "postOptimizationVerifierConfig" Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig "maybe'postOptimizationVerifierConfig" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.VerifierConfig.VerifierConfig)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions "enableOp" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions "vec'enableOp" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.ScopedAllocatorOptions
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'Toggle
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'NumIterationsType
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'MemOptType
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry "value" Proto.Tensorflow.Core.Framework.AttrValue.AttrValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer'ParameterMapEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer "parameterMap" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig'CustomGraphOptimizer
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions "enable" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions "numReplicas" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.RewriterConfig.AutoParallelOptions
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Config_Fields
|
|
allocatorType :: forall f s a. (Functor f, HasField s "allocatorType" a) => LensLike' f s a
|
|
allowGrowth :: forall f s a. (Functor f, HasField s "allowGrowth" a) => LensLike' f s a
|
|
allowSoftPlacement :: forall f s a. (Functor f, HasField s "allowSoftPlacement" a) => LensLike' f s a
|
|
buildCostModel :: forall f s a. (Functor f, HasField s "buildCostModel" a) => LensLike' f s a
|
|
buildCostModelAfter :: forall f s a. (Functor f, HasField s "buildCostModelAfter" a) => LensLike' f s a
|
|
cacheRpcResponse :: forall f s a. (Functor f, HasField s "cacheRpcResponse" a) => LensLike' f s a
|
|
clusterDef :: forall f s a. (Functor f, HasField s "clusterDef" a) => LensLike' f s a
|
|
collectiveDeterministicSequentialExecution :: forall f s a. (Functor f, HasField s "collectiveDeterministicSequentialExecution" a) => LensLike' f s a
|
|
collectiveGraphKey :: forall f s a. (Functor f, HasField s "collectiveGraphKey" a) => LensLike' f s a
|
|
collectiveGroupLeader :: forall f s a. (Functor f, HasField s "collectiveGroupLeader" a) => LensLike' f s a
|
|
collectiveNccl :: forall f s a. (Functor f, HasField s "collectiveNccl" a) => LensLike' f s a
|
|
collectiveRingOrder :: forall f s a. (Functor f, HasField s "collectiveRingOrder" a) => LensLike' f s a
|
|
compressionAlgorithm :: forall f s a. (Functor f, HasField s "compressionAlgorithm" a) => LensLike' f s a
|
|
compressionLevel :: forall f s a. (Functor f, HasField s "compressionLevel" a) => LensLike' f s a
|
|
costGraph :: forall f s a. (Functor f, HasField s "costGraph" a) => LensLike' f s a
|
|
debugOptions :: forall f s a. (Functor f, HasField s "debugOptions" a) => LensLike' f s a
|
|
deferredDeletionBytes :: forall f s a. (Functor f, HasField s "deferredDeletionBytes" a) => LensLike' f s a
|
|
deviceCount :: forall f s a. (Functor f, HasField s "deviceCount" a) => LensLike' f s a
|
|
deviceFilters :: forall f s a. (Functor f, HasField s "deviceFilters" a) => LensLike' f s a
|
|
disableOutputPartitionGraphs :: forall f s a. (Functor f, HasField s "disableOutputPartitionGraphs" a) => LensLike' f s a
|
|
disableSessionConnectionSharing :: forall f s a. (Functor f, HasField s "disableSessionConnectionSharing" a) => LensLike' f s a
|
|
disableThreadSpinning :: forall f s a. (Functor f, HasField s "disableThreadSpinning" a) => LensLike' f s a
|
|
doCommonSubexpressionElimination :: forall f s a. (Functor f, HasField s "doCommonSubexpressionElimination" a) => LensLike' f s a
|
|
doConstantFolding :: forall f s a. (Functor f, HasField s "doConstantFolding" a) => LensLike' f s a
|
|
doFunctionInlining :: forall f s a. (Functor f, HasField s "doFunctionInlining" a) => LensLike' f s a
|
|
enableBfloat16Sendrecv :: forall f s a. (Functor f, HasField s "enableBfloat16Sendrecv" a) => LensLike' f s a
|
|
enableMlirBridge :: forall f s a. (Functor f, HasField s "enableMlirBridge" a) => LensLike' f s a
|
|
enableMlirGraphOptimization :: forall f s a. (Functor f, HasField s "enableMlirGraphOptimization" a) => LensLike' f s a
|
|
enableRecvScheduling :: forall f s a. (Functor f, HasField s "enableRecvScheduling" a) => LensLike' f s a
|
|
executorType :: forall f s a. (Functor f, HasField s "executorType" a) => LensLike' f s a
|
|
experimental :: forall f s a. (Functor f, HasField s "experimental" a) => LensLike' f s a
|
|
feed :: forall f s a. (Functor f, HasField s "feed" a) => LensLike' f s a
|
|
feedDevices :: forall f s a. (Functor f, HasField s "feedDevices" a) => LensLike' f s a
|
|
fetch :: forall f s a. (Functor f, HasField s "fetch" a) => LensLike' f s a
|
|
fetchDevices :: forall f s a. (Functor f, HasField s "fetchDevices" a) => LensLike' f s a
|
|
fetchSkipSync :: forall f s a. (Functor f, HasField s "fetchSkipSync" a) => LensLike' f s a
|
|
forceGpuCompatible :: forall f s a. (Functor f, HasField s "forceGpuCompatible" a) => LensLike' f s a
|
|
fromTensor :: forall f s a. (Functor f, HasField s "fromTensor" a) => LensLike' f s a
|
|
functionGraphs :: forall f s a. (Functor f, HasField s "functionGraphs" a) => LensLike' f s a
|
|
globalJitLevel :: forall f s a. (Functor f, HasField s "globalJitLevel" a) => LensLike' f s a
|
|
globalName :: forall f s a. (Functor f, HasField s "globalName" a) => LensLike' f s a
|
|
gpuOptions :: forall f s a. (Functor f, HasField s "gpuOptions" a) => LensLike' f s a
|
|
graphOptions :: forall f s a. (Functor f, HasField s "graphOptions" a) => LensLike' f s a
|
|
inferShapes :: forall f s a. (Functor f, HasField s "inferShapes" a) => LensLike' f s a
|
|
interOpParallelismThreads :: forall f s a. (Functor f, HasField s "interOpParallelismThreads" a) => LensLike' f s a
|
|
interOpThreadPool :: forall f s a. (Functor f, HasField s "interOpThreadPool" a) => LensLike' f s a
|
|
intraOpParallelismThreads :: forall f s a. (Functor f, HasField s "intraOpParallelismThreads" a) => LensLike' f s a
|
|
isolateSessionState :: forall f s a. (Functor f, HasField s "isolateSessionState" a) => LensLike' f s a
|
|
kernelTrackerMaxBytes :: forall f s a. (Functor f, HasField s "kernelTrackerMaxBytes" a) => LensLike' f s a
|
|
kernelTrackerMaxInterval :: forall f s a. (Functor f, HasField s "kernelTrackerMaxInterval" a) => LensLike' f s a
|
|
kernelTrackerMaxPending :: forall f s a. (Functor f, HasField s "kernelTrackerMaxPending" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
logDevicePlacement :: forall f s a. (Functor f, HasField s "logDevicePlacement" a) => LensLike' f s a
|
|
maxFoldedConstantInBytes :: forall f s a. (Functor f, HasField s "maxFoldedConstantInBytes" a) => LensLike' f s a
|
|
maybe'clusterDef :: forall f s a. (Functor f, HasField s "maybe'clusterDef" a) => LensLike' f s a
|
|
maybe'costGraph :: forall f s a. (Functor f, HasField s "maybe'costGraph" a) => LensLike' f s a
|
|
maybe'debugOptions :: forall f s a. (Functor f, HasField s "maybe'debugOptions" a) => LensLike' f s a
|
|
maybe'experimental :: forall f s a. (Functor f, HasField s "maybe'experimental" a) => LensLike' f s a
|
|
maybe'gpuOptions :: forall f s a. (Functor f, HasField s "maybe'gpuOptions" a) => LensLike' f s a
|
|
maybe'graphOptions :: forall f s a. (Functor f, HasField s "maybe'graphOptions" a) => LensLike' f s a
|
|
maybe'optimizerOptions :: forall f s a. (Functor f, HasField s "maybe'optimizerOptions" a) => LensLike' f s a
|
|
maybe'postOptimizationGraph :: forall f s a. (Functor f, HasField s "maybe'postOptimizationGraph" a) => LensLike' f s a
|
|
maybe'preOptimizationGraph :: forall f s a. (Functor f, HasField s "maybe'preOptimizationGraph" a) => LensLike' f s a
|
|
maybe'rewriteOptions :: forall f s a. (Functor f, HasField s "maybe'rewriteOptions" a) => LensLike' f s a
|
|
maybe'rpcOptions :: forall f s a. (Functor f, HasField s "maybe'rpcOptions" a) => LensLike' f s a
|
|
maybe'runHandlerPoolOptions :: forall f s a. (Functor f, HasField s "maybe'runHandlerPoolOptions" a) => LensLike' f s a
|
|
maybe'runOptions :: forall f s a. (Functor f, HasField s "maybe'runOptions" a) => LensLike' f s a
|
|
maybe'sessionMetadata :: forall f s a. (Functor f, HasField s "maybe'sessionMetadata" a) => LensLike' f s a
|
|
maybe'stepStats :: forall f s a. (Functor f, HasField s "maybe'stepStats" a) => LensLike' f s a
|
|
memoryLimitMb :: forall f s a. (Functor f, HasField s "memoryLimitMb" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
numDevToDevCopyStreams :: forall f s a. (Functor f, HasField s "numDevToDevCopyStreams" a) => LensLike' f s a
|
|
numThreads :: forall f s a. (Functor f, HasField s "numThreads" a) => LensLike' f s a
|
|
operationTimeoutInMs :: forall f s a. (Functor f, HasField s "operationTimeoutInMs" a) => LensLike' f s a
|
|
optLevel :: forall f s a. (Functor f, HasField s "optLevel" a) => LensLike' f s a
|
|
optimizeForStaticGraph :: forall f s a. (Functor f, HasField s "optimizeForStaticGraph" a) => LensLike' f s a
|
|
optimizerOptions :: forall f s a. (Functor f, HasField s "optimizerOptions" a) => LensLike' f s a
|
|
outputPartitionGraphs :: forall f s a. (Functor f, HasField s "outputPartitionGraphs" a) => LensLike' f s a
|
|
partitionGraphs :: forall f s a. (Functor f, HasField s "partitionGraphs" a) => LensLike' f s a
|
|
perProcessGpuMemoryFraction :: forall f s a. (Functor f, HasField s "perProcessGpuMemoryFraction" a) => LensLike' f s a
|
|
placePrunedGraph :: forall f s a. (Functor f, HasField s "placePrunedGraph" a) => LensLike' f s a
|
|
placementPeriod :: forall f s a. (Functor f, HasField s "placementPeriod" a) => LensLike' f s a
|
|
pollingActiveDelayUsecs :: forall f s a. (Functor f, HasField s "pollingActiveDelayUsecs" a) => LensLike' f s a
|
|
pollingInactiveDelayMsecs :: forall f s a. (Functor f, HasField s "pollingInactiveDelayMsecs" a) => LensLike' f s a
|
|
postOptimizationGraph :: forall f s a. (Functor f, HasField s "postOptimizationGraph" a) => LensLike' f s a
|
|
preOptimizationGraph :: forall f s a. (Functor f, HasField s "preOptimizationGraph" a) => LensLike' f s a
|
|
priority :: forall f s a. (Functor f, HasField s "priority" a) => LensLike' f s a
|
|
recvBufMaxChunk :: forall f s a. (Functor f, HasField s "recvBufMaxChunk" a) => LensLike' f s a
|
|
reportTensorAllocationsUponOom :: forall f s a. (Functor f, HasField s "reportTensorAllocationsUponOom" a) => LensLike' f s a
|
|
rewriteOptions :: forall f s a. (Functor f, HasField s "rewriteOptions" a) => LensLike' f s a
|
|
rpcOptions :: forall f s a. (Functor f, HasField s "rpcOptions" a) => LensLike' f s a
|
|
runHandlerPoolOptions :: forall f s a. (Functor f, HasField s "runHandlerPoolOptions" a) => LensLike' f s a
|
|
runOptions :: forall f s a. (Functor f, HasField s "runOptions" a) => LensLike' f s a
|
|
sessionInterOpThreadPool :: forall f s a. (Functor f, HasField s "sessionInterOpThreadPool" a) => LensLike' f s a
|
|
sessionMetadata :: forall f s a. (Functor f, HasField s "sessionMetadata" a) => LensLike' f s a
|
|
shareClusterDevicesInSession :: forall f s a. (Functor f, HasField s "shareClusterDevicesInSession" a) => LensLike' f s a
|
|
shareSessionStateInClusterspecPropagation :: forall f s a. (Functor f, HasField s "shareSessionStateInClusterspecPropagation" a) => LensLike' f s a
|
|
stepStats :: forall f s a. (Functor f, HasField s "stepStats" a) => LensLike' f s a
|
|
target :: forall f s a. (Functor f, HasField s "target" a) => LensLike' f s a
|
|
tensorConnection :: forall f s a. (Functor f, HasField s "tensorConnection" a) => LensLike' f s a
|
|
timelineStep :: forall f s a. (Functor f, HasField s "timelineStep" a) => LensLike' f s a
|
|
timeoutInMs :: forall f s a. (Functor f, HasField s "timeoutInMs" a) => LensLike' f s a
|
|
timestampedAllocator :: forall f s a. (Functor f, HasField s "timestampedAllocator" a) => LensLike' f s a
|
|
toTensor :: forall f s a. (Functor f, HasField s "toTensor" a) => LensLike' f s a
|
|
traceLevel :: forall f s a. (Functor f, HasField s "traceLevel" a) => LensLike' f s a
|
|
useNumaAffinity :: forall f s a. (Functor f, HasField s "useNumaAffinity" a) => LensLike' f s a
|
|
usePerSessionThreads :: forall f s a. (Functor f, HasField s "usePerSessionThreads" a) => LensLike' f s a
|
|
useRpcForInprocessMaster :: forall f s a. (Functor f, HasField s "useRpcForInprocessMaster" a) => LensLike' f s a
|
|
useRunHandlerPool :: forall f s a. (Functor f, HasField s "useRunHandlerPool" a) => LensLike' f s a
|
|
useUnifiedMemory :: forall f s a. (Functor f, HasField s "useUnifiedMemory" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'deviceFilters :: forall f s a. (Functor f, HasField s "vec'deviceFilters" a) => LensLike' f s a
|
|
vec'feed :: forall f s a. (Functor f, HasField s "vec'feed" a) => LensLike' f s a
|
|
vec'fetch :: forall f s a. (Functor f, HasField s "vec'fetch" a) => LensLike' f s a
|
|
vec'functionGraphs :: forall f s a. (Functor f, HasField s "vec'functionGraphs" a) => LensLike' f s a
|
|
vec'memoryLimitMb :: forall f s a. (Functor f, HasField s "vec'memoryLimitMb" a) => LensLike' f s a
|
|
vec'partitionGraphs :: forall f s a. (Functor f, HasField s "vec'partitionGraphs" a) => LensLike' f s a
|
|
vec'priority :: forall f s a. (Functor f, HasField s "vec'priority" a) => LensLike' f s a
|
|
vec'sessionInterOpThreadPool :: forall f s a. (Functor f, HasField s "vec'sessionInterOpThreadPool" a) => LensLike' f s a
|
|
vec'target :: forall f s a. (Functor f, HasField s "vec'target" a) => LensLike' f s a
|
|
vec'tensorConnection :: forall f s a. (Functor f, HasField s "vec'tensorConnection" a) => LensLike' f s a
|
|
vec'virtualDevices :: forall f s a. (Functor f, HasField s "vec'virtualDevices" a) => LensLike' f s a
|
|
version :: forall f s a. (Functor f, HasField s "version" a) => LensLike' f s a
|
|
virtualDevices :: forall f s a. (Functor f, HasField s "virtualDevices" a) => LensLike' f s a
|
|
visibleDeviceList :: forall f s a. (Functor f, HasField s "visibleDeviceList" a) => LensLike' f s a
|
|
xlaFusionAutotunerThresh :: forall f s a. (Functor f, HasField s "xlaFusionAutotunerThresh" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.Config
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>feed</a> <tt>:: Lens' CallableOptions
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'feed</a> <tt>:: Lens' CallableOptions (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>fetch</a> <tt>:: Lens' CallableOptions
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'fetch</a> <tt>:: Lens' CallableOptions (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>target</a> <tt>:: Lens' CallableOptions
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'target</a> <tt>:: Lens' CallableOptions (Data.Vector.Vector
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>runOptions</a> <tt>:: Lens' CallableOptions
|
|
-- RunOptions</tt></li>
|
|
-- <li><a>maybe'runOptions</a> <tt>:: Lens' CallableOptions
|
|
-- (Prelude.Maybe RunOptions)</tt></li>
|
|
-- <li><a>tensorConnection</a> <tt>:: Lens' CallableOptions
|
|
-- [TensorConnection]</tt></li>
|
|
-- <li><a>vec'tensorConnection</a> <tt>:: Lens' CallableOptions
|
|
-- (Data.Vector.Vector TensorConnection)</tt></li>
|
|
-- <li><a>feedDevices</a> <tt>:: Lens' CallableOptions (Data.Map.Map
|
|
-- Data.Text.Text Data.Text.Text)</tt></li>
|
|
-- <li><a>fetchDevices</a> <tt>:: Lens' CallableOptions (Data.Map.Map
|
|
-- Data.Text.Text Data.Text.Text)</tt></li>
|
|
-- <li><a>fetchSkipSync</a> <tt>:: Lens' CallableOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data CallableOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' CallableOptions'FeedDevicesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' CallableOptions'FeedDevicesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data CallableOptions'FeedDevicesEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' CallableOptions'FetchDevicesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' CallableOptions'FetchDevicesEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data CallableOptions'FetchDevicesEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>deviceCount</a> <tt>:: Lens' ConfigProto (Data.Map.Map
|
|
-- Data.Text.Text Data.Int.Int32)</tt></li>
|
|
-- <li><a>intraOpParallelismThreads</a> <tt>:: Lens' ConfigProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>interOpParallelismThreads</a> <tt>:: Lens' ConfigProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>usePerSessionThreads</a> <tt>:: Lens' ConfigProto
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>sessionInterOpThreadPool</a> <tt>:: Lens' ConfigProto
|
|
-- [ThreadPoolOptionProto]</tt></li>
|
|
-- <li><a>vec'sessionInterOpThreadPool</a> <tt>:: Lens' ConfigProto
|
|
-- (Data.Vector.Vector ThreadPoolOptionProto)</tt></li>
|
|
-- <li><a>placementPeriod</a> <tt>:: Lens' ConfigProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>deviceFilters</a> <tt>:: Lens' ConfigProto
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'deviceFilters</a> <tt>:: Lens' ConfigProto
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>gpuOptions</a> <tt>:: Lens' ConfigProto GPUOptions</tt></li>
|
|
-- <li><a>maybe'gpuOptions</a> <tt>:: Lens' ConfigProto (Prelude.Maybe
|
|
-- GPUOptions)</tt></li>
|
|
-- <li><a>allowSoftPlacement</a> <tt>:: Lens' ConfigProto
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>logDevicePlacement</a> <tt>:: Lens' ConfigProto
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>graphOptions</a> <tt>:: Lens' ConfigProto
|
|
-- GraphOptions</tt></li>
|
|
-- <li><a>maybe'graphOptions</a> <tt>:: Lens' ConfigProto (Prelude.Maybe
|
|
-- GraphOptions)</tt></li>
|
|
-- <li><a>operationTimeoutInMs</a> <tt>:: Lens' ConfigProto
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>rpcOptions</a> <tt>:: Lens' ConfigProto RPCOptions</tt></li>
|
|
-- <li><a>maybe'rpcOptions</a> <tt>:: Lens' ConfigProto (Prelude.Maybe
|
|
-- RPCOptions)</tt></li>
|
|
-- <li><a>clusterDef</a> <tt>:: Lens' ConfigProto
|
|
-- Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef</tt></li>
|
|
-- <li><a>maybe'clusterDef</a> <tt>:: Lens' ConfigProto (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef)</tt></li>
|
|
-- <li><a>isolateSessionState</a> <tt>:: Lens' ConfigProto
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>shareClusterDevicesInSession</a> <tt>:: Lens' ConfigProto
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>experimental</a> <tt>:: Lens' ConfigProto
|
|
-- ConfigProto'Experimental</tt></li>
|
|
-- <li><a>maybe'experimental</a> <tt>:: Lens' ConfigProto (Prelude.Maybe
|
|
-- ConfigProto'Experimental)</tt></li>
|
|
-- </ul>
|
|
data ConfigProto
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' ConfigProto'DeviceCountEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' ConfigProto'DeviceCountEntry
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data ConfigProto'DeviceCountEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>collectiveGroupLeader</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>executorType</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>recvBufMaxChunk</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>useNumaAffinity</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>collectiveDeterministicSequentialExecution</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Prelude.Bool</tt></li>
|
|
-- <li><a>collectiveNccl</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>shareSessionStateInClusterspecPropagation</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Prelude.Bool</tt></li>
|
|
-- <li><a>disableThreadSpinning</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>shareClusterDevicesInSession</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Prelude.Bool</tt></li>
|
|
-- <li><a>sessionMetadata</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- SessionMetadata</tt></li>
|
|
-- <li><a>maybe'sessionMetadata</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- (Prelude.Maybe SessionMetadata)</tt></li>
|
|
-- <li><a>optimizeForStaticGraph</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Prelude.Bool</tt></li>
|
|
-- <li><a>enableMlirBridge</a> <tt>:: Lens' ConfigProto'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>enableMlirGraphOptimization</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Prelude.Bool</tt></li>
|
|
-- <li><a>disableOutputPartitionGraphs</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Prelude.Bool</tt></li>
|
|
-- <li><a>xlaFusionAutotunerThresh</a> <tt>:: Lens'
|
|
-- ConfigProto'Experimental Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data ConfigProto'Experimental
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>perProcessGpuMemoryFraction</a> <tt>:: Lens' GPUOptions
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>allowGrowth</a> <tt>:: Lens' GPUOptions Prelude.Bool</tt></li>
|
|
-- <li><a>allocatorType</a> <tt>:: Lens' GPUOptions
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>deferredDeletionBytes</a> <tt>:: Lens' GPUOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>visibleDeviceList</a> <tt>:: Lens' GPUOptions
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>pollingActiveDelayUsecs</a> <tt>:: Lens' GPUOptions
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>pollingInactiveDelayMsecs</a> <tt>:: Lens' GPUOptions
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>forceGpuCompatible</a> <tt>:: Lens' GPUOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>experimental</a> <tt>:: Lens' GPUOptions
|
|
-- GPUOptions'Experimental</tt></li>
|
|
-- <li><a>maybe'experimental</a> <tt>:: Lens' GPUOptions (Prelude.Maybe
|
|
-- GPUOptions'Experimental)</tt></li>
|
|
-- </ul>
|
|
data GPUOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>virtualDevices</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- [GPUOptions<tt>Experimental</tt>VirtualDevices]</tt></li>
|
|
-- <li><a>vec'virtualDevices</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- (Data.Vector.Vector
|
|
-- GPUOptions<tt>Experimental</tt>VirtualDevices)</tt></li>
|
|
-- <li><a>useUnifiedMemory</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>numDevToDevCopyStreams</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>collectiveRingOrder</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>timestampedAllocator</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>kernelTrackerMaxInterval</a> <tt>:: Lens'
|
|
-- GPUOptions'Experimental Data.Int.Int32</tt></li>
|
|
-- <li><a>kernelTrackerMaxBytes</a> <tt>:: Lens' GPUOptions'Experimental
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>kernelTrackerMaxPending</a> <tt>:: Lens'
|
|
-- GPUOptions'Experimental Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data GPUOptions'Experimental
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>memoryLimitMb</a> <tt>:: Lens'
|
|
-- GPUOptions<tt>Experimental</tt>VirtualDevices
|
|
-- [Prelude.Float]</tt></li>
|
|
-- <li><a>vec'memoryLimitMb</a> <tt>:: Lens'
|
|
-- GPUOptions<tt>Experimental</tt>VirtualDevices
|
|
-- (Data.Vector.Unboxed.Vector Prelude.Float)</tt></li>
|
|
-- <li><a>priority</a> <tt>:: Lens'
|
|
-- GPUOptions<tt>Experimental</tt>VirtualDevices
|
|
-- [Data.Int.Int32]</tt></li>
|
|
-- <li><a>vec'priority</a> <tt>:: Lens'
|
|
-- GPUOptions<tt>Experimental</tt>VirtualDevices
|
|
-- (Data.Vector.Unboxed.Vector Data.Int.Int32)</tt></li>
|
|
-- </ul>
|
|
data GPUOptions'Experimental'VirtualDevices
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>enableRecvScheduling</a> <tt>:: Lens' GraphOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>optimizerOptions</a> <tt>:: Lens' GraphOptions
|
|
-- OptimizerOptions</tt></li>
|
|
-- <li><a>maybe'optimizerOptions</a> <tt>:: Lens' GraphOptions
|
|
-- (Prelude.Maybe OptimizerOptions)</tt></li>
|
|
-- <li><a>buildCostModel</a> <tt>:: Lens' GraphOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>buildCostModelAfter</a> <tt>:: Lens' GraphOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>inferShapes</a> <tt>:: Lens' GraphOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>placePrunedGraph</a> <tt>:: Lens' GraphOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>enableBfloat16Sendrecv</a> <tt>:: Lens' GraphOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>timelineStep</a> <tt>:: Lens' GraphOptions
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>rewriteOptions</a> <tt>:: Lens' GraphOptions
|
|
-- Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig</tt></li>
|
|
-- <li><a>maybe'rewriteOptions</a> <tt>:: Lens' GraphOptions
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig)</tt></li>
|
|
-- </ul>
|
|
data GraphOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>doCommonSubexpressionElimination</a> <tt>:: Lens'
|
|
-- OptimizerOptions Prelude.Bool</tt></li>
|
|
-- <li><a>doConstantFolding</a> <tt>:: Lens' OptimizerOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>maxFoldedConstantInBytes</a> <tt>:: Lens' OptimizerOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>doFunctionInlining</a> <tt>:: Lens' OptimizerOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>optLevel</a> <tt>:: Lens' OptimizerOptions
|
|
-- OptimizerOptions'Level</tt></li>
|
|
-- <li><a>globalJitLevel</a> <tt>:: Lens' OptimizerOptions
|
|
-- OptimizerOptions'GlobalJitLevel</tt></li>
|
|
-- </ul>
|
|
data OptimizerOptions
|
|
data OptimizerOptions'GlobalJitLevel
|
|
OptimizerOptions'OFF :: OptimizerOptions'GlobalJitLevel
|
|
OptimizerOptions'DEFAULT :: OptimizerOptions'GlobalJitLevel
|
|
OptimizerOptions'ON_1 :: OptimizerOptions'GlobalJitLevel
|
|
OptimizerOptions'ON_2 :: OptimizerOptions'GlobalJitLevel
|
|
OptimizerOptions'GlobalJitLevel'Unrecognized :: !OptimizerOptions'GlobalJitLevel'UnrecognizedValue -> OptimizerOptions'GlobalJitLevel
|
|
data OptimizerOptions'GlobalJitLevel
|
|
data OptimizerOptions'GlobalJitLevel'UnrecognizedValue
|
|
data OptimizerOptions'Level
|
|
OptimizerOptions'L0 :: OptimizerOptions'Level
|
|
OptimizerOptions'L1 :: OptimizerOptions'Level
|
|
OptimizerOptions'Level'Unrecognized :: !OptimizerOptions'Level'UnrecognizedValue -> OptimizerOptions'Level
|
|
data OptimizerOptions'Level
|
|
data OptimizerOptions'Level'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>useRpcForInprocessMaster</a> <tt>:: Lens' RPCOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>compressionAlgorithm</a> <tt>:: Lens' RPCOptions
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>compressionLevel</a> <tt>:: Lens' RPCOptions
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>cacheRpcResponse</a> <tt>:: Lens' RPCOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>disableSessionConnectionSharing</a> <tt>:: Lens' RPCOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- </ul>
|
|
data RPCOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>stepStats</a> <tt>:: Lens' RunMetadata
|
|
-- Proto.Tensorflow.Core.Framework.StepStats.StepStats</tt></li>
|
|
-- <li><a>maybe'stepStats</a> <tt>:: Lens' RunMetadata (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.StepStats.StepStats)</tt></li>
|
|
-- <li><a>costGraph</a> <tt>:: Lens' RunMetadata
|
|
-- Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef</tt></li>
|
|
-- <li><a>maybe'costGraph</a> <tt>:: Lens' RunMetadata (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef)</tt></li>
|
|
-- <li><a>partitionGraphs</a> <tt>:: Lens' RunMetadata
|
|
-- [Proto.Tensorflow.Core.Framework.Graph.GraphDef]</tt></li>
|
|
-- <li><a>vec'partitionGraphs</a> <tt>:: Lens' RunMetadata
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef)</tt></li>
|
|
-- <li><a>functionGraphs</a> <tt>:: Lens' RunMetadata
|
|
-- [RunMetadata'FunctionGraphs]</tt></li>
|
|
-- <li><a>vec'functionGraphs</a> <tt>:: Lens' RunMetadata
|
|
-- (Data.Vector.Vector RunMetadata'FunctionGraphs)</tt></li>
|
|
-- </ul>
|
|
data RunMetadata
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>partitionGraphs</a> <tt>:: Lens' RunMetadata'FunctionGraphs
|
|
-- [Proto.Tensorflow.Core.Framework.Graph.GraphDef]</tt></li>
|
|
-- <li><a>vec'partitionGraphs</a> <tt>:: Lens' RunMetadata'FunctionGraphs
|
|
-- (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef)</tt></li>
|
|
-- <li><a>preOptimizationGraph</a> <tt>:: Lens'
|
|
-- RunMetadata'FunctionGraphs
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef</tt></li>
|
|
-- <li><a>maybe'preOptimizationGraph</a> <tt>:: Lens'
|
|
-- RunMetadata'FunctionGraphs (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef)</tt></li>
|
|
-- <li><a>postOptimizationGraph</a> <tt>:: Lens'
|
|
-- RunMetadata'FunctionGraphs
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef</tt></li>
|
|
-- <li><a>maybe'postOptimizationGraph</a> <tt>:: Lens'
|
|
-- RunMetadata'FunctionGraphs (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Graph.GraphDef)</tt></li>
|
|
-- </ul>
|
|
data RunMetadata'FunctionGraphs
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>traceLevel</a> <tt>:: Lens' RunOptions
|
|
-- RunOptions'TraceLevel</tt></li>
|
|
-- <li><a>timeoutInMs</a> <tt>:: Lens' RunOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>interOpThreadPool</a> <tt>:: Lens' RunOptions
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>outputPartitionGraphs</a> <tt>:: Lens' RunOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>debugOptions</a> <tt>:: Lens' RunOptions
|
|
-- Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions</tt></li>
|
|
-- <li><a>maybe'debugOptions</a> <tt>:: Lens' RunOptions (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions)</tt></li>
|
|
-- <li><a>reportTensorAllocationsUponOom</a> <tt>:: Lens' RunOptions
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>experimental</a> <tt>:: Lens' RunOptions
|
|
-- RunOptions'Experimental</tt></li>
|
|
-- <li><a>maybe'experimental</a> <tt>:: Lens' RunOptions (Prelude.Maybe
|
|
-- RunOptions'Experimental)</tt></li>
|
|
-- </ul>
|
|
data RunOptions
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>collectiveGraphKey</a> <tt>:: Lens' RunOptions'Experimental
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>useRunHandlerPool</a> <tt>:: Lens' RunOptions'Experimental
|
|
-- Prelude.Bool</tt></li>
|
|
-- <li><a>runHandlerPoolOptions</a> <tt>:: Lens' RunOptions'Experimental
|
|
-- RunOptions<tt>Experimental</tt>RunHandlerPoolOptions</tt></li>
|
|
-- <li><a>maybe'runHandlerPoolOptions</a> <tt>:: Lens'
|
|
-- RunOptions'Experimental (Prelude.Maybe
|
|
-- RunOptions<tt>Experimental</tt>RunHandlerPoolOptions)</tt></li>
|
|
-- </ul>
|
|
data RunOptions'Experimental
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>priority</a> <tt>:: Lens'
|
|
-- RunOptions<tt>Experimental</tt>RunHandlerPoolOptions
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data RunOptions'Experimental'RunHandlerPoolOptions
|
|
data RunOptions'TraceLevel
|
|
RunOptions'NO_TRACE :: RunOptions'TraceLevel
|
|
RunOptions'SOFTWARE_TRACE :: RunOptions'TraceLevel
|
|
RunOptions'HARDWARE_TRACE :: RunOptions'TraceLevel
|
|
RunOptions'FULL_TRACE :: RunOptions'TraceLevel
|
|
RunOptions'TraceLevel'Unrecognized :: !RunOptions'TraceLevel'UnrecognizedValue -> RunOptions'TraceLevel
|
|
data RunOptions'TraceLevel
|
|
data RunOptions'TraceLevel'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' SessionMetadata Data.Text.Text</tt></li>
|
|
-- <li><a>version</a> <tt>:: Lens' SessionMetadata
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data SessionMetadata
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>fromTensor</a> <tt>:: Lens' TensorConnection
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>toTensor</a> <tt>:: Lens' TensorConnection
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data TensorConnection
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>numThreads</a> <tt>:: Lens' ThreadPoolOptionProto
|
|
-- Data.Int.Int32</tt></li>
|
|
-- <li><a>globalName</a> <tt>:: Lens' ThreadPoolOptionProto
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data ThreadPoolOptionProto
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level'UnrecognizedValue
|
|
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.Show.Show Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "deviceCount" (Data.Map.Internal.Map Data.Text.Internal.Text GHC.Int.Int32)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "intraOpParallelismThreads" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "interOpParallelismThreads" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "usePerSessionThreads" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "sessionInterOpThreadPool" [Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "vec'sessionInterOpThreadPool" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "placementPeriod" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "deviceFilters" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "vec'deviceFilters" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "gpuOptions" Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "maybe'gpuOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.GPUOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "allowSoftPlacement" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "logDevicePlacement" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "graphOptions" Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "maybe'graphOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.GraphOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "operationTimeoutInMs" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "rpcOptions" Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "maybe'rpcOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.RPCOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "clusterDef" Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "maybe'clusterDef" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "isolateSessionState" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "shareClusterDevicesInSession" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "experimental" Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto "maybe'experimental" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto "numThreads" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto "globalName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.ThreadPoolOptionProto
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "feed" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "vec'feed" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "fetch" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "vec'fetch" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "target" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "vec'target" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "runOptions" Proto.Tensorflow.Core.Protobuf.Config.RunOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "maybe'runOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "tensorConnection" [Proto.Tensorflow.Core.Protobuf.Config.TensorConnection]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "vec'tensorConnection" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Config.TensorConnection)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "feedDevices" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "fetchDevices" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions "fetchSkipSync" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.CallableOptions
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.TensorConnection "fromTensor" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.TensorConnection "toTensor" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.TensorConnection
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "collectiveGroupLeader" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "executorType" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "recvBufMaxChunk" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "useNumaAffinity" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "collectiveDeterministicSequentialExecution" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "collectiveNccl" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "shareSessionStateInClusterspecPropagation" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "disableThreadSpinning" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "shareClusterDevicesInSession" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "sessionMetadata" Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "maybe'sessionMetadata" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "optimizeForStaticGraph" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "enableMlirBridge" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "enableMlirGraphOptimization" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "disableOutputPartitionGraphs" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental "xlaFusionAutotunerThresh" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'Experimental
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata "version" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.SessionMetadata
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "traceLevel" Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "timeoutInMs" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "interOpThreadPool" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "outputPartitionGraphs" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "debugOptions" Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "maybe'debugOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Debug.DebugOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "reportTensorAllocationsUponOom" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "experimental" Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions "maybe'experimental" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RunOptions
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RunOptions'TraceLevel
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental "collectiveGraphKey" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental "useRunHandlerPool" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental "runHandlerPoolOptions" Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental "maybe'runHandlerPoolOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions "priority" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RunOptions'Experimental'RunHandlerPoolOptions
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "stepStats" Proto.Tensorflow.Core.Framework.StepStats.StepStats
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "maybe'stepStats" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.StepStats.StepStats)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "costGraph" Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "maybe'costGraph" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.CostGraph.CostGraphDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "partitionGraphs" [Proto.Tensorflow.Core.Framework.Graph.GraphDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "vec'partitionGraphs" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Graph.GraphDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "functionGraphs" [Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata "vec'functionGraphs" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RunMetadata
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs "partitionGraphs" [Proto.Tensorflow.Core.Framework.Graph.GraphDef]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs "vec'partitionGraphs" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.Graph.GraphDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs "preOptimizationGraph" Proto.Tensorflow.Core.Framework.Graph.GraphDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs "maybe'preOptimizationGraph" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Graph.GraphDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs "postOptimizationGraph" Proto.Tensorflow.Core.Framework.Graph.GraphDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs "maybe'postOptimizationGraph" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Graph.GraphDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RunMetadata'FunctionGraphs
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RPCOptions "useRpcForInprocessMaster" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RPCOptions "compressionAlgorithm" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RPCOptions "compressionLevel" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RPCOptions "cacheRpcResponse" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.RPCOptions "disableSessionConnectionSharing" GHC.Types.Bool
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.RPCOptions
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "enableRecvScheduling" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "optimizerOptions" Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "maybe'optimizerOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "buildCostModel" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "buildCostModelAfter" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "inferShapes" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "placePrunedGraph" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "enableBfloat16Sendrecv" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "timelineStep" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "rewriteOptions" Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GraphOptions "maybe'rewriteOptions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.RewriterConfig.RewriterConfig)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.GraphOptions
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions "doCommonSubexpressionElimination" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions "doConstantFolding" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions "maxFoldedConstantInBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions "doFunctionInlining" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions "optLevel" Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions "globalJitLevel" Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'Level
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.OptimizerOptions'GlobalJitLevel
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "perProcessGpuMemoryFraction" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "allowGrowth" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "allocatorType" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "deferredDeletionBytes" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "visibleDeviceList" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "pollingActiveDelayUsecs" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "pollingInactiveDelayMsecs" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "forceGpuCompatible" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "experimental" Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions "maybe'experimental" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.GPUOptions
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "virtualDevices" [Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "vec'virtualDevices" (Data.Vector.Vector Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "useUnifiedMemory" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "numDevToDevCopyStreams" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "collectiveRingOrder" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "timestampedAllocator" GHC.Types.Bool
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "kernelTrackerMaxInterval" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "kernelTrackerMaxBytes" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental "kernelTrackerMaxPending" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices "memoryLimitMb" [GHC.Types.Float]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices "vec'memoryLimitMb" (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices "priority" [GHC.Int.Int32]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices "vec'priority" (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.GPUOptions'Experimental'VirtualDevices
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry "value" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.ConfigProto'DeviceCountEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FetchDevicesEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.Config.CallableOptions'FeedDevicesEntry
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.TensorflowServer_Fields
|
|
cluster :: forall f s a. (Functor f, HasField s "cluster" a) => LensLike' f s a
|
|
clusterDeviceFilters :: forall f s a. (Functor f, HasField s "clusterDeviceFilters" a) => LensLike' f s a
|
|
defaultSessionConfig :: forall f s a. (Functor f, HasField s "defaultSessionConfig" a) => LensLike' f s a
|
|
jobName :: forall f s a. (Functor f, HasField s "jobName" a) => LensLike' f s a
|
|
maybe'cluster :: forall f s a. (Functor f, HasField s "maybe'cluster" a) => LensLike' f s a
|
|
maybe'clusterDeviceFilters :: forall f s a. (Functor f, HasField s "maybe'clusterDeviceFilters" a) => LensLike' f s a
|
|
maybe'defaultSessionConfig :: forall f s a. (Functor f, HasField s "maybe'defaultSessionConfig" a) => LensLike' f s a
|
|
port :: forall f s a. (Functor f, HasField s "port" a) => LensLike' f s a
|
|
protocol :: forall f s a. (Functor f, HasField s "protocol" a) => LensLike' f s a
|
|
taskIndex :: forall f s a. (Functor f, HasField s "taskIndex" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Protobuf.TensorflowServer
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>cluster</a> <tt>:: Lens' ServerDef
|
|
-- Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef</tt></li>
|
|
-- <li><a>maybe'cluster</a> <tt>:: Lens' ServerDef (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef)</tt></li>
|
|
-- <li><a>jobName</a> <tt>:: Lens' ServerDef Data.Text.Text</tt></li>
|
|
-- <li><a>taskIndex</a> <tt>:: Lens' ServerDef Data.Int.Int32</tt></li>
|
|
-- <li><a>defaultSessionConfig</a> <tt>:: Lens' ServerDef
|
|
-- Proto.Tensorflow.Core.Protobuf.Config.ConfigProto</tt></li>
|
|
-- <li><a>maybe'defaultSessionConfig</a> <tt>:: Lens' ServerDef
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.Config.ConfigProto)</tt></li>
|
|
-- <li><a>protocol</a> <tt>:: Lens' ServerDef Data.Text.Text</tt></li>
|
|
-- <li><a>port</a> <tt>:: Lens' ServerDef Data.Int.Int32</tt></li>
|
|
-- <li><a>clusterDeviceFilters</a> <tt>:: Lens' ServerDef
|
|
-- Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters</tt></li>
|
|
-- <li><a>maybe'clusterDeviceFilters</a> <tt>:: Lens' ServerDef
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters)</tt></li>
|
|
-- </ul>
|
|
data ServerDef
|
|
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 Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "cluster" Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "maybe'cluster" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Cluster.ClusterDef)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "jobName" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "taskIndex" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "defaultSessionConfig" Proto.Tensorflow.Core.Protobuf.Config.ConfigProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "maybe'defaultSessionConfig" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.Config.ConfigProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "protocol" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "port" GHC.Int.Int32
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "clusterDeviceFilters" Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef "maybe'clusterDeviceFilters" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Protobuf.DeviceFilters.ClusterDeviceFilters)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Protobuf.TensorflowServer.ServerDef
|
|
|
|
module Proto.Tensorflow.Core.Util.Event
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>wallTime</a> <tt>:: Lens' Event Prelude.Double</tt></li>
|
|
-- <li><a>step</a> <tt>:: Lens' Event Data.Int.Int64</tt></li>
|
|
-- <li><a>maybe'what</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- Event'What)</tt></li>
|
|
-- <li><a>maybe'fileVersion</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>fileVersion</a> <tt>:: Lens' Event Data.Text.Text</tt></li>
|
|
-- <li><a>maybe'graphDef</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- Data.ByteString.ByteString)</tt></li>
|
|
-- <li><a>graphDef</a> <tt>:: Lens' Event
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- <li><a>maybe'summary</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Summary.Summary)</tt></li>
|
|
-- <li><a>summary</a> <tt>:: Lens' Event
|
|
-- Proto.Tensorflow.Core.Framework.Summary.Summary</tt></li>
|
|
-- <li><a>maybe'logMessage</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- LogMessage)</tt></li>
|
|
-- <li><a>logMessage</a> <tt>:: Lens' Event LogMessage</tt></li>
|
|
-- <li><a>maybe'sessionLog</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- SessionLog)</tt></li>
|
|
-- <li><a>sessionLog</a> <tt>:: Lens' Event SessionLog</tt></li>
|
|
-- <li><a>maybe'taggedRunMetadata</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- TaggedRunMetadata)</tt></li>
|
|
-- <li><a>taggedRunMetadata</a> <tt>:: Lens' Event
|
|
-- TaggedRunMetadata</tt></li>
|
|
-- <li><a>maybe'metaGraphDef</a> <tt>:: Lens' Event (Prelude.Maybe
|
|
-- Data.ByteString.ByteString)</tt></li>
|
|
-- <li><a>metaGraphDef</a> <tt>:: Lens' Event
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- </ul>
|
|
data Event
|
|
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
|
|
_Event'FileVersion :: Prism' Event'What Text
|
|
_Event'GraphDef :: Prism' Event'What ByteString
|
|
_Event'Summary :: Prism' Event'What Summary
|
|
_Event'LogMessage :: Prism' Event'What LogMessage
|
|
_Event'SessionLog :: Prism' Event'What SessionLog
|
|
_Event'TaggedRunMetadata :: Prism' Event'What TaggedRunMetadata
|
|
_Event'MetaGraphDef :: Prism' Event'What ByteString
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>level</a> <tt>:: Lens' LogMessage LogMessage'Level</tt></li>
|
|
-- <li><a>message</a> <tt>:: Lens' LogMessage Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data LogMessage
|
|
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
|
|
LogMessage'Level'Unrecognized :: !LogMessage'Level'UnrecognizedValue -> LogMessage'Level
|
|
data LogMessage'Level
|
|
data LogMessage'Level'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>exitCode</a> <tt>:: Lens' RequestedExitCode
|
|
-- Data.Int.Int32</tt></li>
|
|
-- </ul>
|
|
data RequestedExitCode
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>status</a> <tt>:: Lens' SessionLog
|
|
-- SessionLog'SessionStatus</tt></li>
|
|
-- <li><a>checkpointPath</a> <tt>:: Lens' SessionLog
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>msg</a> <tt>:: Lens' SessionLog Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data SessionLog
|
|
data SessionLog'SessionStatus
|
|
SessionLog'STATUS_UNSPECIFIED :: SessionLog'SessionStatus
|
|
SessionLog'START :: SessionLog'SessionStatus
|
|
SessionLog'STOP :: SessionLog'SessionStatus
|
|
SessionLog'CHECKPOINT :: SessionLog'SessionStatus
|
|
SessionLog'SessionStatus'Unrecognized :: !SessionLog'SessionStatus'UnrecognizedValue -> SessionLog'SessionStatus
|
|
data SessionLog'SessionStatus
|
|
data SessionLog'SessionStatus'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>tag</a> <tt>:: Lens' TaggedRunMetadata Data.Text.Text</tt></li>
|
|
-- <li><a>runMetadata</a> <tt>:: Lens' TaggedRunMetadata
|
|
-- Data.ByteString.ByteString</tt></li>
|
|
-- </ul>
|
|
data TaggedRunMetadata
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>timeoutMs</a> <tt>:: Lens' WatchdogConfig
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data WatchdogConfig
|
|
data WorkerHealth
|
|
OK :: WorkerHealth
|
|
RECEIVED_SHUTDOWN_SIGNAL :: WorkerHealth
|
|
INTERNAL_ERROR :: WorkerHealth
|
|
SHUTTING_DOWN :: WorkerHealth
|
|
WorkerHealth'Unrecognized :: !WorkerHealth'UnrecognizedValue -> WorkerHealth
|
|
data WorkerHealth
|
|
data WorkerHealth'UnrecognizedValue
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>shutdownMode</a> <tt>:: Lens' WorkerHeartbeatRequest
|
|
-- WorkerShutdownMode</tt></li>
|
|
-- <li><a>watchdogConfig</a> <tt>:: Lens' WorkerHeartbeatRequest
|
|
-- WatchdogConfig</tt></li>
|
|
-- <li><a>maybe'watchdogConfig</a> <tt>:: Lens' WorkerHeartbeatRequest
|
|
-- (Prelude.Maybe WatchdogConfig)</tt></li>
|
|
-- <li><a>exitCode</a> <tt>:: Lens' WorkerHeartbeatRequest
|
|
-- RequestedExitCode</tt></li>
|
|
-- <li><a>maybe'exitCode</a> <tt>:: Lens' WorkerHeartbeatRequest
|
|
-- (Prelude.Maybe RequestedExitCode)</tt></li>
|
|
-- </ul>
|
|
data WorkerHeartbeatRequest
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>healthStatus</a> <tt>:: Lens' WorkerHeartbeatResponse
|
|
-- WorkerHealth</tt></li>
|
|
-- <li><a>workerLog</a> <tt>:: Lens' WorkerHeartbeatResponse
|
|
-- [Event]</tt></li>
|
|
-- <li><a>vec'workerLog</a> <tt>:: Lens' WorkerHeartbeatResponse
|
|
-- (Data.Vector.Vector Event)</tt></li>
|
|
-- <li><a>hostname</a> <tt>:: Lens' WorkerHeartbeatResponse
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data WorkerHeartbeatResponse
|
|
data WorkerShutdownMode
|
|
DEFAULT :: WorkerShutdownMode
|
|
NOT_CONFIGURED :: WorkerShutdownMode
|
|
WAIT_FOR_COORDINATOR :: WorkerShutdownMode
|
|
SHUTDOWN_AFTER_TIMEOUT :: WorkerShutdownMode
|
|
WorkerShutdownMode'Unrecognized :: !WorkerShutdownMode'UnrecognizedValue -> WorkerShutdownMode
|
|
data WorkerShutdownMode
|
|
data WorkerShutdownMode'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerHealth'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WorkerHealth'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.WorkerHealth'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.WatchdogConfig
|
|
instance GHC.Classes.Eq 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.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.Classes.Ord Proto.Tensorflow.Core.Util.Event.SessionLog
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.RequestedExitCode
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.RequestedExitCode
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.LogMessage
|
|
instance GHC.Classes.Eq 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 GHC.Show.Show Proto.Tensorflow.Core.Util.Event.LogMessage'Level'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.Event.LogMessage'Level'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.Event.LogMessage'Level'UnrecognizedValue
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest "shutdownMode" Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest "watchdogConfig" Proto.Tensorflow.Core.Util.Event.WatchdogConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest "maybe'watchdogConfig" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.Event.WatchdogConfig)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest "exitCode" Proto.Tensorflow.Core.Util.Event.RequestedExitCode
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest "maybe'exitCode" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.Event.RequestedExitCode)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatRequest
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.WorkerShutdownMode
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse "healthStatus" Proto.Tensorflow.Core.Util.Event.WorkerHealth
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse "workerLog" [Proto.Tensorflow.Core.Util.Event.Event]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse "vec'workerLog" (Data.Vector.Vector Proto.Tensorflow.Core.Util.Event.Event)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse "hostname" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.WorkerHeartbeatResponse
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.WorkerHealth
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.WorkerHealth
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.WorkerHealth
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.WorkerHealth
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.WorkerHealth
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.WatchdogConfig
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.WatchdogConfig "timeoutMs" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.WatchdogConfig
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.WatchdogConfig
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.Event
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "wallTime" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "step" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'what" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.Event.Event'What)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'fileVersion" (GHC.Maybe.Maybe Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "fileVersion" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'graphDef" (GHC.Maybe.Maybe Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "graphDef" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'summary" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Summary.Summary)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "summary" Proto.Tensorflow.Core.Framework.Summary.Summary
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'logMessage" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.Event.LogMessage)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "logMessage" Proto.Tensorflow.Core.Util.Event.LogMessage
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'sessionLog" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.Event.SessionLog)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "sessionLog" Proto.Tensorflow.Core.Util.Event.SessionLog
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'taggedRunMetadata" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "taggedRunMetadata" Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "maybe'metaGraphDef" (GHC.Maybe.Maybe Data.ByteString.Internal.ByteString)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.Event "metaGraphDef" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.Event
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.Event
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.Event'What
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata "tag" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata "runMetadata" Data.ByteString.Internal.ByteString
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.TaggedRunMetadata
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.SessionLog
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.SessionLog "status" Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.SessionLog "checkpointPath" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.SessionLog "msg" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.SessionLog
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.SessionLog
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.SessionLog'SessionStatus
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.RequestedExitCode
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.RequestedExitCode "exitCode" GHC.Int.Int32
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.RequestedExitCode
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.RequestedExitCode
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.Event.LogMessage
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.LogMessage "level" Proto.Tensorflow.Core.Util.Event.LogMessage'Level
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.Event.LogMessage "message" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.Event.LogMessage
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.LogMessage
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.Event.LogMessage'Level
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.Event.LogMessage'Level
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.Event.LogMessage'Level
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.Event.LogMessage'Level
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.Event.LogMessage'Level
|
|
|
|
module Proto.Tensorflow.Core.Util.Event_Fields
|
|
checkpointPath :: forall f s a. (Functor f, HasField s "checkpointPath" a) => LensLike' f s a
|
|
exitCode :: forall f s a. (Functor f, HasField s "exitCode" a) => LensLike' f s a
|
|
fileVersion :: forall f s a. (Functor f, HasField s "fileVersion" a) => LensLike' f s a
|
|
graphDef :: forall f s a. (Functor f, HasField s "graphDef" a) => LensLike' f s a
|
|
healthStatus :: forall f s a. (Functor f, HasField s "healthStatus" a) => LensLike' f s a
|
|
hostname :: forall f s a. (Functor f, HasField s "hostname" a) => LensLike' f s a
|
|
level :: forall f s a. (Functor f, HasField s "level" a) => LensLike' f s a
|
|
logMessage :: forall f s a. (Functor f, HasField s "logMessage" a) => LensLike' f s a
|
|
maybe'exitCode :: forall f s a. (Functor f, HasField s "maybe'exitCode" a) => LensLike' f s a
|
|
maybe'fileVersion :: forall f s a. (Functor f, HasField s "maybe'fileVersion" a) => LensLike' f s a
|
|
maybe'graphDef :: forall f s a. (Functor f, HasField s "maybe'graphDef" a) => LensLike' f s a
|
|
maybe'logMessage :: forall f s a. (Functor f, HasField s "maybe'logMessage" a) => LensLike' f s a
|
|
maybe'metaGraphDef :: forall f s a. (Functor f, HasField s "maybe'metaGraphDef" a) => LensLike' f s a
|
|
maybe'sessionLog :: forall f s a. (Functor f, HasField s "maybe'sessionLog" a) => LensLike' f s a
|
|
maybe'summary :: forall f s a. (Functor f, HasField s "maybe'summary" a) => LensLike' f s a
|
|
maybe'taggedRunMetadata :: forall f s a. (Functor f, HasField s "maybe'taggedRunMetadata" a) => LensLike' f s a
|
|
maybe'watchdogConfig :: forall f s a. (Functor f, HasField s "maybe'watchdogConfig" a) => LensLike' f s a
|
|
maybe'what :: forall f s a. (Functor f, HasField s "maybe'what" a) => LensLike' f s a
|
|
message :: forall f s a. (Functor f, HasField s "message" a) => LensLike' f s a
|
|
metaGraphDef :: forall f s a. (Functor f, HasField s "metaGraphDef" a) => LensLike' f s a
|
|
msg :: forall f s a. (Functor f, HasField s "msg" a) => LensLike' f s a
|
|
runMetadata :: forall f s a. (Functor f, HasField s "runMetadata" a) => LensLike' f s a
|
|
sessionLog :: forall f s a. (Functor f, HasField s "sessionLog" a) => LensLike' f s a
|
|
shutdownMode :: forall f s a. (Functor f, HasField s "shutdownMode" a) => LensLike' f s a
|
|
status :: forall f s a. (Functor f, HasField s "status" a) => LensLike' f s a
|
|
step :: forall f s a. (Functor f, HasField s "step" a) => LensLike' f s a
|
|
summary :: forall f s a. (Functor f, HasField s "summary" a) => LensLike' f s a
|
|
tag :: forall f s a. (Functor f, HasField s "tag" a) => LensLike' f s a
|
|
taggedRunMetadata :: forall f s a. (Functor f, HasField s "taggedRunMetadata" a) => LensLike' f s a
|
|
timeoutMs :: forall f s a. (Functor f, HasField s "timeoutMs" a) => LensLike' f s a
|
|
vec'workerLog :: forall f s a. (Functor f, HasField s "vec'workerLog" a) => LensLike' f s a
|
|
wallTime :: forall f s a. (Functor f, HasField s "wallTime" a) => LensLike' f s a
|
|
watchdogConfig :: forall f s a. (Functor f, HasField s "watchdogConfig" a) => LensLike' f s a
|
|
workerLog :: forall f s a. (Functor f, HasField s "workerLog" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Util.MemmappedFileSystem
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>element</a> <tt>:: Lens' MemmappedFileSystemDirectory
|
|
-- [MemmappedFileSystemDirectoryElement]</tt></li>
|
|
-- <li><a>vec'element</a> <tt>:: Lens' MemmappedFileSystemDirectory
|
|
-- (Data.Vector.Vector MemmappedFileSystemDirectoryElement)</tt></li>
|
|
-- </ul>
|
|
data MemmappedFileSystemDirectory
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>offset</a> <tt>:: Lens' MemmappedFileSystemDirectoryElement
|
|
-- Data.Word.Word64</tt></li>
|
|
-- <li><a>name</a> <tt>:: Lens' MemmappedFileSystemDirectoryElement
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>length</a> <tt>:: Lens' MemmappedFileSystemDirectoryElement
|
|
-- Data.Word.Word64</tt></li>
|
|
-- </ul>
|
|
data MemmappedFileSystemDirectoryElement
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
|
|
instance GHC.Classes.Eq 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.MemmappedFileSystemDirectory
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory "element" [Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory "vec'element" (Data.Vector.Vector Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectory
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement "offset" GHC.Word.Word64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement "length" GHC.Word.Word64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.MemmappedFileSystem.MemmappedFileSystemDirectoryElement
|
|
|
|
module Proto.Tensorflow.Core.Util.MemmappedFileSystem_Fields
|
|
element :: forall f s a. (Functor f, HasField s "element" a) => LensLike' f s a
|
|
length :: forall f s a. (Functor f, HasField s "length" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
offset :: forall f s a. (Functor f, HasField s "offset" a) => LensLike' f s a
|
|
vec'element :: forall f s a. (Functor f, HasField s "vec'element" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Util.SavedTensorSlice
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' SavedSlice Data.Text.Text</tt></li>
|
|
-- <li><a>slice</a> <tt>:: Lens' SavedSlice
|
|
-- Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto</tt></li>
|
|
-- <li><a>maybe'slice</a> <tt>:: Lens' SavedSlice (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)</tt></li>
|
|
-- <li><a>data'</a> <tt>:: Lens' SavedSlice
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto</tt></li>
|
|
-- <li><a>maybe'data'</a> <tt>:: Lens' SavedSlice (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Tensor.TensorProto)</tt></li>
|
|
-- </ul>
|
|
data SavedSlice
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' SavedSliceMeta Data.Text.Text</tt></li>
|
|
-- <li><a>shape</a> <tt>:: Lens' SavedSliceMeta
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto</tt></li>
|
|
-- <li><a>maybe'shape</a> <tt>:: Lens' SavedSliceMeta (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' SavedSliceMeta
|
|
-- Proto.Tensorflow.Core.Framework.Types.DataType</tt></li>
|
|
-- <li><a>slice</a> <tt>:: Lens' SavedSliceMeta
|
|
-- [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto]</tt></li>
|
|
-- <li><a>vec'slice</a> <tt>:: Lens' SavedSliceMeta (Data.Vector.Vector
|
|
-- Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)</tt></li>
|
|
-- </ul>
|
|
data SavedSliceMeta
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>tensor</a> <tt>:: Lens' SavedTensorSliceMeta
|
|
-- [SavedSliceMeta]</tt></li>
|
|
-- <li><a>vec'tensor</a> <tt>:: Lens' SavedTensorSliceMeta
|
|
-- (Data.Vector.Vector SavedSliceMeta)</tt></li>
|
|
-- <li><a>versions</a> <tt>:: Lens' SavedTensorSliceMeta
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef</tt></li>
|
|
-- <li><a>maybe'versions</a> <tt>:: Lens' SavedTensorSliceMeta
|
|
-- (Prelude.Maybe
|
|
-- Proto.Tensorflow.Core.Framework.Versions.VersionDef)</tt></li>
|
|
-- </ul>
|
|
data SavedTensorSliceMeta
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>meta</a> <tt>:: Lens' SavedTensorSlices
|
|
-- SavedTensorSliceMeta</tt></li>
|
|
-- <li><a>maybe'meta</a> <tt>:: Lens' SavedTensorSlices (Prelude.Maybe
|
|
-- SavedTensorSliceMeta)</tt></li>
|
|
-- <li><a>data'</a> <tt>:: Lens' SavedTensorSlices SavedSlice</tt></li>
|
|
-- <li><a>maybe'data'</a> <tt>:: Lens' SavedTensorSlices (Prelude.Maybe
|
|
-- SavedSlice)</tt></li>
|
|
-- </ul>
|
|
data SavedTensorSlices
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
|
|
instance GHC.Classes.Eq 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.SavedTensorSlices
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices "meta" Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices "maybe'meta" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices "data'" Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices "maybe'data'" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSlices
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta "tensor" [Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta "vec'tensor" (Data.Vector.Vector Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta "versions" Proto.Tensorflow.Core.Framework.Versions.VersionDef
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta "maybe'versions" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedTensorSliceMeta
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta "shape" Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta "maybe'shape" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta "type'" Proto.Tensorflow.Core.Framework.Types.DataType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta "slice" [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta "vec'slice" (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSliceMeta
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice "slice" Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice "maybe'slice" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice "data'" Proto.Tensorflow.Core.Framework.Tensor.TensorProto
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice "maybe'data'" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.SavedTensorSlice.SavedSlice
|
|
|
|
module Proto.Tensorflow.Core.Util.SavedTensorSlice_Fields
|
|
data' :: forall f s a. (Functor f, HasField s "data'" a) => LensLike' f s a
|
|
maybe'data' :: forall f s a. (Functor f, HasField s "maybe'data'" a) => LensLike' f s a
|
|
maybe'meta :: forall f s a. (Functor f, HasField s "maybe'meta" a) => LensLike' f s a
|
|
maybe'shape :: forall f s a. (Functor f, HasField s "maybe'shape" a) => LensLike' f s a
|
|
maybe'slice :: forall f s a. (Functor f, HasField s "maybe'slice" a) => LensLike' f s a
|
|
maybe'versions :: forall f s a. (Functor f, HasField s "maybe'versions" a) => LensLike' f s a
|
|
meta :: forall f s a. (Functor f, HasField s "meta" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
shape :: forall f s a. (Functor f, HasField s "shape" a) => LensLike' f s a
|
|
slice :: forall f s a. (Functor f, HasField s "slice" a) => LensLike' f s a
|
|
tensor :: forall f s a. (Functor f, HasField s "tensor" a) => LensLike' f s a
|
|
type' :: forall f s a. (Functor f, HasField s "type'" a) => LensLike' f s a
|
|
vec'slice :: forall f s a. (Functor f, HasField s "vec'slice" a) => LensLike' f s a
|
|
vec'tensor :: forall f s a. (Functor f, HasField s "vec'tensor" a) => LensLike' f s a
|
|
versions :: forall f s a. (Functor f, HasField s "versions" a) => LensLike' f s a
|
|
|
|
module Proto.Tensorflow.Core.Util.TestLog
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' AvailableDeviceInfo
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>type'</a> <tt>:: Lens' AvailableDeviceInfo
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>memoryLimit</a> <tt>:: Lens' AvailableDeviceInfo
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>physicalDescription</a> <tt>:: Lens' AvailableDeviceInfo
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data AvailableDeviceInfo
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>entry</a> <tt>:: Lens' BenchmarkEntries
|
|
-- [BenchmarkEntry]</tt></li>
|
|
-- <li><a>vec'entry</a> <tt>:: Lens' BenchmarkEntries (Data.Vector.Vector
|
|
-- BenchmarkEntry)</tt></li>
|
|
-- </ul>
|
|
data BenchmarkEntries
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' BenchmarkEntry Data.Text.Text</tt></li>
|
|
-- <li><a>iters</a> <tt>:: Lens' BenchmarkEntry Data.Int.Int64</tt></li>
|
|
-- <li><a>cpuTime</a> <tt>:: Lens' BenchmarkEntry
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>wallTime</a> <tt>:: Lens' BenchmarkEntry
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>throughput</a> <tt>:: Lens' BenchmarkEntry
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>extras</a> <tt>:: Lens' BenchmarkEntry (Data.Map.Map
|
|
-- Data.Text.Text EntryValue)</tt></li>
|
|
-- <li><a>metrics</a> <tt>:: Lens' BenchmarkEntry [MetricEntry]</tt></li>
|
|
-- <li><a>vec'metrics</a> <tt>:: Lens' BenchmarkEntry (Data.Vector.Vector
|
|
-- MetricEntry)</tt></li>
|
|
-- </ul>
|
|
data BenchmarkEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' BenchmarkEntry'ExtrasEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' BenchmarkEntry'ExtrasEntry
|
|
-- EntryValue</tt></li>
|
|
-- <li><a>maybe'value</a> <tt>:: Lens' BenchmarkEntry'ExtrasEntry
|
|
-- (Prelude.Maybe EntryValue)</tt></li>
|
|
-- </ul>
|
|
data BenchmarkEntry'ExtrasEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>mode</a> <tt>:: Lens' BuildConfiguration
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>ccFlags</a> <tt>:: Lens' BuildConfiguration
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'ccFlags</a> <tt>:: Lens' BuildConfiguration
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>opts</a> <tt>:: Lens' BuildConfiguration
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'opts</a> <tt>:: Lens' BuildConfiguration
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data BuildConfiguration
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>numCores</a> <tt>:: Lens' CPUInfo Data.Int.Int64</tt></li>
|
|
-- <li><a>numCoresAllowed</a> <tt>:: Lens' CPUInfo
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>mhzPerCpu</a> <tt>:: Lens' CPUInfo Prelude.Double</tt></li>
|
|
-- <li><a>cpuInfo</a> <tt>:: Lens' CPUInfo Data.Text.Text</tt></li>
|
|
-- <li><a>cpuGovernor</a> <tt>:: Lens' CPUInfo Data.Text.Text</tt></li>
|
|
-- <li><a>cacheSize</a> <tt>:: Lens' CPUInfo (Data.Map.Map Data.Text.Text
|
|
-- Data.Int.Int64)</tt></li>
|
|
-- </ul>
|
|
data CPUInfo
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' CPUInfo'CacheSizeEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' CPUInfo'CacheSizeEntry
|
|
-- Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data CPUInfo'CacheSizeEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>snapshot</a> <tt>:: Lens' CommitId Data.Text.Text</tt></li>
|
|
-- <li><a>pendingChangelist</a> <tt>:: Lens' CommitId
|
|
-- Data.Int.Int64</tt></li>
|
|
-- <li><a>maybe'kind</a> <tt>:: Lens' CommitId (Prelude.Maybe
|
|
-- CommitId'Kind)</tt></li>
|
|
-- <li><a>maybe'changelist</a> <tt>:: Lens' CommitId (Prelude.Maybe
|
|
-- Data.Int.Int64)</tt></li>
|
|
-- <li><a>changelist</a> <tt>:: Lens' CommitId Data.Int.Int64</tt></li>
|
|
-- <li><a>maybe'hash</a> <tt>:: Lens' CommitId (Prelude.Maybe
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>hash</a> <tt>:: Lens' CommitId Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data CommitId
|
|
data CommitId'Kind
|
|
CommitId'Changelist :: !Int64 -> CommitId'Kind
|
|
CommitId'Hash :: !Text -> CommitId'Kind
|
|
_CommitId'Changelist :: Prism' CommitId'Kind Int64
|
|
_CommitId'Hash :: Prism' CommitId'Kind Text
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>maybe'kind</a> <tt>:: Lens' EntryValue (Prelude.Maybe
|
|
-- EntryValue'Kind)</tt></li>
|
|
-- <li><a>maybe'doubleValue</a> <tt>:: Lens' EntryValue (Prelude.Maybe
|
|
-- Prelude.Double)</tt></li>
|
|
-- <li><a>doubleValue</a> <tt>:: Lens' EntryValue
|
|
-- Prelude.Double</tt></li>
|
|
-- <li><a>maybe'stringValue</a> <tt>:: Lens' EntryValue (Prelude.Maybe
|
|
-- Data.Text.Text)</tt></li>
|
|
-- <li><a>stringValue</a> <tt>:: Lens' EntryValue
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data EntryValue
|
|
data EntryValue'Kind
|
|
EntryValue'DoubleValue :: !Double -> EntryValue'Kind
|
|
EntryValue'StringValue :: !Text -> EntryValue'Kind
|
|
_EntryValue'DoubleValue :: Prism' EntryValue'Kind Double
|
|
_EntryValue'StringValue :: Prism' EntryValue'Kind Text
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>model</a> <tt>:: Lens' GPUInfo Data.Text.Text</tt></li>
|
|
-- <li><a>uuid</a> <tt>:: Lens' GPUInfo Data.Text.Text</tt></li>
|
|
-- <li><a>busId</a> <tt>:: Lens' GPUInfo Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data GPUInfo
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>hostname</a> <tt>:: Lens' MachineConfiguration
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>serialIdentifier</a> <tt>:: Lens' MachineConfiguration
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>platformInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- PlatformInfo</tt></li>
|
|
-- <li><a>maybe'platformInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- (Prelude.Maybe PlatformInfo)</tt></li>
|
|
-- <li><a>cpuInfo</a> <tt>:: Lens' MachineConfiguration CPUInfo</tt></li>
|
|
-- <li><a>maybe'cpuInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- (Prelude.Maybe CPUInfo)</tt></li>
|
|
-- <li><a>deviceInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- [Proto.Google.Protobuf.Any.Any]</tt></li>
|
|
-- <li><a>vec'deviceInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- (Data.Vector.Vector Proto.Google.Protobuf.Any.Any)</tt></li>
|
|
-- <li><a>availableDeviceInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- [AvailableDeviceInfo]</tt></li>
|
|
-- <li><a>vec'availableDeviceInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- (Data.Vector.Vector AvailableDeviceInfo)</tt></li>
|
|
-- <li><a>memoryInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- MemoryInfo</tt></li>
|
|
-- <li><a>maybe'memoryInfo</a> <tt>:: Lens' MachineConfiguration
|
|
-- (Prelude.Maybe MemoryInfo)</tt></li>
|
|
-- </ul>
|
|
data MachineConfiguration
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>total</a> <tt>:: Lens' MemoryInfo Data.Int.Int64</tt></li>
|
|
-- <li><a>available</a> <tt>:: Lens' MemoryInfo Data.Int.Int64</tt></li>
|
|
-- </ul>
|
|
data MemoryInfo
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>name</a> <tt>:: Lens' MetricEntry Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' MetricEntry Prelude.Double</tt></li>
|
|
-- <li><a>minValue</a> <tt>:: Lens' MetricEntry
|
|
-- Proto.Google.Protobuf.Wrappers.DoubleValue</tt></li>
|
|
-- <li><a>maybe'minValue</a> <tt>:: Lens' MetricEntry (Prelude.Maybe
|
|
-- Proto.Google.Protobuf.Wrappers.DoubleValue)</tt></li>
|
|
-- <li><a>maxValue</a> <tt>:: Lens' MetricEntry
|
|
-- Proto.Google.Protobuf.Wrappers.DoubleValue</tt></li>
|
|
-- <li><a>maybe'maxValue</a> <tt>:: Lens' MetricEntry (Prelude.Maybe
|
|
-- Proto.Google.Protobuf.Wrappers.DoubleValue)</tt></li>
|
|
-- </ul>
|
|
data MetricEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>bits</a> <tt>:: Lens' PlatformInfo Data.Text.Text</tt></li>
|
|
-- <li><a>linkage</a> <tt>:: Lens' PlatformInfo Data.Text.Text</tt></li>
|
|
-- <li><a>machine</a> <tt>:: Lens' PlatformInfo Data.Text.Text</tt></li>
|
|
-- <li><a>release</a> <tt>:: Lens' PlatformInfo Data.Text.Text</tt></li>
|
|
-- <li><a>system</a> <tt>:: Lens' PlatformInfo Data.Text.Text</tt></li>
|
|
-- <li><a>version</a> <tt>:: Lens' PlatformInfo Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data PlatformInfo
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>argument</a> <tt>:: Lens' RunConfiguration
|
|
-- [Data.Text.Text]</tt></li>
|
|
-- <li><a>vec'argument</a> <tt>:: Lens' RunConfiguration
|
|
-- (Data.Vector.Vector Data.Text.Text)</tt></li>
|
|
-- <li><a>envVars</a> <tt>:: Lens' RunConfiguration (Data.Map.Map
|
|
-- Data.Text.Text Data.Text.Text)</tt></li>
|
|
-- </ul>
|
|
data RunConfiguration
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>key</a> <tt>:: Lens' RunConfiguration'EnvVarsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- <li><a>value</a> <tt>:: Lens' RunConfiguration'EnvVarsEntry
|
|
-- Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data RunConfiguration'EnvVarsEntry
|
|
|
|
-- | Fields :
|
|
--
|
|
-- <ul>
|
|
-- <li><a>target</a> <tt>:: Lens' TestResults Data.Text.Text</tt></li>
|
|
-- <li><a>entries</a> <tt>:: Lens' TestResults BenchmarkEntries</tt></li>
|
|
-- <li><a>maybe'entries</a> <tt>:: Lens' TestResults (Prelude.Maybe
|
|
-- BenchmarkEntries)</tt></li>
|
|
-- <li><a>buildConfiguration</a> <tt>:: Lens' TestResults
|
|
-- BuildConfiguration</tt></li>
|
|
-- <li><a>maybe'buildConfiguration</a> <tt>:: Lens' TestResults
|
|
-- (Prelude.Maybe BuildConfiguration)</tt></li>
|
|
-- <li><a>commitId</a> <tt>:: Lens' TestResults CommitId</tt></li>
|
|
-- <li><a>maybe'commitId</a> <tt>:: Lens' TestResults (Prelude.Maybe
|
|
-- CommitId)</tt></li>
|
|
-- <li><a>startTime</a> <tt>:: Lens' TestResults Data.Int.Int64</tt></li>
|
|
-- <li><a>runTime</a> <tt>:: Lens' TestResults Prelude.Double</tt></li>
|
|
-- <li><a>machineConfiguration</a> <tt>:: Lens' TestResults
|
|
-- MachineConfiguration</tt></li>
|
|
-- <li><a>maybe'machineConfiguration</a> <tt>:: Lens' TestResults
|
|
-- (Prelude.Maybe MachineConfiguration)</tt></li>
|
|
-- <li><a>runConfiguration</a> <tt>:: Lens' TestResults
|
|
-- RunConfiguration</tt></li>
|
|
-- <li><a>maybe'runConfiguration</a> <tt>:: Lens' TestResults
|
|
-- (Prelude.Maybe RunConfiguration)</tt></li>
|
|
-- <li><a>name</a> <tt>:: Lens' TestResults Data.Text.Text</tt></li>
|
|
-- <li><a>benchmarkType</a> <tt>:: Lens' TestResults
|
|
-- TestResults'BenchmarkType</tt></li>
|
|
-- <li><a>runMode</a> <tt>:: Lens' TestResults Data.Text.Text</tt></li>
|
|
-- <li><a>tfVersion</a> <tt>:: Lens' TestResults Data.Text.Text</tt></li>
|
|
-- </ul>
|
|
data TestResults
|
|
data TestResults'BenchmarkType
|
|
TestResults'UNKNOWN :: TestResults'BenchmarkType
|
|
TestResults'CPP_MICROBENCHMARK :: TestResults'BenchmarkType
|
|
TestResults'PYTHON_BENCHMARK :: TestResults'BenchmarkType
|
|
TestResults'ANDROID_BENCHMARK :: TestResults'BenchmarkType
|
|
TestResults'EDGE_BENCHMARK :: TestResults'BenchmarkType
|
|
TestResults'IOS_BENCHMARK :: TestResults'BenchmarkType
|
|
TestResults'BenchmarkType'Unrecognized :: !TestResults'BenchmarkType'UnrecognizedValue -> TestResults'BenchmarkType
|
|
data TestResults'BenchmarkType
|
|
data TestResults'BenchmarkType'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.TestResults
|
|
instance GHC.Classes.Eq 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.Show.Show Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType'UnrecognizedValue
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType'UnrecognizedValue
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.MetricEntry
|
|
instance GHC.Classes.Eq Proto.Tensorflow.Core.Util.TestLog.MetricEntry
|
|
instance GHC.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
|
|
instance GHC.Classes.Eq 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.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
|
|
instance GHC.Classes.Eq 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.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.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.Classes.Ord Proto.Tensorflow.Core.Util.TestLog.CPUInfo
|
|
instance GHC.Classes.Eq 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.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.TestResults
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "target" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "entries" Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "maybe'entries" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "buildConfiguration" Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "maybe'buildConfiguration" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "commitId" Proto.Tensorflow.Core.Util.TestLog.CommitId
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "maybe'commitId" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.CommitId)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "startTime" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "runTime" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "machineConfiguration" Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "maybe'machineConfiguration" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "runConfiguration" Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "maybe'runConfiguration" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.RunConfiguration)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "benchmarkType" Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "runMode" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.TestResults "tfVersion" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.TestResults
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.TestResults
|
|
instance Data.ProtoLens.Message.MessageEnum Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
|
|
instance GHC.Enum.Bounded Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
|
|
instance GHC.Enum.Enum Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
|
|
instance Data.ProtoLens.Message.FieldDefault Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.TestResults'BenchmarkType
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry "value" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.RunConfiguration'EnvVarsEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.RunConfiguration "argument" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.RunConfiguration "vec'argument" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.RunConfiguration "envVars" (Data.Map.Internal.Map Data.Text.Internal.Text Data.Text.Internal.Text)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.RunConfiguration
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "hostname" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "serialIdentifier" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "platformInfo" Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "maybe'platformInfo" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.PlatformInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "cpuInfo" Proto.Tensorflow.Core.Util.TestLog.CPUInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "maybe'cpuInfo" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.CPUInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "deviceInfo" [Proto.Google.Protobuf.Any.Any]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "vec'deviceInfo" (Data.Vector.Vector Proto.Google.Protobuf.Any.Any)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "availableDeviceInfo" [Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "vec'availableDeviceInfo" (Data.Vector.Vector Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "memoryInfo" Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration "maybe'memoryInfo" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.MemoryInfo)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.MachineConfiguration
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.PlatformInfo "bits" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.PlatformInfo "linkage" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.PlatformInfo "machine" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.PlatformInfo "release" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.PlatformInfo "system" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.PlatformInfo "version" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.PlatformInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries "entry" [Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries "vec'entry" (Data.Vector.Vector Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntries
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "iters" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "cpuTime" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "wallTime" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "throughput" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "extras" (Data.Map.Internal.Map Data.Text.Internal.Text Proto.Tensorflow.Core.Util.TestLog.EntryValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "metrics" [Proto.Tensorflow.Core.Util.TestLog.MetricEntry]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry "vec'metrics" (Data.Vector.Vector Proto.Tensorflow.Core.Util.TestLog.MetricEntry)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.MetricEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MetricEntry "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MetricEntry "value" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MetricEntry "minValue" Proto.Google.Protobuf.Wrappers.DoubleValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MetricEntry "maybe'minValue" (GHC.Maybe.Maybe Proto.Google.Protobuf.Wrappers.DoubleValue)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MetricEntry "maxValue" Proto.Google.Protobuf.Wrappers.DoubleValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MetricEntry "maybe'maxValue" (GHC.Maybe.Maybe Proto.Google.Protobuf.Wrappers.DoubleValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.MetricEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.MetricEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MemoryInfo "total" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.MemoryInfo "available" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.MemoryInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.GPUInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.GPUInfo "model" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.GPUInfo "uuid" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.GPUInfo "busId" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.GPUInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.GPUInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry "value" Proto.Tensorflow.Core.Util.TestLog.EntryValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry "maybe'value" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.EntryValue)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.BenchmarkEntry'ExtrasEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.EntryValue
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.EntryValue "maybe'kind" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.EntryValue "maybe'doubleValue" (GHC.Maybe.Maybe GHC.Types.Double)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.EntryValue "doubleValue" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.EntryValue "maybe'stringValue" (GHC.Maybe.Maybe Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.EntryValue "stringValue" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.EntryValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.EntryValue
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.EntryValue'Kind
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CommitId
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "snapshot" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "pendingChangelist" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "maybe'kind" (GHC.Maybe.Maybe Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "maybe'changelist" (GHC.Maybe.Maybe GHC.Int.Int64)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "changelist" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "maybe'hash" (GHC.Maybe.Maybe Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CommitId "hash" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.CommitId
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.CommitId
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.CommitId'Kind
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.CPUInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry "key" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry "value" GHC.Int.Int64
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.CPUInfo'CacheSizeEntry
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.CPUInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo "numCores" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo "numCoresAllowed" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo "mhzPerCpu" GHC.Types.Double
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo "cpuInfo" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo "cpuGovernor" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.CPUInfo "cacheSize" (Data.Map.Internal.Map Data.Text.Internal.Text GHC.Int.Int64)
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.CPUInfo
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration "mode" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration "ccFlags" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration "vec'ccFlags" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration "opts" [Data.Text.Internal.Text]
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration "vec'opts" (Data.Vector.Vector Data.Text.Internal.Text)
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.BuildConfiguration
|
|
instance GHC.Show.Show Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo "name" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo "type'" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo "memoryLimit" GHC.Int.Int64
|
|
instance Data.ProtoLens.Field.HasField Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo "physicalDescription" Data.Text.Internal.Text
|
|
instance Data.ProtoLens.Message.Message Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
|
|
instance Control.DeepSeq.NFData Proto.Tensorflow.Core.Util.TestLog.AvailableDeviceInfo
|
|
|
|
module Proto.Tensorflow.Core.Util.TestLog_Fields
|
|
argument :: forall f s a. (Functor f, HasField s "argument" a) => LensLike' f s a
|
|
available :: forall f s a. (Functor f, HasField s "available" a) => LensLike' f s a
|
|
availableDeviceInfo :: forall f s a. (Functor f, HasField s "availableDeviceInfo" a) => LensLike' f s a
|
|
benchmarkType :: forall f s a. (Functor f, HasField s "benchmarkType" a) => LensLike' f s a
|
|
bits :: forall f s a. (Functor f, HasField s "bits" a) => LensLike' f s a
|
|
buildConfiguration :: forall f s a. (Functor f, HasField s "buildConfiguration" a) => LensLike' f s a
|
|
busId :: forall f s a. (Functor f, HasField s "busId" a) => LensLike' f s a
|
|
cacheSize :: forall f s a. (Functor f, HasField s "cacheSize" a) => LensLike' f s a
|
|
ccFlags :: forall f s a. (Functor f, HasField s "ccFlags" a) => LensLike' f s a
|
|
changelist :: forall f s a. (Functor f, HasField s "changelist" a) => LensLike' f s a
|
|
commitId :: forall f s a. (Functor f, HasField s "commitId" a) => LensLike' f s a
|
|
cpuGovernor :: forall f s a. (Functor f, HasField s "cpuGovernor" a) => LensLike' f s a
|
|
cpuInfo :: forall f s a. (Functor f, HasField s "cpuInfo" a) => LensLike' f s a
|
|
cpuTime :: forall f s a. (Functor f, HasField s "cpuTime" a) => LensLike' f s a
|
|
deviceInfo :: forall f s a. (Functor f, HasField s "deviceInfo" a) => LensLike' f s a
|
|
doubleValue :: forall f s a. (Functor f, HasField s "doubleValue" a) => LensLike' f s a
|
|
entries :: forall f s a. (Functor f, HasField s "entries" a) => LensLike' f s a
|
|
entry :: forall f s a. (Functor f, HasField s "entry" a) => LensLike' f s a
|
|
envVars :: forall f s a. (Functor f, HasField s "envVars" a) => LensLike' f s a
|
|
extras :: forall f s a. (Functor f, HasField s "extras" a) => LensLike' f s a
|
|
hash :: forall f s a. (Functor f, HasField s "hash" a) => LensLike' f s a
|
|
hostname :: forall f s a. (Functor f, HasField s "hostname" a) => LensLike' f s a
|
|
iters :: forall f s a. (Functor f, HasField s "iters" a) => LensLike' f s a
|
|
key :: forall f s a. (Functor f, HasField s "key" a) => LensLike' f s a
|
|
linkage :: forall f s a. (Functor f, HasField s "linkage" a) => LensLike' f s a
|
|
machine :: forall f s a. (Functor f, HasField s "machine" a) => LensLike' f s a
|
|
machineConfiguration :: forall f s a. (Functor f, HasField s "machineConfiguration" a) => LensLike' f s a
|
|
maxValue :: forall f s a. (Functor f, HasField s "maxValue" a) => LensLike' f s a
|
|
maybe'buildConfiguration :: forall f s a. (Functor f, HasField s "maybe'buildConfiguration" a) => LensLike' f s a
|
|
maybe'changelist :: forall f s a. (Functor f, HasField s "maybe'changelist" a) => LensLike' f s a
|
|
maybe'commitId :: forall f s a. (Functor f, HasField s "maybe'commitId" a) => LensLike' f s a
|
|
maybe'cpuInfo :: forall f s a. (Functor f, HasField s "maybe'cpuInfo" a) => LensLike' f s a
|
|
maybe'doubleValue :: forall f s a. (Functor f, HasField s "maybe'doubleValue" a) => LensLike' f s a
|
|
maybe'entries :: forall f s a. (Functor f, HasField s "maybe'entries" a) => LensLike' f s a
|
|
maybe'hash :: forall f s a. (Functor f, HasField s "maybe'hash" a) => LensLike' f s a
|
|
maybe'kind :: forall f s a. (Functor f, HasField s "maybe'kind" a) => LensLike' f s a
|
|
maybe'machineConfiguration :: forall f s a. (Functor f, HasField s "maybe'machineConfiguration" a) => LensLike' f s a
|
|
maybe'maxValue :: forall f s a. (Functor f, HasField s "maybe'maxValue" a) => LensLike' f s a
|
|
maybe'memoryInfo :: forall f s a. (Functor f, HasField s "maybe'memoryInfo" a) => LensLike' f s a
|
|
maybe'minValue :: forall f s a. (Functor f, HasField s "maybe'minValue" a) => LensLike' f s a
|
|
maybe'platformInfo :: forall f s a. (Functor f, HasField s "maybe'platformInfo" a) => LensLike' f s a
|
|
maybe'runConfiguration :: forall f s a. (Functor f, HasField s "maybe'runConfiguration" a) => LensLike' f s a
|
|
maybe'stringValue :: forall f s a. (Functor f, HasField s "maybe'stringValue" a) => LensLike' f s a
|
|
maybe'value :: forall f s a. (Functor f, HasField s "maybe'value" a) => LensLike' f s a
|
|
memoryInfo :: forall f s a. (Functor f, HasField s "memoryInfo" a) => LensLike' f s a
|
|
memoryLimit :: forall f s a. (Functor f, HasField s "memoryLimit" a) => LensLike' f s a
|
|
metrics :: forall f s a. (Functor f, HasField s "metrics" a) => LensLike' f s a
|
|
mhzPerCpu :: forall f s a. (Functor f, HasField s "mhzPerCpu" a) => LensLike' f s a
|
|
minValue :: forall f s a. (Functor f, HasField s "minValue" a) => LensLike' f s a
|
|
mode :: forall f s a. (Functor f, HasField s "mode" a) => LensLike' f s a
|
|
model :: forall f s a. (Functor f, HasField s "model" a) => LensLike' f s a
|
|
name :: forall f s a. (Functor f, HasField s "name" a) => LensLike' f s a
|
|
numCores :: forall f s a. (Functor f, HasField s "numCores" a) => LensLike' f s a
|
|
numCoresAllowed :: forall f s a. (Functor f, HasField s "numCoresAllowed" a) => LensLike' f s a
|
|
opts :: forall f s a. (Functor f, HasField s "opts" a) => LensLike' f s a
|
|
pendingChangelist :: forall f s a. (Functor f, HasField s "pendingChangelist" a) => LensLike' f s a
|
|
physicalDescription :: forall f s a. (Functor f, HasField s "physicalDescription" a) => LensLike' f s a
|
|
platformInfo :: forall f s a. (Functor f, HasField s "platformInfo" a) => LensLike' f s a
|
|
release :: forall f s a. (Functor f, HasField s "release" a) => LensLike' f s a
|
|
runConfiguration :: forall f s a. (Functor f, HasField s "runConfiguration" a) => LensLike' f s a
|
|
runMode :: forall f s a. (Functor f, HasField s "runMode" a) => LensLike' f s a
|
|
runTime :: forall f s a. (Functor f, HasField s "runTime" a) => LensLike' f s a
|
|
serialIdentifier :: forall f s a. (Functor f, HasField s "serialIdentifier" a) => LensLike' f s a
|
|
snapshot :: forall f s a. (Functor f, HasField s "snapshot" a) => LensLike' f s a
|
|
startTime :: forall f s a. (Functor f, HasField s "startTime" a) => LensLike' f s a
|
|
stringValue :: forall f s a. (Functor f, HasField s "stringValue" a) => LensLike' f s a
|
|
system :: forall f s a. (Functor f, HasField s "system" a) => LensLike' f s a
|
|
target :: forall f s a. (Functor f, HasField s "target" a) => LensLike' f s a
|
|
tfVersion :: forall f s a. (Functor f, HasField s "tfVersion" a) => LensLike' f s a
|
|
throughput :: forall f s a. (Functor f, HasField s "throughput" a) => LensLike' f s a
|
|
total :: forall f s a. (Functor f, HasField s "total" a) => LensLike' f s a
|
|
type' :: forall f s a. (Functor f, HasField s "type'" a) => LensLike' f s a
|
|
uuid :: forall f s a. (Functor f, HasField s "uuid" a) => LensLike' f s a
|
|
value :: forall f s a. (Functor f, HasField s "value" a) => LensLike' f s a
|
|
vec'argument :: forall f s a. (Functor f, HasField s "vec'argument" a) => LensLike' f s a
|
|
vec'availableDeviceInfo :: forall f s a. (Functor f, HasField s "vec'availableDeviceInfo" a) => LensLike' f s a
|
|
vec'ccFlags :: forall f s a. (Functor f, HasField s "vec'ccFlags" a) => LensLike' f s a
|
|
vec'deviceInfo :: forall f s a. (Functor f, HasField s "vec'deviceInfo" a) => LensLike' f s a
|
|
vec'entry :: forall f s a. (Functor f, HasField s "vec'entry" a) => LensLike' f s a
|
|
vec'metrics :: forall f s a. (Functor f, HasField s "vec'metrics" a) => LensLike' f s a
|
|
vec'opts :: forall f s a. (Functor f, HasField s "vec'opts" a) => LensLike' f s a
|
|
version :: forall f s a. (Functor f, HasField s "version" a) => LensLike' f s a
|
|
wallTime :: forall f s a. (Functor f, HasField s "wallTime" a) => LensLike' f s a
|