Struct tvm_rt::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.
