NeuZephyr
Simple DL Framework
nz::data::MappedTensor Member List

This is the complete list of members for nz::data::MappedTensor, including all inherited members.

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