public MatchCondition(SameDiff sameDiff, SDVariable input, long[] dimensions, boolean keepDims, double compare, double eps, int mode) {
        super(sameDiff, input, dimensions, keepDims);
        this.compare = compare;
        this.eps = eps;
        this.mode = Conditions.ConditionMode.fromNumber(mode);