_axes | LabeledTensor< Derived, D > | protected |
_tensor | LabeledTensor< Derived, D > | protected |
axes() const | LabeledTensor< Derived, D > | inline |
axis(Size i=0) const | LabeledTensor< Derived, D > | inline |
base_dim() const | LabeledTensor< Derived, D > | inline |
base_index(indexing::TensorLabelsRef labels) const | LabeledTensor< Derived, D > | |
base_index_put_(indexing::TensorLabelsRef labels, const Tensor &other) | LabeledTensor< Derived, D > | |
base_size(Size d) const | LabeledTensor< Derived, D > | |
base_sizes() const | LabeledTensor< Derived, D > | |
base_storage() const | LabeledTensor< Derived, D > | |
batch_dim() const | LabeledTensor< Derived, D > | |
batch_index(indexing::TensorIndicesRef indices) const | LabeledTensor< Derived, D > | |
batch_index_put_(indexing::TensorIndicesRef indices, const torch::Tensor &other) | LabeledTensor< Derived, D > | |
batch_size(Size d) const | LabeledTensor< Derived, D > | |
batch_sizes() const | LabeledTensor< Derived, D > | |
batched() const | LabeledTensor< Derived, D > | |
clone(torch::MemoryFormat memory_format=torch::MemoryFormat::Contiguous) const | LabeledTensor< Derived, D > | |
copy_(const torch::Tensor &other) | LabeledTensor< Derived, D > | |
detach() const | LabeledTensor< Derived, D > | |
detach_() | LabeledTensor< Derived, D > | |
device() const | LabeledTensor< Derived, D > | |
dim() const | LabeledTensor< Derived, D > | |
empty(TensorShapeRef batch_shape, const std::array< const LabeledAxis *, D > &axes, const torch::TensorOptions &options=default_tensor_options()) | LabeledTensor< Derived, D > | static |
LabeledTensor()=default | LabeledTensor< Derived, D > | |
LabeledTensor(const torch::Tensor &tensor, const std::array< const LabeledAxis *, D > &axes) | LabeledTensor< Derived, D > | |
LabeledTensor(const Tensor &tensor, const std::array< const LabeledAxis *, D > &axes) | LabeledTensor< Derived, D > | |
LabeledTensor(const Derived &other) | LabeledTensor< Derived, D > | |
operator Tensor() const | LabeledTensor< Derived, D > | |
operator torch::Tensor() const | LabeledTensor< Derived, D > | |
operator-() const | LabeledTensor< Derived, D > | |
operator=(const Derived &other) | LabeledTensor< Derived, D > | |
options() const | LabeledTensor< Derived, D > | |
reinterpret(indexing::TensorLabelsRef indices) const | LabeledTensor< Derived, D > | |
requires_grad() const | LabeledTensor< Derived, D > | |
requires_grad_(bool req=true) | LabeledTensor< Derived, D > | |
scalar_type() const | LabeledTensor< Derived, D > | |
size(Size dim) const | LabeledTensor< Derived, D > | |
sizes() const | LabeledTensor< Derived, D > | |
tensor() const | LabeledTensor< Derived, D > | inline |
tensor() | LabeledTensor< Derived, D > | inline |
to(const torch::TensorOptions &options) const | LabeledTensor< Derived, D > | |
zero_() | LabeledTensor< Derived, D > | |
zeros(TensorShapeRef batch_shape, const std::array< const LabeledAxis *, D > &axes, const torch::TensorOptions &options=default_tensor_options()) | LabeledTensor< Derived, D > | static |