#[repr(transparent)]pub struct TiComputeGraph(pub usize);Expand description
Handle TiComputeGraph
A collection of Taichi kernels (a compute graph) to launch on the offload target in a predefined order.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for TiComputeGraph
impl Clone for TiComputeGraph
Source§fn clone(&self) -> TiComputeGraph
fn clone(&self) -> TiComputeGraph
Returns a duplicate 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 TiComputeGraph
impl Debug for TiComputeGraph
Source§impl Hash for TiComputeGraph
impl Hash for TiComputeGraph
Source§impl Ord for TiComputeGraph
impl Ord for TiComputeGraph
Source§fn cmp(&self, other: &TiComputeGraph) -> Ordering
fn cmp(&self, other: &TiComputeGraph) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TiComputeGraph
impl PartialEq for TiComputeGraph
Source§impl PartialOrd for TiComputeGraph
impl PartialOrd for TiComputeGraph
impl Copy for TiComputeGraph
impl Eq for TiComputeGraph
impl StructuralPartialEq for TiComputeGraph
Auto Trait Implementations§
impl Freeze for TiComputeGraph
impl RefUnwindSafe for TiComputeGraph
impl Send for TiComputeGraph
impl Sync for TiComputeGraph
impl Unpin for TiComputeGraph
impl UnwindSafe for TiComputeGraph
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