cuquantum.cutensornet.create_tensor_svd_info¶
- cuquantum.cutensornet.create_tensor_svd_info(intptr_t handle) intptr_t [source]¶
Sets up the information for singular value decomposition.
- Parameters
handle (intptr_t) – Opaque handle holding cuTensorNet’s library context.
- Returns
This data structure holds all information about the trucation at runtime.
- Return type
intptr_t
See also