提交 df12e3a0 编写于 作者: J jhjiangcs

remove useless log of mpc_elementwise_mul_o.h.

上级 f0016137
......@@ -71,8 +71,6 @@ template <typename DeviceContext, typename T>
class MpcElementwiseMulKernel : public MpcOpKernel<T> {
public:
void ComputeImpl(const framework::ExecutionContext &ctx) const override{
VLOG(3) << "********************";
VLOG(3) << "MpcElementwiseMulKernel";
auto *in_x_t = ctx.Input<framework::LoDTensor>("X");
auto *in_y_t = ctx.Input<framework::LoDTensor>("Y");
auto *out_t = ctx.Output<framework::LoDTensor>("Out");
......@@ -96,8 +94,6 @@ template <typename DeviceContext, typename T>
class MpcElementwiseMulGradKernel : public MpcOpKernel<T> {
public:
void ComputeImpl(const framework::ExecutionContext &ctx) const override {
VLOG(3) << "********************";
VLOG(3) << "MpcElementwiseMulGradKernel";
auto *in_x_t = ctx.Input<framework::LoDTensor>("X");
auto *in_y_t = ctx.Input<framework::LoDTensor>("Y");
auto *dout = ctx.Input<framework::LoDTensor>(framework::GradVarName("Out"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册