SparseBsrTensor =============== Constructs a sparse tensor in BSR (Block Compressed Sparse Row) format. **Abstract Signature:** ``SparseBsrTensor(crow_indices: Tensor, col_indices: Tensor, values: Tensor, size: Optional[List[int]], dtype: Optional[str], device: Optional[Any])`` .. raw:: html
——