diff --git a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc index e7784cb18e7e7c766f0ae27e6588d4851a2f2812..e8947881765637d68ca9d95d716c97d486e8380a 100644 --- a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc +++ b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc @@ -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; }