towhee.hub.builtin.operators.tensor_likeΒΆ

Classes

tensor_concat

Concat the sequence of inputs along a axis (no new axis)

tensor_matmul

Matrix multiplication.

tensor_normalize

Normalize input tensor.

tensor_random

Return a random tensor filled with random numbers from [0.0, 1.0).

tensor_reshape

Reshape input tensor.

tensor_split

Split the input array along a axis.

tensor_stack

Stack the sequence of inputs along a new axis.

tensor_unstack

Unstack an array along given axis.