Skip to content

Commit

Permalink
Merge pull request #93 from kaBeech/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
kaBeech authored Aug 22, 2024
2 parents 2d2e9df + 5a4c8ba commit 920283b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Data/Tensort/Utils/Reduce.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@ module Data.Tensort.Utils.Reduce (reduceTensorStacks) where

import Data.Tensort.Utils.Compose (createTensor)
import Data.Tensort.Utils.Split (splitEvery)
import Data.Tensort.Utils.Types (Memory (..), MemoryR (..), SMemory (..), STensorStack, STensorStacks, STensors (..), TensorStack, TensorStackR, TensortProps (..), fromSTensorBit, fromSTensorRec)
import Data.Tensort.Utils.Types
( Memory (..),
MemoryR (..),
SMemory (..),
STensorStack,
STensorStacks,
STensors (..),
TensorStack,
TensorStackR,
TensortProps (..),
fromSTensorBit,
fromSTensorRec,
)

-- | Take a list of TensorStacks and group them together in new
-- TensorStacks, each containing bytesize number of Tensors (former
Expand Down

0 comments on commit 920283b

Please sign in to comment.