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

Method EMatmul2dGradOp

en_ops/e_matmul2d.cc:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95{
96public:
97 explicit EMatmul2dGradOp(OpKernelConstruction *context) : OpKernel(context)
98 {
99 OP_REQUIRES_OK(context, context->GetAttr("eid_low", &eid_low_));
100 OP_REQUIRES_OK(context, context->GetAttr("eid_high", &eid_high_));
101 OP_REQUIRES_OK(context, context->GetAttr("times", &times_));
102 lib = dlopen("/home/zhangyan/jhrsgx/privacy_test/privacy_tf/sgx_tf_ops/sgx.so", RTLD_LAZY);
103 OP_REQUIRES(context, lib != NULL, errors::Unknown("Unable to load sgx.so!"));
104 }
105 void Compute(OpKernelContext *context) override
106 {
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected