NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

Question: Implementations about Apis in math_functions.cpp #510

Closed redirus closed 6 years ago

redirus commented 6 years ago

Where can I find Apis' implementations about fp16 calculations such as vhExp(n, a, y); vhLn(n, a, y);

in math_functions.cpp? When I try to 'make', error: 'vhExp' was not declared in this scope? Thanks