empty

Function empty 

Source
pub unsafe fn empty<Args, Inp>(param: Args) -> <Args as EmptyAPI<Inp>>::Out
where Args: EmptyAPI<Inp>,
Expand description

Uninitialized tensor having a specified shape.

§Safety

This function is unsafe because it creates a tensor with uninitialized.

§See also