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

Function relu

sgx_tf_ops/App/App.cpp:190–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void relu(unsigned long int eid,float *input, int N, float *output){
191
192
193 sgx_status_t ret = ecall_relu(eid, input,N,output);
194 if (ret != SGX_SUCCESS) {
195 print_error_message(ret);
196 throw ret;
197 }
198}
199
200void sigmoid(unsigned long int eid,float *input, int N, float *output){
201

Callers

nothing calls this directly

Calls 2

ecall_reluFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected