|
NForge
Tensor library
|
This is the complete list of members for Tensor::View, including all inherited members.
| broadcast(Tensor &source, const Tensor::Shape &shape) | Tensor::View | static |
| copy() const | Tensor::View | |
| getBackend() const | Tensor::View | inline |
| getBackendString() const | Tensor::View | inline |
| getLayout() const | Tensor::View | inline |
| getOffset() const | Tensor::View | inline |
| getParent() const | Tensor::View | inline |
| getPosition() const | Tensor::View | inline |
| getShape() const | Tensor::View | inline |
| getStride() const | Tensor::View | |
| isClose(const Tensor::View &rhs, float tolerance=1e-5f) const | Tensor::View | |
| matmul(const Tensor::View &rhs) const | Tensor::View | |
| max(size_t dim=0) const | Tensor::View | |
| mean(size_t dim=0) const | Tensor::View | |
| min(size_t dim=0) const | Tensor::View | |
| norm() const | Tensor::View | |
| operator!=(const Tensor &rhs) const | Tensor::View | |
| operator!=(const Tensor::View &rhs) const | Tensor::View | |
| operator*(const Tensor::View &rhs) const | Tensor::View | |
| operator*=(const Tensor::View &rhs) | Tensor::View | |
| operator+(const Tensor::View &rhs) const | Tensor::View | |
| operator+=(const Tensor::View &rhs) | Tensor::View | |
| operator-(const Tensor::View &rhs) const | Tensor::View | |
| operator-=(const Tensor::View &rhs) | Tensor::View | |
| operator/(const Tensor::View &rhs) const | Tensor::View | |
| operator/=(const Tensor::View &rhs) | Tensor::View | |
| operator<(const Tensor::View &rhs) const | Tensor::View | |
| operator<=(const Tensor::View &rhs) const | Tensor::View | |
| operator=(const Tensor &rhs) | Tensor::View | |
| operator=(const Tensor::View &rhs) | Tensor::View | |
| operator=(float scalar) | Tensor::View | |
| operator==(const Tensor &rhs) const | Tensor::View | |
| operator==(const Tensor::View &rhs) const | Tensor::View | |
| operator>(const Tensor::View &rhs) const | Tensor::View | |
| operator>=(const Tensor::View &rhs) const | Tensor::View | |
| operator[](size_t idx) const | Tensor::View | |
| print() const | Tensor::View | |
| prod(size_t dim=0) const | Tensor::View | |
| subsample(const View &src, const std::vector< size_t > &factors) | Tensor::View | static |
| subsample(std::vector< size_t > strides) const | Tensor::View | |
| sum(size_t dim=0) const | Tensor::View | |
| toVector() const | Tensor::View | |
| View(Tensor &parent) | Tensor::View | |
| View(Tensor &parent, const std::vector< size_t > &position) | Tensor::View | |
| View(Tensor &parent, const std::vector< size_t > &position, const TensorLayout &layout) | Tensor::View | |
| View(const Tensor &parent) | Tensor::View |