• Pascal Lamblin's avatar
    Accept arrays in AbstractConv make_node · 4e7913c2
    Pascal Lamblin 提交于
    We are not calling `as_tensor_variable` to avoid transfers when the
    inputs are on GPU, but the the cuda/numpy arrays should still be
    converted to Constant variables.
    4e7913c2
test_abstractconv.py 2.1 KB