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

Function reducemean_0

sgx_tf_ops/App/App.cpp:592–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void reducemean_0(unsigned long int eid, float *input,int N,int M,int L,float *output){
593 sgx_status_t ret = ecall_reducemean_0(eid,input,N,M,L,output);
594 if (ret != SGX_SUCCESS) {
595 print_error_message(ret);
596 throw ret;
597 }
598}
599
600void reducemean_0_grad(unsigned long int eid, float *input,float* grad,int N,int M,int L,float *output){
601 sgx_status_t ret = ecall_reducemean_0_grad(eid,input,grad,N,M,L,output);

Callers

nothing calls this directly

Calls 2

ecall_reducemean_0Function · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected