pub struct TensorMapBinding {
pub binding: Binding,
pub map: TensorMapMeta,
}Expand description
A tensor map used with TMA ops
Fields§
§binding: BindingThe binding for the backing tensor
map: TensorMapMetaThe tensormap metadata
Implementations§
Source§impl TensorMapBinding
impl TensorMapBinding
Sourcepub fn new(binding: Binding, map: TensorMapMeta) -> Self
pub fn new(binding: Binding, map: TensorMapMeta) -> Self
Constructs a new TensorMapBinding.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TensorMapBinding
impl !RefUnwindSafe for TensorMapBinding
impl Send for TensorMapBinding
impl Sync for TensorMapBinding
impl Unpin for TensorMapBinding
impl UnsafeUnpin for TensorMapBinding
impl !UnwindSafe for TensorMapBinding
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