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

Method EWhereEqualGradOp

en_ops/e_where_equal.cc:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected