| 5349 | }; |
| 5350 | |
| 5351 | bool compare_grad(const Element& a, const Element& b) { |
| 5352 | return a.value > b.value; |
| 5353 | }; |
| 5354 | |
| 5355 | |
| 5356 | void ecall_sort_de(float *input,int N,int M ,int C,int L,float *output){ |
nothing calls this directly
no outgoing calls
no test coverage detected