pypose.is_lietensor
-
class pypose.is_lietensor(obj)[source]
Check whether an instance or object is a LieTensor or not.
- Parameters:
obj (obj
) – a Python object or instantance.
- Returns:
True
if obj is a LieTensor object otherwise False
.
- Return type:
bool