Skip to content

Commit c1a19fe

Browse files
1 parent 18b8af9 commit c1a19fe

File tree

153 files changed

+37801
-37703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+37801
-37703
lines changed

doc-index-All.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc-index-W.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc-index.json

Lines changed: 33 additions & 9 deletions
Large diffs are not rendered by default.

hasktorch-gradually-typed/html/doc-index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

hasktorch-gradually-typed/html/hasktorch-gradually-typed.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,15 @@ WithBias :: HasBias
231231
WithoutBias :: HasBias
232232
type WithBiasSym0 = 'WithBias :: HasBias
233233
type WithoutBiasSym0 = 'WithoutBias :: HasBias
234-
data SHasBias z_azFx
234+
data SHasBias z_azFz
235235
[SWithBias] :: SHasBias ('WithBias :: HasBias)
236236
[SWithoutBias] :: SHasBias ('WithoutBias :: HasBias)
237237
data HasDropout
238238
WithDropout :: HasDropout
239239
WithoutDropout :: HasDropout
240240
type WithDropoutSym0 = 'WithDropout :: HasDropout
241241
type WithoutDropoutSym0 = 'WithoutDropout :: HasDropout
242-
data SHasDropout z_azNg
242+
data SHasDropout z_azNi
243243
[SWithDropout] :: SHasDropout ('WithDropout :: HasDropout)
244244
[SWithoutDropout] :: SHasDropout ('WithoutDropout :: HasDropout)
245245
instance GHC.Show.Show (Torch.GraduallyTyped.NN.Type.SHasDropout hasDropout)
@@ -467,7 +467,7 @@ Dense :: LayoutType
467467
Sparse :: LayoutType
468468
type DenseSym0 = 'Dense :: LayoutType
469469
type SparseSym0 = 'Sparse :: LayoutType
470-
data SLayoutType z_aDiv
470+
data SLayoutType z_aDix
471471
[SDense] :: SLayoutType ('Dense :: LayoutType)
472472
[SSparse] :: SLayoutType ('Sparse :: LayoutType)
473473
class KnownLayoutType (layoutType :: LayoutType)
@@ -636,7 +636,7 @@ type QInt8Sym0 = 'QInt8 :: DType
636636
type QUInt8Sym0 = 'QUInt8 :: DType
637637
type QInt32Sym0 = 'QInt32 :: DType
638638
type BFloat16Sym0 = 'BFloat16 :: DType
639-
data SDType z_aH2C
639+
data SDType z_aH2E
640640
[SBool] :: SDType ('Bool :: DType)
641641
[SUInt8] :: SDType ('UInt8 :: DType)
642642
[SInt8] :: SDType ('Int8 :: DType)
@@ -722,7 +722,7 @@ WithGradient :: RequiresGradient
722722
WithoutGradient :: RequiresGradient
723723
type WithGradientSym0 = 'WithGradient :: RequiresGradient
724724
type WithoutGradientSym0 = 'WithoutGradient :: RequiresGradient
725-
data SRequiresGradient z_aJA8
725+
data SRequiresGradient z_aJAa
726726
[SWithGradient] :: SRequiresGradient ('WithGradient :: RequiresGradient)
727727
[SWithoutGradient] :: SRequiresGradient ('WithoutGradient :: RequiresGradient)
728728
class KnownRequiresGradient (requiresGradient :: RequiresGradient)
@@ -2620,19 +2620,19 @@ SliceFromUpTo :: a -> a -> IndexType a
26202620
SliceFromWithStep :: a -> a -> IndexType a
26212621
SliceUpToWithStep :: a -> a -> IndexType a
26222622
SliceFromUpToWithStep :: a -> a -> a -> IndexType a
2623-
data SIndexType z_a1kwL
2624-
[SNewAxis] :: forall (a_a1kdH :: Type). () => SIndexType ('NewAxis :: IndexType (a_a1kdH :: Type))
2625-
[SEllipsis] :: forall (a_a1kdH :: Type). () => SIndexType ('Ellipsis :: IndexType (a_a1kdH :: Type))
2626-
[SSliceAll] :: forall (a_a1kdH :: Type). () => SIndexType ('SliceAll :: IndexType (a_a1kdH :: Type))
2627-
[SSliceAt] :: forall (a_a1kdH :: Type) (n_a1kvB :: a_a1kdH). () => Sing n_a1kvB -> SIndexType ('SliceAt n_a1kvB :: IndexType (a_a1kdH :: Type))
2628-
[SSliceBool] :: forall (a_a1kdH :: Type) (n_a1kvD :: Bool). () => Sing n_a1kvD -> SIndexType ('SliceBool n_a1kvD :: IndexType (a_a1kdH :: Type))
2629-
[SSliceFrom] :: forall (a_a1kdH :: Type) (n_a1kvF :: a_a1kdH). () => Sing n_a1kvF -> SIndexType ('SliceFrom n_a1kvF :: IndexType (a_a1kdH :: Type))
2630-
[SSliceUpTo] :: forall (a_a1kdH :: Type) (n_a1kvH :: a_a1kdH). () => Sing n_a1kvH -> SIndexType ('SliceUpTo n_a1kvH :: IndexType (a_a1kdH :: Type))
2631-
[SSliceWithStep] :: forall (a_a1kdH :: Type) (n_a1kvJ :: a_a1kdH). () => Sing n_a1kvJ -> SIndexType ('SliceWithStep n_a1kvJ :: IndexType (a_a1kdH :: Type))
2632-
[SSliceFromUpTo] :: forall (a_a1kdH :: Type) (n_a1kvL :: a_a1kdH) (n_a1kvM :: a_a1kdH). () => Sing n_a1kvL -> Sing n_a1kvM -> SIndexType ('SliceFromUpTo n_a1kvL n_a1kvM :: IndexType (a_a1kdH :: Type))
2633-
[SSliceFromWithStep] :: forall (a_a1kdH :: Type) (n_a1kvP :: a_a1kdH) (n_a1kvQ :: a_a1kdH). () => Sing n_a1kvP -> Sing n_a1kvQ -> SIndexType ('SliceFromWithStep n_a1kvP n_a1kvQ :: IndexType (a_a1kdH :: Type))
2634-
[SSliceUpToWithStep] :: forall (a_a1kdH :: Type) (n_a1kvT :: a_a1kdH) (n_a1kvU :: a_a1kdH). () => Sing n_a1kvT -> Sing n_a1kvU -> SIndexType ('SliceUpToWithStep n_a1kvT n_a1kvU :: IndexType (a_a1kdH :: Type))
2635-
[SSliceFromUpToWithStep] :: forall (a_a1kdH :: Type) (n_a1kvX :: a_a1kdH) (n_a1kvY :: a_a1kdH) (n_a1kvZ :: a_a1kdH). () => Sing n_a1kvX -> Sing n_a1kvY -> Sing n_a1kvZ -> SIndexType ('SliceFromUpToWithStep n_a1kvX n_a1kvY n_a1kvZ :: IndexType (a_a1kdH :: Type))
2623+
data SIndexType z_a1kwN
2624+
[SNewAxis] :: forall (a_a1kdJ :: Type). () => SIndexType ('NewAxis :: IndexType (a_a1kdJ :: Type))
2625+
[SEllipsis] :: forall (a_a1kdJ :: Type). () => SIndexType ('Ellipsis :: IndexType (a_a1kdJ :: Type))
2626+
[SSliceAll] :: forall (a_a1kdJ :: Type). () => SIndexType ('SliceAll :: IndexType (a_a1kdJ :: Type))
2627+
[SSliceAt] :: forall (a_a1kdJ :: Type) (n_a1kvD :: a_a1kdJ). () => Sing n_a1kvD -> SIndexType ('SliceAt n_a1kvD :: IndexType (a_a1kdJ :: Type))
2628+
[SSliceBool] :: forall (a_a1kdJ :: Type) (n_a1kvF :: Bool). () => Sing n_a1kvF -> SIndexType ('SliceBool n_a1kvF :: IndexType (a_a1kdJ :: Type))
2629+
[SSliceFrom] :: forall (a_a1kdJ :: Type) (n_a1kvH :: a_a1kdJ). () => Sing n_a1kvH -> SIndexType ('SliceFrom n_a1kvH :: IndexType (a_a1kdJ :: Type))
2630+
[SSliceUpTo] :: forall (a_a1kdJ :: Type) (n_a1kvJ :: a_a1kdJ). () => Sing n_a1kvJ -> SIndexType ('SliceUpTo n_a1kvJ :: IndexType (a_a1kdJ :: Type))
2631+
[SSliceWithStep] :: forall (a_a1kdJ :: Type) (n_a1kvL :: a_a1kdJ). () => Sing n_a1kvL -> SIndexType ('SliceWithStep n_a1kvL :: IndexType (a_a1kdJ :: Type))
2632+
[SSliceFromUpTo] :: forall (a_a1kdJ :: Type) (n_a1kvN :: a_a1kdJ) (n_a1kvO :: a_a1kdJ). () => Sing n_a1kvN -> Sing n_a1kvO -> SIndexType ('SliceFromUpTo n_a1kvN n_a1kvO :: IndexType (a_a1kdJ :: Type))
2633+
[SSliceFromWithStep] :: forall (a_a1kdJ :: Type) (n_a1kvR :: a_a1kdJ) (n_a1kvS :: a_a1kdJ). () => Sing n_a1kvR -> Sing n_a1kvS -> SIndexType ('SliceFromWithStep n_a1kvR n_a1kvS :: IndexType (a_a1kdJ :: Type))
2634+
[SSliceUpToWithStep] :: forall (a_a1kdJ :: Type) (n_a1kvV :: a_a1kdJ) (n_a1kvW :: a_a1kdJ). () => Sing n_a1kvV -> Sing n_a1kvW -> SIndexType ('SliceUpToWithStep n_a1kvV n_a1kvW :: IndexType (a_a1kdJ :: Type))
2635+
[SSliceFromUpToWithStep] :: forall (a_a1kdJ :: Type) (n_a1kvZ :: a_a1kdJ) (n_a1kw0 :: a_a1kdJ) (n_a1kw1 :: a_a1kdJ). () => Sing n_a1kvZ -> Sing n_a1kw0 -> Sing n_a1kw1 -> SIndexType ('SliceFromUpToWithStep n_a1kvZ n_a1kw0 n_a1kw1 :: IndexType (a_a1kdJ :: Type))
26362636
data Indices (indexTypes :: Type)
26372637
[UncheckedIndices] :: forall indexTypes. Indices indexTypes
26382638
[Indices] :: forall indexTypes. indexTypes -> Indices indexTypes
@@ -2676,14 +2676,14 @@ instance Data.Singletons.Internal.SingI Torch.GraduallyTyped.Tensor.Indexing.Sli
26762676
instance forall a (d :: a). Data.Singletons.Internal.SingI d => Data.Singletons.Internal.SingI (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym1 d)
26772677
instance forall a (d1 :: a) (d2 :: a). (Data.Singletons.Internal.SingI d1, Data.Singletons.Internal.SingI d2) => Data.Singletons.Internal.SingI (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym2 d1 d2)
26782678
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym0
2679-
instance forall a (a6989586621679326956 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym1 a6989586621679326956)
2680-
instance forall a (a6989586621679326956 :: a) (a6989586621679326957 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym2 a6989586621679326956 a6989586621679326957)
2679+
instance forall a (a6989586621679326958 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym1 a6989586621679326958)
2680+
instance forall a (a6989586621679326958 :: a) (a6989586621679326959 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym2 a6989586621679326958 a6989586621679326959)
26812681
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceUpToWithStepSym0
2682-
instance forall a (a6989586621679326953 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceUpToWithStepSym1 a6989586621679326953)
2682+
instance forall a (a6989586621679326955 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceUpToWithStepSym1 a6989586621679326955)
26832683
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceFromWithStepSym0
2684-
instance forall a (a6989586621679326950 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromWithStepSym1 a6989586621679326950)
2684+
instance forall a (a6989586621679326952 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromWithStepSym1 a6989586621679326952)
26852685
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToSym0
2686-
instance forall a (a6989586621679326947 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToSym1 a6989586621679326947)
2686+
instance forall a (a6989586621679326949 :: a). Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToSym1 a6989586621679326949)
26872687
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceWithStepSym0
26882688
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceUpToSym0
26892689
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceFromSym0
@@ -3958,7 +3958,7 @@ type PegasusSym0 = 'Pegasus :: TransformerStyle
39583958
type BERTSym0 = 'BERT :: TransformerStyle
39593959
type RoBERTaSym0 = 'RoBERTa :: TransformerStyle
39603960
type GPT2Sym0 = 'GPT2 :: TransformerStyle
3961-
data STransformerStyle z_a1RW5
3961+
data STransformerStyle z_a1RW7
39623962
[ST5] :: STransformerStyle ('T5 :: TransformerStyle)
39633963
[SByT5] :: STransformerStyle ('ByT5 :: TransformerStyle)
39643964
[SBART] :: STransformerStyle ('BART :: TransformerStyle)
@@ -3974,7 +3974,7 @@ WithoutHead :: TransformerHead
39743974
WithLMHead :: TransformerHead
39753975
type WithoutHeadSym0 = 'WithoutHead :: TransformerHead
39763976
type WithLMHeadSym0 = 'WithLMHead :: TransformerHead
3977-
data STransformerHead z_a1S3q
3977+
data STransformerHead z_a1S3s
39783978
[SWithoutHead] :: STransformerHead ('WithoutHead :: TransformerHead)
39793979
[SWithLMHead] :: STransformerHead ('WithLMHead :: TransformerHead)
39803980
padded :: Integral n => n -> a -> [a] -> [a]

0 commit comments

Comments
 (0)