Skip to main content

Interpreter_resizeTensor

Function Interpreter_resizeTensor 

Source
pub unsafe extern "C" fn Interpreter_resizeTensor(
    interpreter: *mut Interpreter,
    tensor: *mut Tensor,
    dims: *const c_int,
    dimsSize: usize,
)