Tensor

public class Tensor

Public Constructors

Tensor()
Empty constructor.
Tensor(Pointer p)
Pointer cast constructor.

Inherited Methods

Public Constructors

public Tensor ()

Empty constructor. Calls super((Pointer)null).

public Tensor (Pointer p)

Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).