• David Warde-Farley's avatar
    Fix tile op implementation. · 96363cb9
    David Warde-Farley 提交于
    Raise a proper error when reps is not a constant (since a tensor value
    is not supported by this implementation, as it is) and also force
    x.ndim == len(reps), since bad things happen if it's not the case.
    96363cb9
basic.py 204.2 KB