BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
This is the complete list of members for bc::Dim< N >, including all inherited members.
all(size_t start, size_t end) const | bc::Dim< N > | inline |
all(size_t end=N) const | bc::Dim< N > | inline |
begin() const | bc::Dim< N > | inline |
begin() | bc::Dim< N > | inline |
concat(Ints... value) const | bc::Dim< N > | inline |
concat(const Dim< X > &other) const | bc::Dim< N > | inline |
data() const | bc::Dim< N > | inline |
data() | bc::Dim< N > | inline |
dim(size_t i, size_t default_value=1) const | bc::Dim< N > | inline |
end() const | bc::Dim< N > | inline |
end() | bc::Dim< N > | inline |
fill(bc::size_t value) | bc::Dim< N > | inline |
m_index | bc::Dim< N > | |
operator!=(const Dim &other) const | bc::Dim< N > | inline |
operator!=(const Dim< X > &other) const | bc::Dim< N > | inline |
operator*(const Dim &other) const | bc::Dim< N > | inline |
operator*(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator*(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator*=(const Dim &other) | bc::Dim< N > | inline |
operator*=(Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator+(const Dim &other) const | bc::Dim< N > | inline |
operator+(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator+(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator+=(const Dim &other) | bc::Dim< N > | inline |
operator+=(Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator-(const Dim &other) const | bc::Dim< N > | inline |
operator-(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator-(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator-=(const Dim &other) | bc::Dim< N > | inline |
operator-=(Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator/(const Dim &other) const | bc::Dim< N > | inline |
operator/(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator/(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator/=(const Dim &other) | bc::Dim< N > | inline |
operator/=(Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator<(const Dim &other) const | bc::Dim< N > | inline |
operator<(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator<(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator<<(std::ostream &os, const Dim &self) | bc::Dim< N > | friend |
operator<=(const Dim &other) const | bc::Dim< N > | inline |
operator<=(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator<=(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator==(const Dim &other) const | bc::Dim< N > | inline |
operator==(const Dim< X > &other) const | bc::Dim< N > | inline |
operator>(const Dim &other) const | bc::Dim< N > | inline |
operator>(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator>(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator>=(const Dim &other) const | bc::Dim< N > | inline |
operator>=(const Dim &dim, const value_type &scalar) | bc::Dim< N > | friend |
operator>=(const value_type &scalar, const Dim &dim) | bc::Dim< N > | friend |
operator[](int i) const | bc::Dim< N > | inline |
operator[](int i) | bc::Dim< N > | inline |
outer_dim() const | bc::Dim< N > | inline |
prod(size_t start, size_t end) const | bc::Dim< N > | inline |
prod(size_t end=N) const | bc::Dim< N > | inline |
reversed() const | bc::Dim< N > | inline |
size() const | bc::Dim< N > | inline |
size_t typedef | bc::Dim< N > | |
subdim() const | bc::Dim< N > | inline |
sum(size_t start, size_t end) const | bc::Dim< N > | inline |
sum(size_t end=N) const | bc::Dim< N > | inline |
tensor_dim | bc::Dim< N > | static |
to_string(int begin, int end) const | bc::Dim< N > | inline |
to_string(int end=N) const | bc::Dim< N > | inline |
value_type typedef | bc::Dim< N > |