Function deepviewrt_sys::nn_tensor_engine
source · pub unsafe extern "C" fn nn_tensor_engine(
tensor: *mut NNTensor
) -> *mut NNEngineExpand description
Returns the engine owning this tensor, could be NULL.
@param tensor Pointer to the tensor object.
@return Pointer to the engine object to which the tensor is associated.
@public @memberof NNTensor @since 2.0