pub unsafe extern "C" fn nn_tensor_engine(
    tensor: *mut NNTensor
) -> *mut NNEngine
Expand 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