Trait tc_tensor::SparseWrite
source · pub trait SparseWrite: Send + Sync {
fn write_value<'life0, 'async_trait>(
&'life0 self,
txn_id: TxnId,
coord: Coord,
value: Number
) -> Pin<Box<dyn Future<Output = TCResult<()>> + Send + 'async_trait>>
where
Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
Write methods for SparseTensor
data