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

Function onehot

sgx_tf_ops/App/App.cpp:543–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543void onehot(unsigned long int eid, float* input, int N, int M,int C,int L, float* output,int alpha){
544 sgx_status_t ret = ecall_onehot(eid,input,N,M,C,L,output,alpha);
545 if (ret != SGX_SUCCESS) {
546 print_error_message(ret);
547 throw ret;
548 }
549}
550
551
552void sample(unsigned long int eid, float* input1, float* input2, int N,int nums, float* output){

Callers

nothing calls this directly

Calls 2

ecall_onehotFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected