Skip to main content

Crate slop_tensor

Crate slop_tensor 

Source

Macros§

tensor

Structs§

Dimensions
Tensor
TensorView
TensorViewMut

Enums§

DimensionsError

Traits§

TransposeBackend
A backend that supports the 2D transpose operation.

Functions§

add_assign
Add a scalar value to all elements of a tensor in place.
dot_along_dim
Compute the dot product of a tensor with a scalar tensor along a given dimension.
sum_tensor_dim
Computes the sum of the tensor along a dimension.