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

Function compare_grad

sgx_tf_ops/Enclave/Enclave.cpp:5351–5353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5349};
5350
5351bool compare_grad(const Element& a, const Element& b) {
5352 return a.value > b.value;
5353};
5354
5355
5356void ecall_sort_de(float *input,int N,int M ,int C,int L,float *output){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected