Package org.flag4j.operations
Interface RealDenseTensorBinaryOperation
public interface RealDenseTensorBinaryOperation
Functional interface for creating a lambda which implements an operation acting on two real dense tensors.
-
Method Summary
-
Method Details
-
apply
Applies the specified binary operation on the two tensors.- Parameters:
src1
- Entries of the first tensor.shape1
- Shape of the first tensor.src2
- Entries of the second tensor.shape2
- Shape of the second tensor.- Returns:
- The result of applying the specified binary operation to the two tensors.
-