iVS3D v2.0.0
Loading...
Searching...
No Matches
NN::Tensor Member List

This is the complete list of members for NN::Tensor, including all inherited members.

dtype() constNN::Tensorinline
empty() constNN::Tensorinline
fromCvMat(const cv::Mat &mat)NN::Tensorstatic
fromCvMat(const cv::Mat &mat, const Shape &shape, float scale=1.0f, std::vector< float > mean={}, std::vector< float > std={})NN::Tensorstatic
fromCvMats(const std::vector< cv::Mat > &mats)NN::Tensorstatic
fromCvMats(const std::vector< cv::Mat > &mats, const Shape &shape, float scale=1.0f, std::vector< float > mean={}, std::vector< float > std={})NN::Tensorstatic
fromCvMatsTyped(const std::vector< cv::Mat > &mats)NN::Tensorinlineprivatestatic
fromData(const std::vector< T > &data, const Shape &shape)NN::Tensorinlinestatic
fromData(std::vector< T > &&data, const Shape &shape)NN::Tensorinlinestatic
map(Func &&f) constNN::Tensorinline
map(Func &&func, int axis) constNN::Tensorinline
numElements() constNN::Tensor
preprocessCvMat(const cv::Mat &mat, const Shape &shape, float scale)NN::Tensorinlineprivatestatic
preprocessCvMat(const cv::Mat &mat, const Shape &shape, float scale, const std::vector< float > &mean, const std::vector< float > &std)NN::Tensorinlineprivatestatic
reduce(const Op &op, uint64_t axis) constNN::Tensorinline
reduceWithIndex(const Op &op, uint64_t axis) constNN::Tensorinline
reshape(const Shape &newShape)NN::Tensor
shape() constNN::Tensorinline
squeeze()NN::Tensor
squeeze(int64_t axis)NN::Tensor
toCvMat() constNN::Tensor
toString() constNN::Tensor
toVector() constNN::Tensorinline
unsqueeze(int64_t axis)NN::Tensor