Struct tvm::runtime::function::ffi::TVMParallelGroupEnv [−][src]
Expand description
\brief Environment for TVM parallel task.
Fields
sync_handle: *mut c_void
\brief Auxiliary used for synchronization
num_task: i32
\brief total amount of task
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TVMParallelGroupEnv
impl !Send for TVMParallelGroupEnv
impl !Sync for TVMParallelGroupEnv
impl Unpin for TVMParallelGroupEnv
impl UnwindSafe for TVMParallelGroupEnv
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more