Skip to content
Snippets Groups Projects
Commit 0aed9405 authored by Elizabeth's avatar Elizabeth
Browse files

Adding missing declaration for wrapper_tensorSoftmax

parent 16a9a7ff
No related branches found
No related tags found
No related merge requests found
......@@ -53,5 +53,6 @@ void dummyFunction(){
void* TanhWrapper = (void*) &wrapper_tensorTanh;
void* BatchNormWrapper = (void*) &wrapper_tensorBatchNorm;
void* PoolingWrapper = (void*) &wrapper_tensorPooling;
void* softmaxWrapper = (void*) &wrapper_tensorSoftmax;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment