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

Function ceshi

sgx_tf_ops/App/App.cpp:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void ceshi(unsigned long int eid,float *input,float *output,int M,int C){
156 printf("ceshisgx/n");
157 sgx_status_t ret = ecall_ceshi(eid,input,output,M,C);
158 if (ret != SGX_SUCCESS) {
159 print_error_message(ret);
160 throw ret;
161 }
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);

Callers

nothing calls this directly

Calls 3

printfFunction · 0.85
ecall_ceshiFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected