public class DebugTensorValidator<DATATYPE,TENSOR extends Tensor<DATATYPE>> 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, wait
thatExpects, thatExpectsElementwise, thatExpectsNotToFind, thatFixesElementwise, thatReplaces
public DebugTensorValidator(TensorValidator<DATATYPE,TENSOR> delegate)
public BooleanTensor check(TENSOR tensor)
check
in interface TensorValueChecker<TENSOR extends Tensor<DATATYPE>>
public void enable()
public void disable()