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

Function greater

sgx_tf_ops/App/App.cpp:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void greater(unsigned long int eid, float *input,int N, float *output,float alpha){
407 sgx_status_t ret = ecall_greater(eid,input,N,output,alpha);
408 if (ret != SGX_SUCCESS) {
409 print_error_message(ret);
410 throw ret;
411 }
412}
413
414void reducesum(unsigned long int eid, float *input,int N, float *output){
415 sgx_status_t ret = ecall_reducesum(eid,input,N,output);

Callers

nothing calls this directly

Calls 2

ecall_greaterFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected