Struct tvm::runtime::ndarray::NDArrayContainer [−][src]
#[repr(C)]pub struct NDArrayContainer { /* fields omitted */ }
Expand description
See the module-level documentation
for more details.
Implementations
pub fn leak<'a>(
object_ptr: ObjectPtr<NDArrayContainer>
) -> &'a mut NDArrayContainer where
NDArrayContainer: 'a,
pub fn as_mut_ptr<'a>(
object_ptr: &ObjectPtr<NDArrayContainer>
) -> *mut NDArrayContainer where
NDArrayContainer: 'a,
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NDArrayContainer
impl !Send for NDArrayContainer
impl !Sync for NDArrayContainer
impl Unpin for NDArrayContainer
impl UnwindSafe for NDArrayContainer
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