begin() const | nz::data::MappedTensor | |
clear() const | nz::data::MappedTensor | |
clearGrad() const | nz::data::MappedTensor | |
data() const noexcept | nz::data::MappedTensor | |
dataInject(float *data, size_type size, bool isGrad=false) const | nz::data::MappedTensor | |
dataInject(Iterator begin, Iterator end, const bool isGrad=false) const | nz::data::MappedTensor | inline |
dataInject(const std::initializer_list< value_type > &data, const bool isGrad=false) const | nz::data::MappedTensor | |
end() const | nz::data::MappedTensor | |
expSum() const | nz::data::MappedTensor | |
expSum(size_t batch, size_t channel) const | nz::data::MappedTensor | |
fill(value_type value, bool isGrad=false) const | nz::data::MappedTensor | |
fillMatrix(value_type value, size_type batch, size_type channels, bool isGrad=false) | nz::data::MappedTensor | |
grad() const | nz::data::MappedTensor | |
MappedTensor(const shape_type &shape, bool requires_grad=false) | nz::data::MappedTensor | explicit |
MappedTensor() | nz::data::MappedTensor | |
MappedTensor(const MappedTensor &other) | nz::data::MappedTensor | |
MappedTensor(MappedTensor &&other) noexcept | nz::data::MappedTensor | |
operator!=(const MappedTensor &other) const | nz::data::MappedTensor | |
operator*(const MappedTensor &other) const | nz::data::MappedTensor | |
operator+(const MappedTensor &other) const | nz::data::MappedTensor | |
operator-(const MappedTensor &other) const | nz::data::MappedTensor | |
operator-() const | nz::data::MappedTensor | |
operator/(const MappedTensor &other) const | nz::data::MappedTensor | |
operator<<(std::ostream &os, const MappedTensor &tensor) | nz::data::MappedTensor | friend |
operator=(const MappedTensor &other) | nz::data::MappedTensor | |
operator=(MappedTensor &&other) noexcept(false) | nz::data::MappedTensor | |
operator==(const MappedTensor &other) const | nz::data::MappedTensor | |
operator>>(std::istream &is, MappedTensor &tensor) | nz::data::MappedTensor | friend |
operator[](size_type index) const -> value_type & | nz::data::MappedTensor | |
print(std::ostream &os) const | nz::data::MappedTensor | |
printGrad(std::ostream &os) const | nz::data::MappedTensor | |
randomize(size_type seed=0, bool isGrad=false) const | nz::data::MappedTensor | |
recip() | nz::data::MappedTensor | |
requiresGrad() const noexcept | nz::data::MappedTensor | |
reshape(const shape_type &shape) | nz::data::MappedTensor | |
setRequiresGrad(bool requires_grad) | nz::data::MappedTensor | |
setShape(const shape_type &shape) | nz::data::MappedTensor | |
shape() const noexcept | nz::data::MappedTensor | |
size() const noexcept | nz::data::MappedTensor | |
sum() const | nz::data::MappedTensor | |
sum(size_t batch, size_t channel) const | nz::data::MappedTensor | |
sync() const | nz::data::MappedTensor | |
syncData() const | nz::data::MappedTensor | |
syncGrad() const | nz::data::MappedTensor | |
transpose() | nz::data::MappedTensor | |
~MappedTensor() noexcept(false) | nz::data::MappedTensor | |