Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::mkl::MKLPackedMatrix Struct Reference

Public Member Functions

 MKLPackedMatrix (const CBLAS_IDENTIFIER identifier, const CBLAS_TRANSPOSE trans, const int m, const int n, const int k, const float alpha, const float *src, const int ld)
 

Data Fields

CBLAS_IDENTIFIER identifier_
 
CBLAS_TRANSPOSE trans_
 
int m_
 
int n_
 
int k_
 
float alpha_
 
int ld_
 
float * data_ = nullptr
 

Detailed Description

Definition at line 8 of file sgemm_pack.h.


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