@@ -231,15 +231,15 @@ WithBias :: HasBias
231
231
WithoutBias :: HasBias
232
232
type WithBiasSym0 = 'WithBias :: HasBias
233
233
type WithoutBiasSym0 = 'WithoutBias :: HasBias
234
- data SHasBias z_azFx
234
+ data SHasBias z_azFz
235
235
[SWithBias] :: SHasBias ('WithBias :: HasBias)
236
236
[SWithoutBias] :: SHasBias ('WithoutBias :: HasBias)
237
237
data HasDropout
238
238
WithDropout :: HasDropout
239
239
WithoutDropout :: HasDropout
240
240
type WithDropoutSym0 = 'WithDropout :: HasDropout
241
241
type WithoutDropoutSym0 = 'WithoutDropout :: HasDropout
242
- data SHasDropout z_azNg
242
+ data SHasDropout z_azNi
243
243
[SWithDropout] :: SHasDropout ('WithDropout :: HasDropout)
244
244
[SWithoutDropout] :: SHasDropout ('WithoutDropout :: HasDropout)
245
245
instance GHC.Show.Show (Torch.GraduallyTyped.NN.Type.SHasDropout hasDropout)
@@ -467,7 +467,7 @@ Dense :: LayoutType
467
467
Sparse :: LayoutType
468
468
type DenseSym0 = 'Dense :: LayoutType
469
469
type SparseSym0 = 'Sparse :: LayoutType
470
- data SLayoutType z_aDiv
470
+ data SLayoutType z_aDix
471
471
[SDense] :: SLayoutType ('Dense :: LayoutType)
472
472
[SSparse] :: SLayoutType ('Sparse :: LayoutType)
473
473
class KnownLayoutType (layoutType :: LayoutType)
@@ -636,7 +636,7 @@ type QInt8Sym0 = 'QInt8 :: DType
636
636
type QUInt8Sym0 = 'QUInt8 :: DType
637
637
type QInt32Sym0 = 'QInt32 :: DType
638
638
type BFloat16Sym0 = 'BFloat16 :: DType
639
- data SDType z_aH2C
639
+ data SDType z_aH2E
640
640
[SBool] :: SDType ('Bool :: DType)
641
641
[SUInt8] :: SDType ('UInt8 :: DType)
642
642
[SInt8] :: SDType ('Int8 :: DType)
@@ -722,7 +722,7 @@ WithGradient :: RequiresGradient
722
722
WithoutGradient :: RequiresGradient
723
723
type WithGradientSym0 = 'WithGradient :: RequiresGradient
724
724
type WithoutGradientSym0 = 'WithoutGradient :: RequiresGradient
725
- data SRequiresGradient z_aJA8
725
+ data SRequiresGradient z_aJAa
726
726
[SWithGradient] :: SRequiresGradient ('WithGradient :: RequiresGradient)
727
727
[SWithoutGradient] :: SRequiresGradient ('WithoutGradient :: RequiresGradient)
728
728
class KnownRequiresGradient (requiresGradient :: RequiresGradient)
@@ -2620,19 +2620,19 @@ SliceFromUpTo :: a -> a -> IndexType a
2620
2620
SliceFromWithStep :: a -> a -> IndexType a
2621
2621
SliceUpToWithStep :: a -> a -> IndexType a
2622
2622
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))
2636
2636
data Indices (indexTypes :: Type)
2637
2637
[UncheckedIndices] :: forall indexTypes. Indices indexTypes
2638
2638
[Indices] :: forall indexTypes. indexTypes -> Indices indexTypes
@@ -2676,14 +2676,14 @@ instance Data.Singletons.Internal.SingI Torch.GraduallyTyped.Tensor.Indexing.Sli
2676
2676
instance forall a (d :: a). Data.Singletons.Internal.SingI d => Data.Singletons.Internal.SingI (Torch.GraduallyTyped.Tensor.Indexing.SliceFromUpToWithStepSym1 d)
2677
2677
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)
2678
2678
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 )
2681
2681
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 )
2683
2683
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 )
2685
2685
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 )
2687
2687
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceWithStepSym0
2688
2688
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceUpToSym0
2689
2689
instance Data.Singletons.SuppressUnusedWarnings.SuppressUnusedWarnings Torch.GraduallyTyped.Tensor.Indexing.SliceFromSym0
@@ -3958,7 +3958,7 @@ type PegasusSym0 = 'Pegasus :: TransformerStyle
3958
3958
type BERTSym0 = 'BERT :: TransformerStyle
3959
3959
type RoBERTaSym0 = 'RoBERTa :: TransformerStyle
3960
3960
type GPT2Sym0 = 'GPT2 :: TransformerStyle
3961
- data STransformerStyle z_a1RW5
3961
+ data STransformerStyle z_a1RW7
3962
3962
[ST5] :: STransformerStyle ('T5 :: TransformerStyle)
3963
3963
[SByT5] :: STransformerStyle ('ByT5 :: TransformerStyle)
3964
3964
[SBART] :: STransformerStyle ('BART :: TransformerStyle)
@@ -3974,7 +3974,7 @@ WithoutHead :: TransformerHead
3974
3974
WithLMHead :: TransformerHead
3975
3975
type WithoutHeadSym0 = 'WithoutHead :: TransformerHead
3976
3976
type WithLMHeadSym0 = 'WithLMHead :: TransformerHead
3977
- data STransformerHead z_a1S3q
3977
+ data STransformerHead z_a1S3s
3978
3978
[SWithoutHead] :: STransformerHead ('WithoutHead :: TransformerHead)
3979
3979
[SWithLMHead] :: STransformerHead ('WithLMHead :: TransformerHead)
3980
3980
padded :: Integral n => n -> a -> [a] -> [a]
0 commit comments