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

Function lessequal

sgx_tf_ops/App/App.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void lessequal(unsigned long int eid, float *input,int N, float *output,float alpha){
399 sgx_status_t ret = ecall_lessequal(eid,input,N,output,alpha);
400 if (ret != SGX_SUCCESS) {
401 print_error_message(ret);
402 throw ret;
403 }
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);

Callers

nothing calls this directly

Calls 2

ecall_lessequalFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected