• Olivier Delalleau's avatar
    Added new behaviors for data type casts (enabled through config.cast_policy) · b5843aa7
    Olivier Delalleau 提交于
    Additional changes:
        - Implemented floor div (//) for the Scalar type
        - Trying to use a true div (/) on integer arguments will raise an
          exception
        - True div on unsigned integers is now coherent with the behavior on
          signed integers
        - True div on integers now results in floatX instead of systematically being
          float64
        - Added a few sanity checks in TrueDiv.grad
        - An exception is raised if one tries to use a constant of type 'long',
          because it is not clear what is going to happen
        - Fixed mean() of unsigned integer arrays
    b5843aa7
名称
最后提交
最后更新
..
__init__.py 正在载入提交数据...
mlp_test.py 正在载入提交数据...
test_basic.py 正在载入提交数据...
test_blas.py 正在载入提交数据...
test_casting.py 正在载入提交数据...
test_complex.py 正在载入提交数据...
test_elemwise.py 正在载入提交数据...
test_gc.py 正在载入提交数据...
test_inc_subtensor.py 正在载入提交数据...
test_incsubtensor.py 正在载入提交数据...
test_merge.py 正在载入提交数据...
test_misc.py 正在载入提交数据...
test_naacl09.py 正在载入提交数据...
test_opt.py 正在载入提交数据...
test_opt_uncanonicalize.py 正在载入提交数据...
test_randomstreams.py 正在载入提交数据...
test_raw_random.py 正在载入提交数据...
test_shared_randomstreams.py 正在载入提交数据...
test_sharedvar.py 正在载入提交数据...
test_xlogx.py 正在载入提交数据...