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

Method ESortDeGradOp

en_ops/e_sort_de.cc:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected