| base_dim() const | TensorBase< Derived > | |
| base_expand(TensorShapeRef shape) const | TensorBase< Derived > | |
| base_expand(Size size, Size d) const | TensorBase< Derived > | |
| base_expand_as(const neml2::Tensor &other) const | TensorBase< Derived > | |
| base_flatten() const | TensorBase< Derived > | |
| base_index(indexing::TensorIndicesRef indices) const | TensorBase< Derived > | |
| base_index_put_(indexing::TensorIndicesRef indices, const ATensor &other) | TensorBase< Derived > | |
| base_index_put_(indexing::TensorIndicesRef indices, const CScalar &v) | TensorBase< Derived > | |
| base_movedim(Size old_dim, Size new_dim) const | TensorBase< Derived > | |
| base_reshape(TensorShapeRef shape) const | TensorBase< Derived > | |
| base_size(Size i) const | TensorBase< Derived > | |
| base_sizes() const | TensorBase< Derived > | |
| base_slice(Size d, const indexing::Slice &index) const | TensorBase< Derived > | |
| base_squeeze(Size d) const | TensorBase< Derived > | |
| base_transpose(Size d1, Size d2) const | TensorBase< Derived > | |
| base_unsqueeze(Size d, Size n=1) const | TensorBase< Derived > | |
| batch_dim() const | TensorBase< Derived > | |
| batch_expand(const TraceableTensorShape &dynamic_shape, TensorShapeRef intmd_shape) const | TensorBase< Derived > | |
| batch_expand_as(const neml2::Tensor &other) const | TensorBase< Derived > | |
| batch_flatten() const | TensorBase< Derived > | |
| batch_reshape(const TraceableTensorShape &dynamic_shape, TensorShapeRef intmd_shape) const | TensorBase< Derived > | |
| batch_size(Size i) const | TensorBase< Derived > | |
| batch_sizes() const | TensorBase< Derived > | |
| clone() const | TensorBase< Derived > | |
| contiguous() const | TensorBase< Derived > | |
| detach() const | TensorBase< Derived > | |
| dynamic_dim() const | TensorBase< Derived > | |
| dynamic_expand(const TraceableTensorShape &shape) const | TensorBase< Derived > | |
| dynamic_expand(const TraceableSize &size, Size d) const | TensorBase< Derived > | |
| dynamic_expand_as(const neml2::Tensor &other) const | TensorBase< Derived > | |
| dynamic_flatten() const | TensorBase< Derived > | |
| dynamic_index(indexing::TensorIndicesRef indices) const | TensorBase< Derived > | |
| dynamic_index_put_(indexing::TensorIndicesRef indices, const ATensor &other) | TensorBase< Derived > | |
| dynamic_index_put_(indexing::TensorIndicesRef indices, const CScalar &v) | TensorBase< Derived > | |
| dynamic_movedim(Size old_dim, Size new_dim) const | TensorBase< Derived > | |
| dynamic_reshape(const TraceableTensorShape &shape) const | TensorBase< Derived > | |
| dynamic_size(Size i) const | TensorBase< Derived > | |
| dynamic_sizes() const | TensorBase< Derived > | |
| dynamic_slice(Size d, const indexing::Slice &index) const | TensorBase< Derived > | |
| dynamic_squeeze(Size d) const | TensorBase< Derived > | |
| dynamic_transpose(Size d1, Size d2) const | TensorBase< Derived > | |
| dynamic_unsqueeze(Size d, Size n=1) const | TensorBase< Derived > | |
| empty_like(const Derived &other) | TensorBase< Derived > | static |
| full_like(const Derived &other, const CScalar &init) | TensorBase< Derived > | static |
| intmd_dim() const | TensorBase< Derived > | |
| intmd_expand(TensorShapeRef shape) const | TensorBase< Derived > | |
| intmd_expand(Size size, Size d) const | TensorBase< Derived > | |
| intmd_expand_as(const neml2::Tensor &other) const | TensorBase< Derived > | |
| intmd_flatten() const | TensorBase< Derived > | |
| intmd_index(indexing::TensorIndicesRef indices) const | TensorBase< Derived > | |
| intmd_index_put_(indexing::TensorIndicesRef indices, const ATensor &other) | TensorBase< Derived > | |
| intmd_index_put_(indexing::TensorIndicesRef indices, const CScalar &v) | TensorBase< Derived > | |
| intmd_movedim(Size old_dim, Size new_dim) const | TensorBase< Derived > | |
| intmd_reshape(TensorShapeRef shape) const | TensorBase< Derived > | |
| intmd_size(Size i) const | TensorBase< Derived > | |
| intmd_sizes() const | TensorBase< Derived > | |
| intmd_slice(Size d, const indexing::Slice &index) const | TensorBase< Derived > | |
| intmd_squeeze(Size d) const | TensorBase< Derived > | |
| intmd_transpose(Size d1, Size d2) const | TensorBase< Derived > | |
| intmd_unsqueeze(Size d, Size n=1) const | TensorBase< Derived > | |
| ones_like(const Derived &other) | TensorBase< Derived > | static |
| operator-() const | TensorBase< Derived > | |
| rand_like(const Derived &other) | TensorBase< Derived > | static |
| static_dim() const | TensorBase< Derived > | |
| static_expand(TensorShapeRef intmd_shape, TensorShapeRef base_shape) const | TensorBase< Derived > | |
| static_expand_as(const neml2::Tensor &other) const | TensorBase< Derived > | |
| static_flatten() const | TensorBase< Derived > | |
| static_reshape(TensorShapeRef intmd_shape, TensorShapeRef base_shape) const | TensorBase< Derived > | |
| static_size(Size i) const | TensorBase< Derived > | |
| static_sizes() const | TensorBase< Derived > | |
| TensorBase()=default | TensorBase< Derived > | |
| TensorBase(const ATensor &tensor, Size dynamic_dim, Size intmd_dim) | TensorBase< Derived > | |
| TensorBase(const ATensor &tensor, TraceableTensorShape dynamic_shape, Size intmd_dim) | TensorBase< Derived > | |
| TensorBase(const TensorBase< Derived2 > &tensor) | TensorBase< Derived > | inline |
| TensorBase(double)=delete | TensorBase< Derived > | |
| TensorBase(float)=delete | TensorBase< Derived > | |
| TensorBase(int)=delete | TensorBase< Derived > | |
| to(const TensorOptions &options) const | TensorBase< Derived > | |
| validate_shapes_and_dims() const | TensorBase< Derived > | protected |
| variable_data() const | TensorBase< Derived > | |
| zeros_like(const Derived &other) | TensorBase< Derived > | static |