pub struct TensorInputsExpand<EG: Numeric> {
pub lhs: <Tensor<Line<EG>> as CubeType>::ExpandType,
pub rhs: <Tensor<Line<EG>> as CubeType>::ExpandType,
}
Fields§
§lhs: <Tensor<Line<EG>> as CubeType>::ExpandType
§rhs: <Tensor<Line<EG>> as CubeType>::ExpandType
Trait Implementations§
Source§impl<EG: Numeric> Clone for TensorInputsExpand<EG>
impl<EG: Numeric> Clone for TensorInputsExpand<EG>
Source§impl<EG: Numeric> CubeDebug for TensorInputsExpand<EG>
impl<EG: Numeric> CubeDebug for TensorInputsExpand<EG>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl<EG> Freeze for TensorInputsExpand<EG>
impl<EG> RefUnwindSafe for TensorInputsExpand<EG>where
EG: RefUnwindSafe,
impl<EG> !Send for TensorInputsExpand<EG>
impl<EG> !Sync for TensorInputsExpand<EG>
impl<EG> Unpin for TensorInputsExpand<EG>where
EG: Unpin,
impl<EG> UnwindSafe for TensorInputsExpand<EG>where
EG: UnwindSafe,
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