v2.0.0
Loading...
Searching...
No Matches
MLLIB::MlTensor Member List

This is the complete list of members for MLLIB::MlTensor, including all inherited members.

cols() constMLLIB::MlTensor
ConstRowMajorMatrixMap typedefMLLIB::MlTensor
data()MLLIB::MlTensor
data() constMLLIB::MlTensor
empty() constMLLIB::MlTensor
fromBuffer(const float *data, int rows, int cols)MLLIB::MlTensorstatic
isView() constMLLIB::MlTensor
matrix()MLLIB::MlTensor
matrix() constMLLIB::MlTensor
MlTensor()MLLIB::MlTensor
MlTensor(std::vector< float > &&data, std::vector< int64_t > shape)MLLIB::MlTensor
MlTensor(const float *data, std::vector< int64_t > shape)MLLIB::MlTensor
MlTensor(const Eigen::MatrixXf &mat)MLLIB::MlTensorexplicit
MlTensor(const Eigen::MatrixXd &mat)MLLIB::MlTensorexplicit
ndim() constMLLIB::MlTensor
reshape(std::vector< int64_t > newShape) constMLLIB::MlTensor
RowMajorMatrixMap typedefMLLIB::MlTensor
RowMajorMatrixXf typedefMLLIB::MlTensor
rows() constMLLIB::MlTensor
shape() constMLLIB::MlTensor
shape(int dim) constMLLIB::MlTensor
size() constMLLIB::MlTensor
toMatrixXd() constMLLIB::MlTensor
toMatrixXf() constMLLIB::MlTensor
view(float *data, std::vector< int64_t > shape)MLLIB::MlTensorstatic