_axes | LabeledTensor< Derived, D > | protected |
_tensor | LabeledTensor< Derived, D > | protected |
axes() const | LabeledTensor< Derived, D > | inline |
axis(TorchSize i=0) const | LabeledTensor< Derived, D > | inline |
base_dim() const | LabeledTensor< Derived, D > | |
base_index(TorchSlice indices) const | LabeledTensor< Derived, D > | |
base_index_put(TorchSlice indices, const torch::Tensor &other) | LabeledTensor< Derived, D > | |
base_sizes() const | LabeledTensor< Derived, D > | |
batch_dim() const | LabeledTensor< Derived, D > | |
batch_index(TorchSlice indices) const | LabeledTensor< Derived, D > | |
batch_index_put(TorchSlice indices, const torch::Tensor &other) | LabeledTensor< Derived, D > | |
batch_sizes() const | LabeledTensor< Derived, D > | |
block(S &&... names) const | LabeledTensor< Derived, D > | |
clone(torch::MemoryFormat memory_format=torch::MemoryFormat::Contiguous) const | LabeledTensor< Derived, D > | |
copy_(const T &other) | LabeledTensor< Derived, D > | |
detach() const | LabeledTensor< Derived, D > | |
detach_() | LabeledTensor< Derived, D > | |
empty(TorchShapeRef batch_shape, const std::vector< const LabeledAxis * > &axes, const torch::TensorOptions &options=default_tensor_options()) | LabeledTensor< Derived, D > | static |
empty_like(const Derived &other) | LabeledTensor< Derived, D > | static |
get(S &&... names) const | LabeledTensor< Derived, D > | inline |
get_list(S &&... names) const | LabeledTensor< Derived, D > | inline |
LabeledTensor()=default | LabeledTensor< Derived, D > | |
LabeledTensor(const torch::Tensor &tensor, TorchSize batch_dim, const std::vector< const LabeledAxis * > &axes) | LabeledTensor< Derived, D > | |
LabeledTensor(const BatchTensor &tensor, const std::vector< const LabeledAxis * > &axes) | LabeledTensor< Derived, D > | |
LabeledTensor(const Derived &other) | LabeledTensor< Derived, D > | |
operator BatchTensor() const | LabeledTensor< Derived, D > | |
operator torch::Tensor() const | LabeledTensor< Derived, D > | |
operator()(S &&... names) const | LabeledTensor< Derived, D > | |
operator-() const | LabeledTensor< Derived, D > | |
operator=(const Derived &other) | LabeledTensor< Derived, D > | |
options() const | LabeledTensor< Derived, D > | inline |
set(const BatchTensorBase< T > &value, S &&... names) | LabeledTensor< Derived, D > | inline |
set_list(const BatchTensorBase< T > &value, S &&... names) | LabeledTensor< Derived, D > | inline |
slice(TorchSize i, const std::string &name) const | LabeledTensor< Derived, D > | |
slice_indices(S &&... names) const | LabeledTensor< Derived, D > | |
storage_size() const | LabeledTensor< Derived, D > | |
storage_size(S &&... names) 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(TorchShapeRef batch_shape, const std::vector< const LabeledAxis * > &axes, const torch::TensorOptions &options=default_tensor_options()) | LabeledTensor< Derived, D > | static |
zeros_like(const Derived &other) | LabeledTensor< Derived, D > | static |