public class CastOp
Casts a TensorBuffer
to a specified data type.
Public Constructors
Public Methods
Inherited Methods
Public Constructors
public CastOp ( DataType destinationType)
Constructs a CastOp.
Note: For only converting type for a certain TensorBuffer
on-the-fly rather than in
a processor, please directly use TensorBuffer.createFrom(TensorBuffer, DataType)
.
When this Op is executed, if the original TensorBuffer
is already in destinationType
, the original buffer will be directly returned.
Parameters
destinationType
Throws
Public Methods
public TensorBuffer apply ( TensorBuffer input)
Parameters
input

