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

Function sigmoid

sgx_tf_ops/App/App.cpp:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void sigmoid(unsigned long int eid,float *input, int N, float *output){
201
202
203 sgx_status_t ret = ecall_sigmoid(eid, input,N,output);
204 if (ret != SGX_SUCCESS) {
205 print_error_message(ret);
206 throw ret;
207 }
208}
209
210void logloss(unsigned long int eid,float *input,int N,int M,int C,float *label,float *weight,float *output){
211

Callers

nothing calls this directly

Calls 2

ecall_sigmoidFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected