juice icon indicating copy to clipboard operation
juice copied to clipboard

Use pointwise multiply instead of blas gemm for bias

Open drahnr opened this issue 5 years ago • 0 comments

Currently a gemm operation is used to calculate the bias, which is a O(n^3) operation, where it should be a simply sum per SharedTensor element

drahnr avatar Jan 21 '20 09:01 drahnr