Package org.apache.sysds.runtime.data
Class LibTensorBincell
java.lang.Object
org.apache.sysds.runtime.data.LibTensorBincell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbincellOp(TensorBlock m1, TensorBlock m2, TensorBlock ret, BinaryOperator op) tensor-tensor binary operationsstatic boolean
-
Constructor Details
-
LibTensorBincell
public LibTensorBincell()
-
-
Method Details
-
isValidDimensionsBinary
-
bincellOp
tensor-tensor binary operations- Parameters:
m1- input tensor 1m2- input tensor 2ret- result tensorop- binary operator
-