public class CustomElementwiseTensorValueChecker<DATATYPE,TENSOR extends Tensor<DATATYPE,TENSOR>> extends java.lang.Object implements TensorValueChecker<DATATYPE,TENSOR>
| Constructor and Description |
|---|
CustomElementwiseTensorValueChecker(java.util.function.Function<DATATYPE,java.lang.Boolean> checkFunction) |
| Modifier and Type | Method and Description |
|---|---|
BooleanTensor |
check(TENSOR tensor) |
public CustomElementwiseTensorValueChecker(java.util.function.Function<DATATYPE,java.lang.Boolean> checkFunction)
public BooleanTensor check(TENSOR tensor)