Trait tc_tensor::TensorDualIO [−][src]
pub trait TensorDualIO<D: Dir, O> {
type Txn: Transaction<D>;
fn write<'async_trait>(
self,
txn: Self::Txn,
bounds: Bounds,
value: O
) -> Pin<Box<dyn Future<Output = TCResult<()>> + Send + 'async_trait>>
where
Self: 'async_trait;
}
Associated Types
type Txn: Transaction<D>
type Txn: Transaction<D>
The type of Transaction
to expect