Validator

public class Validator

Public Methods

static void
copyToNdArrayArgs(NdArray<?> ndArray, NdArray<?> otherNdArray)
static void
readToBufferArgs(NdArray<?> ndArray, DataBuffer<?> dst)
static void
writeFromBufferArgs(NdArray<?> ndArray, DataBuffer<?> src)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public static void copyToNdArrayArgs (NdArray<?> ndArray, NdArray<?> otherNdArray)

public static void readToBufferArgs (NdArray<?> ndArray, DataBuffer<?> dst)

public static void writeFromBufferArgs (NdArray<?> ndArray, DataBuffer<?> src)