TF_Tensor

public class TF_Tensor

Public Constructors

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

Inherited Methods

Public Constructors

public TF_Tensor ()

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

public TF_Tensor (Pointer p)

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