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

Method EDivGradOp

en_ops/e_div.cc:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117{
118public:
119 explicit EDivGradOp(OpKernelConstruction *context) : OpKernel(context)
120 {
121 OP_REQUIRES_OK(context, context->GetAttr("eid_low", &eid_low_));
122 OP_REQUIRES_OK(context, context->GetAttr("eid_high", &eid_high_));
123 OP_REQUIRES_OK(context, context->GetAttr("times", &times_));
124 lib = dlopen("/home/zhangyan/jhrsgx/privacy_test/privacy_tf/sgx_tf_ops/sgx.so", RTLD_LAZY);
125 OP_REQUIRES(context, lib != NULL, errors::Unknown("Unable to load sgx.so!"));
126 }
127 void Compute(OpKernelContext *context) override
128 {
129

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected