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

Function ceshi_grad

sgx_tf_ops/App/App.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ceshi_grad(unsigned long int eid,float *input,float *output,int M,int C){
165 sgx_status_t ret = ecall_ceshi_grad(eid,input,output,M,C);
166 if (ret != SGX_SUCCESS) {
167 print_error_message(ret);
168 throw ret;
169 }
170}
171
172void encrypt1(unsigned long int eid,float *input, int N, float *output){
173 //printf("ceshi_encrypt\n");

Callers

nothing calls this directly

Calls 2

ecall_ceshi_gradFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected