NEML2 1.4.0
|
This is the complete list of members for FullBatchTensor, including all inherited members.
base_dim() const | BatchTensorBase< BatchTensor > | |
base_expand(TorchShapeRef base_size) const | BatchTensorBase< BatchTensor > | |
base_expand_as(const Derived2 &other) const | BatchTensorBase< BatchTensor > | |
base_expand_copy(TorchShapeRef base_size) const | BatchTensorBase< BatchTensor > | |
base_index(const TorchSlice &indices) const | BatchTensorBase< BatchTensor > | |
base_index_put(const TorchSlice &indices, const torch::Tensor &other) | BatchTensorBase< BatchTensor > | |
base_movedim(TorchSize d1, TorchSize d2) const | BatchTensorBase< BatchTensor > | |
base_reshape(TorchShapeRef base_shape) const | BatchTensorBase< BatchTensor > | |
base_size(TorchSize index) const | BatchTensorBase< BatchTensor > | |
base_sizes() const | BatchTensorBase< BatchTensor > | |
base_storage() const | BatchTensorBase< BatchTensor > | |
base_transpose(TorchSize d1, TorchSize d2) const | BatchTensorBase< BatchTensor > | |
base_unsqueeze(TorchSize d) const | BatchTensorBase< BatchTensor > | |
batch_dim() const | BatchTensorBase< BatchTensor > | |
batch_dim() | BatchTensorBase< BatchTensor > | |
batch_expand(TorchShapeRef batch_size) const | BatchTensorBase< BatchTensor > | |
batch_expand_as(const Derived2 &other) const | BatchTensorBase< BatchTensor > | |
batch_expand_copy(TorchShapeRef batch_size) const | BatchTensorBase< BatchTensor > | |
batch_index(TorchSlice indices) const | BatchTensorBase< BatchTensor > | |
batch_index_put(TorchSlice indices, const torch::Tensor &other) | BatchTensorBase< BatchTensor > | |
batch_reshape(TorchShapeRef batch_shape) const | BatchTensorBase< BatchTensor > | |
batch_size(TorchSize index) const | BatchTensorBase< BatchTensor > | |
batch_sizes() const | BatchTensorBase< BatchTensor > | |
batch_sum(TorchSize d) const | BatchTensorBase< BatchTensor > | |
batch_transpose(TorchSize d1, TorchSize d2) const | BatchTensorBase< BatchTensor > | |
batch_unsqueeze(TorchSize d) const | BatchTensorBase< BatchTensor > | |
batched() const | BatchTensorBase< BatchTensor > | |
BatchTensorBase()=default | BatchTensorBase< BatchTensor > | |
BatchTensorBase(const torch::Tensor &tensor, TorchSize batch_dim) | BatchTensorBase< BatchTensor > | |
BatchTensorBase(const BatchTensor &tensor) | BatchTensorBase< BatchTensor > | |
BatchTensorBase(Real)=delete | BatchTensorBase< BatchTensor > | |
clone(torch::MemoryFormat memory_format=torch::MemoryFormat::Contiguous) const | BatchTensorBase< BatchTensor > | |
detach() const | BatchTensorBase< BatchTensor > | |
doc() const | NEML2Object | inline |
empty(const TorchShapeRef &base_shape, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
empty(const TorchShapeRef &batch_shape, const TorchShapeRef &base_shape, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
empty_like(const BatchTensor &other) | BatchTensorBase< BatchTensor > | static |
expected_options() | FullBatchTensor | static |
full(const TorchShapeRef &base_shape, Real init, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
full(const TorchShapeRef &batch_shape, const TorchShapeRef &base_shape, Real init, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
full_like(const BatchTensor &other, Real init) | BatchTensorBase< BatchTensor > | static |
FullBatchTensor(const OptionSet &options) | FullBatchTensor | |
host() const | NEML2Object | |
host() | NEML2Object | |
identity(TorchSize n, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
identity(const TorchShapeRef &batch_shape, TorchSize n, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
input_options() const | NEML2Object | inline |
linspace(const BatchTensor &start, const BatchTensor &end, TorchSize nstep, TorchSize dim=0, TorchSize batch_dim=-1) | BatchTensorBase< BatchTensor > | static |
list_sum() const | BatchTensorBase< BatchTensor > | |
list_unsqueeze() const | BatchTensorBase< BatchTensor > | |
logspace(const BatchTensor &start, const BatchTensor &end, TorchSize nstep, TorchSize dim=0, TorchSize batch_dim=-1, Real base=10) | BatchTensorBase< BatchTensor > | static |
name() const | NEML2Object | inline |
NEML2Object(const OptionSet &options) | NEML2Object | |
ones(const TorchShapeRef &base_shape, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
ones(const TorchShapeRef &batch_shape, const TorchShapeRef &base_shape, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
ones_like(const BatchTensor &other) | BatchTensorBase< BatchTensor > | static |
operator-() const | BatchTensorBase< BatchTensor > | |
path() const | NEML2Object | inline |
setup() | NEML2Object | inlinevirtual |
to(const torch::TensorOptions &options) const | BatchTensorBase< BatchTensor > | |
type() const | NEML2Object | inline |
UserTensor(const OptionSet &options) | UserTensor | |
zeros(const TorchShapeRef &base_shape, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
zeros(const TorchShapeRef &batch_shape, const TorchShapeRef &base_shape, const torch::TensorOptions &options=default_tensor_options()) | BatchTensor | static |
zeros_like(const BatchTensor &other) | BatchTensorBase< BatchTensor > | static |
~NEML2Object()=default | NEML2Object | virtual |