Home
last modified time | relevance | path

Searched defs:grad_req (Results 1 – 25 of 44) sorted by relevance

12

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_multi_device_exec.py23 def check_ctx_group(group2ctx, grad_req, mlp, set_stage1): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_multi_device_exec.py23 def check_ctx_group(group2ctx, grad_req, mlp, set_stage1): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/
H A Dparameter.py105 def __init__(self, name, grad_req='write', shape=None, dtype=mx_real_t, argument
141 def grad_req(self): member in Parameter
145 def grad_req(self, req): member in Parameter
704 def grad_req(self): member in Constant
708 def grad_req(self, req): member in Constant
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/
H A Dparameter.py105 def __init__(self, name, grad_req='write', shape=None, dtype=mx_real_t, argument
141 def grad_req(self): member in Parameter
145 def grad_req(self, req): member in Parameter
704 def grad_req(self): member in Constant
708 def grad_req(self, req): member in Constant
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/fcn-xs/
H A Dsolver.py48 grad_req='write', argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/fcn-xs/
H A Dsolver.py48 grad_req='write', argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/gpu/
H A Dtest_operator_gpu.py775 def test_1D_with_width(width, grad_req): argument
781 def test_2D_with_width(width, grad_req): argument
804 def test_1D_with_width(width, grad_req): argument
810 def test_2D_with_width(width, grad_req): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/gpu/
H A Dtest_operator_gpu.py775 def test_1D_with_width(width, grad_req): argument
781 def test_2D_with_width(width, grad_req): argument
804 def test_1D_with_width(width, grad_req): argument
810 def test_2D_with_width(width, grad_req): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/ddpg/
H A Dqfuncs.py68 grad_req=None): argument
H A Dpolicies.py80 grad_req=None): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/ddpg/
H A Dqfuncs.py68 grad_req=None): argument
H A Dpolicies.py80 grad_req=None): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dimperative.h56 OpReqType grad_req; variable
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dimperative.h56 OpReqType grad_req; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dexecutor.py56 def __init__(self, handle, symbol, ctx, grad_req, group2ctx): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dexecutor.py56 def __init__(self, handle, symbol, ctx, grad_req, group2ctx): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_predict_api.cc82 std::vector<OpReqType> grad_req(arg_arrays.size(), kNullOp); in _CreateExecutor() local
295 std::vector<OpReqType> grad_req(arg_arrays.size(), kNullOp); in _CreatePartialOut() local
512 std::vector<OpReqType> grad_req(ret->arg_arrays.size(), kNullOp); in MXPredReshape() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_predict_api.cc82 std::vector<OpReqType> grad_req(arg_arrays.size(), kNullOp); in _CreateExecutor() local
295 std::vector<OpReqType> grad_req(arg_arrays.size(), kNullOp); in _CreatePartialOut() local
512 std::vector<OpReqType> grad_req(ret->arg_arrays.size(), kNullOp); in MXPredReshape() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/module/
H A Dsequential_module.py227 grad_req='write'): argument
H A Dpython_module.py167 grad_req='write'): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/module/
H A Dsequential_module.py227 grad_req='write'): argument
H A Dpython_module.py167 grad_req='write'): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dexecutor.jl109 grad_req = GRAD_WRITE) argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dexecutor.jl109 grad_req = GRAD_WRITE) argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/contrib/svrg_optimization/
H A Dsvrg_module.py199 inputs_need_grad=False, force_rebind=False, shared_module=None, grad_req='write'): argument

12