|
nnlib
GPU-accelerated, C/C++ neural network library.
|
This is the complete list of members for Tensor, including all inherited members.
| backward() (defined in Tensor) | Tensor | |
| computeSize() | Tensor | private |
| construct1d(const std::vector< float > &data) | Tensor | static |
| construct2d(const std::vector< std::vector< float >> &data) | Tensor | static |
| copy() const (defined in Tensor) | Tensor | |
| data | Tensor | |
| findEffectiveAddress(const std::vector< size_t > &index, size_t depth) const | Tensor | private |
| grad (defined in Tensor) | Tensor | |
| gradFunction (defined in Tensor) | Tensor | |
| location | Tensor | |
| move(DataLocation target) | Tensor | |
| operator()(Args... args) | Tensor | inline |
| operator=(const Tensor &other) | Tensor | |
| requiresGrad (defined in Tensor) | Tensor | |
| session | Tensor | |
| shape | Tensor | |
| size | Tensor | |
| Tensor() | Tensor | |
| Tensor(const Tensor &other) | Tensor | |
| Tensor(std::vector< size_t > shape) | Tensor | explicit |
| Tensor(std::vector< size_t > shape, DataLocation location) (defined in Tensor) | Tensor | |
| Tensor(Args... args) | Tensor | inlineexplicit |
| useGrad() (defined in Tensor) | Tensor | |
| verifyIndex(const std::vector< size_t > &index) const | Tensor | private |
| ~Tensor() | Tensor |