8.16.0.4
22 Setting tensor implementations
(require malt/set-impl) | package: malt |
Sets the tensor implementation to the named implementation
(one of 'learner, 'nested-tensors, or 'flat-tensors).
The change in implementation will take effect the next time Racket process is re-started.
The most convenient way to switch implementations is to do it from the shell command line. For example,
to set the implementation to 'flat-tensors.
$ racket -e "(require malt/set-impl) (set-impl 'flat-tensors)"