• David Bau's avatar
    Fix NaNGuardMode to permit None variables. · 0f374035
    David Bau 提交于
    None values in the theano tree can appear in array indexing
    such as A[:, None], but NaNGuard mode currently throws an
    exception when it requirest a None value.  This simple
    change fixes it, and adds a relevant test.
    0f374035
名称
最后提交
最后更新
..
__init__.py 正在载入提交数据...
test_builders.py 正在载入提交数据...
test_debugmode.py 正在载入提交数据...
test_function.py 正在载入提交数据...
test_function_module.py 正在载入提交数据...
test_function_name.py 正在载入提交数据...
test_misc.py 正在载入提交数据...
test_mode.py 正在载入提交数据...
test_modes.py 正在载入提交数据...
test_monitormode.py 正在载入提交数据...
test_nanguardmode.py 正在载入提交数据...
test_ops.py 正在载入提交数据...
test_pfunc.py 正在载入提交数据...
test_profiling.py 正在载入提交数据...
test_shared.py 正在载入提交数据...