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

Function logloss_none_grad

sgx_tf_ops/App/App.cpp:584–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void logloss_none_grad(unsigned long int eid, float *input,float *grad,int N,float *label,float *weight,float *grad_x,float *grad_w,float *grad_l){
585 sgx_status_t ret = ecall_logloss_none_grad(eid,input,grad,N,label,weight,grad_x,grad_w,grad_l);
586 if (ret != SGX_SUCCESS) {
587 print_error_message(ret);
588 throw ret;
589 }
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);

Callers

nothing calls this directly

Calls 2

ecall_logloss_none_gradFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected