Home
last modified time | relevance | path

Searched refs:erf_grad (Results 1 – 9 of 9) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Delemwise_unary_op_basic.cu63 ElemwiseBinaryOp::Compute<gpu, unary_bwd<mshadow_op::erf_grad>>);
H A Delemwise_unary_op_basic.cc897 ElemwiseBinaryOp::Compute<cpu, unary_bwd<mshadow_op::erf_grad>>);
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Delemwise_unary_op_basic.cu63 ElemwiseBinaryOp::Compute<gpu, unary_bwd<mshadow_op::erf_grad>>);
H A Delemwise_unary_op_basic.cc897 ElemwiseBinaryOp::Compute<cpu, unary_bwd<mshadow_op::erf_grad>>);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/op/
H A D_tensor_grad.py279 def erf_grad(orig, grad): function
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Doperator_tune.cc262 IMPLEMENT_UNARY_WORKLOAD_BWD(mxnet::op::mshadow_op::erf_grad); // NOLINT()
H A Dmshadow_op.h423 MXNET_UNARY_MATH_OP(erf_grad, 2.0 / math::sqrt(PI) * math::exp(-(a * a)));
432 static_cast<float>(a) * erf_grad::Map(static_cast<float>(a) / SQRT_2) / SQRT_2)));
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Doperator_tune.cc262 IMPLEMENT_UNARY_WORKLOAD_BWD(mxnet::op::mshadow_op::erf_grad); // NOLINT()
H A Dmshadow_op.h423 MXNET_UNARY_MATH_OP(erf_grad, 2.0 / math::sqrt(PI) * math::exp(-(a * a)));
432 static_cast<float>(a) * erf_grad::Map(static_cast<float>(a) / SQRT_2) / SQRT_2)));