#include <TensorContraction.h>
|
| template<typename Device > |
| static EIGEN_DEVICE_FUNC BlockMemHandle | allocate (Device &d, const Index bm, const Index bk, const Index bn, LhsScalar **lhs_block, RhsScalar **rhs_block) |
| |
| template<typename Device > |
| static EIGEN_DEVICE_FUNC BlockMemHandle | allocateSlices (Device &d, const Index bm, const Index bk, const Index bn, const Index num_lhs, const Index num_rhs, const Index num_slices, std::vector< LhsScalar * > *lhs_blocks, std::vector< RhsScalar * > *rhs_blocks) |
| |
| template<typename Device > |
| static EIGEN_DEVICE_FUNC void | deallocate (Device &d, BlockMemHandle handle) |
| |
◆ BlockMemHandle
◆ allocate()
◆ allocateSlices()
◆ deallocate()
The documentation for this struct was generated from the following file: