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

Function reducemin_zero_grad

sgx_tf_ops/App/App.cpp:737–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737void reducemin_zero_grad(unsigned long int eid, float *input, float *grad,int N,int M,int C,int L, float *output){
738 sgx_status_t ret = ecall_reducemin_zero_grad(eid,input,grad,N,M,C,L,output);
739 if (ret != SGX_SUCCESS) {
740 print_error_message(ret);
741 throw ret;
742 }
743}
744
745void sort_de(unsigned long int eid,float *input,int N,int M ,int C,int L,float *output){
746 sgx_status_t ret = ecall_sort_de(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