HMLP: High-performance Machine Learning Primitives
hmlp::MatrifyableObject< NB, T, TPACK > Struct Template Referenceabstract

#include <packing.hpp>

Inheritance diagram for hmlp::MatrifyableObject< NB, T, TPACK >:
hmlp::MatrixLike< NB, T, TPACK >

Public Member Functions

virtual void Pack (size_t m, size_t ic, size_t ib, size_t n, size_t jc, size_t jb, TPACK *packX)=0
 
virtual void Unpack (size_t m, size_t ic, size_t ib, size_t n, size_t jc, size_t jb, TPACK *packX)=0
 

Public Attributes

size_t m = 0
 
size_t n = 0
 

Detailed Description

template<size_t NB, typename T, typename TPACK>
struct hmlp::MatrifyableObject< NB, T, TPACK >

end struct unpack2D_ibxjb


The documentation for this struct was generated from the following file: