Struct candle_core::TensorId
source · pub struct TensorId(/* private fields */);
Expand description
Unique identifier for tensors.
Trait Implementations§
source§impl PartialEq for TensorId
impl PartialEq for TensorId
impl Copy for TensorId
impl Eq for TensorId
impl StructuralPartialEq for TensorId
Auto Trait Implementations§
impl Freeze for TensorId
impl RefUnwindSafe for TensorId
impl Send for TensorId
impl Sync for TensorId
impl Unpin for TensorId
impl UnwindSafe for TensorId
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.