import { Matrix } from '.';
/**
 *
 * relu {m} weights to {into} weights
 */
export declare function relu(product: Matrix, left: Matrix): void;
//# sourceMappingURL=relu.d.ts.map