NEML2 2.0.0
Loading...
Searching...
No Matches
Tensor Member List

This is the complete list of members for Tensor, including all inherited members.

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