public class LibTensorBincell extends Object
Constructor and Description |
---|
LibTensorBincell() |
Modifier and Type | Method and Description |
---|---|
static void |
bincellOp(TensorBlock m1,
TensorBlock m2,
TensorBlock ret,
BinaryOperator op)
tensor-tensor binary operations
|
static boolean |
isValidDimensionsBinary(TensorBlock m1,
TensorBlock m2) |
public static boolean isValidDimensionsBinary(TensorBlock m1, TensorBlock m2)
public static void bincellOp(TensorBlock m1, TensorBlock m2, TensorBlock ret, BinaryOperator op)
m1
- input tensor 1m2
- input tensor 2ret
- result tensorop
- binary operatorCopyright © 2021 The Apache Software Foundation. All rights reserved.