Python wrappers
Public Python APIs implemented by this engine symbol.Create an uninitialised tensor matching a in shape, dtype, and device.
Parameters
aTensorImplPtrTensor whose metadata is mirrored.
requires_gradboolAttach a fresh autograd leaf when true.
Returns
TensorImplPtrNew leaf tensor; content must not be relied upon (see empty_op).