Miscellaneous

Miscellaneous#

einx.id

Compute the identity-map of values in the given tensor.

einx.dot

Compute the dot-product of values in the given tensors.

einx.flip

Reverse the order of elements in the given tensor.

einx.roll

Rolls the elements in the given tensor by the specified shift amounts.

einx.sort

Returns values in the given tensor sorted in ascending order.

einx.softmax

Compute the softmax of values in the given tensor.

einx.log_softmax

Compute the log-softmax of values in the given tensor.