![]() |
iVS3D v2.0.0
|
This is the complete list of members for NN::Tensor, including all inherited members.
| dtype() const | NN::Tensor | inline |
| empty() const | NN::Tensor | inline |
| fromCvMat(const cv::Mat &mat) | NN::Tensor | static |
| fromCvMat(const cv::Mat &mat, const Shape &shape, float scale=1.0f, std::vector< float > mean={}, std::vector< float > std={}) | NN::Tensor | static |
| fromCvMats(const std::vector< cv::Mat > &mats) | NN::Tensor | static |
| fromCvMats(const std::vector< cv::Mat > &mats, const Shape &shape, float scale=1.0f, std::vector< float > mean={}, std::vector< float > std={}) | NN::Tensor | static |
| fromCvMatsTyped(const std::vector< cv::Mat > &mats) | NN::Tensor | inlineprivatestatic |
| fromData(const std::vector< T > &data, const Shape &shape) | NN::Tensor | inlinestatic |
| fromData(std::vector< T > &&data, const Shape &shape) | NN::Tensor | inlinestatic |
| map(Func &&f) const | NN::Tensor | inline |
| map(Func &&func, int axis) const | NN::Tensor | inline |
| numElements() const | NN::Tensor | |
| preprocessCvMat(const cv::Mat &mat, const Shape &shape, float scale) | NN::Tensor | inlineprivatestatic |
| preprocessCvMat(const cv::Mat &mat, const Shape &shape, float scale, const std::vector< float > &mean, const std::vector< float > &std) | NN::Tensor | inlineprivatestatic |
| reduce(const Op &op, uint64_t axis) const | NN::Tensor | inline |
| reduceWithIndex(const Op &op, uint64_t axis) const | NN::Tensor | inline |
| reshape(const Shape &newShape) | NN::Tensor | |
| shape() const | NN::Tensor | inline |
| squeeze() | NN::Tensor | |
| squeeze(int64_t axis) | NN::Tensor | |
| toCvMat() const | NN::Tensor | |
| toString() const | NN::Tensor | |
| toVector() const | NN::Tensor | inline |
| unsqueeze(int64_t axis) | NN::Tensor |