import { Matrix } from '.';
/**
 * adds {from} deltas to {m} deltas when {m} weights are above other a threshold of 0
 */
export declare function reluB(product: Matrix, left: Matrix): void;
//# sourceMappingURL=relu-b.d.ts.map