public class DebugTensorValidator<DATATYPE,TENSOR extends Tensor<DATATYPE,TENSOR>> extends java.lang.Object implements TensorValidator<DATATYPE,TENSOR>
NAN_CATCHER, NAN_FIXER, ZERO_CATCHER| Constructor and Description |
|---|
DebugTensorValidator(TensorValidator<DATATYPE,TENSOR> delegate) |
| Modifier and Type | Method and Description |
|---|---|
BooleanTensor |
check(TENSOR tensor) |
void |
disable() |
void |
enable() |
TENSOR |
validate(TENSOR tensor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthatExpects, thatExpectsElementwise, thatExpectsNotToFind, thatFixesElementwise, thatReplacespublic DebugTensorValidator(TensorValidator<DATATYPE,TENSOR> delegate)
public BooleanTensor check(TENSOR tensor)
public void enable()
public void disable()