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

Function reducemax_zero_grad

sgx_tf_ops/App/App.cpp:705–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705void reducemax_zero_grad(unsigned long int eid, float *input, float *grad,int N,int M,int C,int L, float *output){
706 sgx_status_t ret = ecall_reducemax_zero_grad(eid,input,grad,N,M,C,L,output);
707 if (ret != SGX_SUCCESS) {
708 print_error_message(ret);
709 throw ret;
710 }
711}
712
713void reducemin_one(unsigned long int eid, float *input,int N,int M,int C,int L, float *output){
714 sgx_status_t ret = ecall_reducemin_one(eid,input,N,M,C,L,output);

Callers

nothing calls this directly

Calls 2

print_error_messageFunction · 0.85

Tested by

no test coverage detected