pub struct RsCompletedBwd {
pub conv_ld: <Valid<U<{ _ }>> as Interface>::Bwd,
pub conv_ex: <Valid<U<{ _ }>> as Interface>::Bwd,
pub conv_st: <Valid<U<{ _ }>> as Interface>::Bwd,
pub matmul_ld: <Valid<U<{ _ }>> as Interface>::Bwd,
pub matmul_ex: <Valid<U<{ _ }>> as Interface>::Bwd,
pub matmul_st: <Valid<U<{ _ }>> as Interface>::Bwd,
}
Fields§
§conv_ld: <Valid<U<{ _ }>> as Interface>::Bwd
§conv_ex: <Valid<U<{ _ }>> as Interface>::Bwd
§conv_st: <Valid<U<{ _ }>> as Interface>::Bwd
§matmul_ld: <Valid<U<{ _ }>> as Interface>::Bwd
§matmul_ex: <Valid<U<{ _ }>> as Interface>::Bwd
§matmul_st: <Valid<U<{ _ }>> as Interface>::Bwd
Trait Implementations§
source§impl Clone for RsCompletedBwd
impl Clone for RsCompletedBwd
source§fn clone(&self) -> RsCompletedBwd
fn clone(&self) -> RsCompletedBwd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RsCompletedBwd
impl Debug for RsCompletedBwd
impl Copy for RsCompletedBwd
Auto Trait Implementations§
impl RefUnwindSafe for RsCompletedBwd
impl Send for RsCompletedBwd
impl Sync for RsCompletedBwd
impl Unpin for RsCompletedBwd
impl UnwindSafe for RsCompletedBwd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more