Copyright | (c) Artur M. Brodzki 2018 |
---|---|
License | BSD3 |
Maintainer | artur@brodzki.org |
Stability | experimental |
Portability | Windows/POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- module Multilinear.Generic.Sequential
- module Multilinear.Generic.Sequential
- toMultiCore :: Tensor a -> Tensor a
- toSequential :: Tensor a -> Tensor a
Documentation
toMultiCore :: Tensor a -> Tensor a Source #
Convert Sequential tensor to MultiCore
toSequential :: Tensor a -> Tensor a Source #
Convert MultiCore tensor to Sequential