MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / EMataddGradOp

Method EMataddGradOp

en_ops/e_matadd.cc:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82{
83public:
84 explicit EMataddGradOp(OpKernelConstruction *context) : OpKernel(context)
85 {
86 OP_REQUIRES_OK(context, context->GetAttr("eid_low", &eid_low_));
87 OP_REQUIRES_OK(context, context->GetAttr("eid_high", &eid_high_));
88 OP_REQUIRES_OK(context, context->GetAttr("times", &times_));
89 lib = dlopen("/home/zhangyan/jhrsgx/privacy_test/privacy_tf/sgx_tf_ops/sgx.so", RTLD_LAZY);
90 OP_REQUIRES(context, lib != NULL, errors::Unknown("Unable to load sgx.so!"));
91 }
92 void Compute(OpKernelContext *context) override
93 {
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected