Function empty
Source pub unsafe fn empty<Args, Inp>(param: Args) -> <Args as EmptyAPI<Inp>>::Out
Expand description
Uninitialized tensor having a specified shape.
§Safety
This function is unsafe because it creates a tensor with uninitialized.
§See also