You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make Caffe-HRT,I encountered the following problems, How can I solve it?
......
.build_release/lib/libcaffe.so:对‘arm_compute::NEPoolingLayer::configure(arm_compute::ITensor*, arm_compute::ITensor*, arm_compute::PoolingLayerInfo const&)’未定义的引用
.build_release/lib/libcaffe.so:对‘arm_compute::NEConvolutionLayer::configure(arm_compute::ITensor const*, arm_compute::ITensor const*, arm_compute::ITensor const*, arm_compute::ITensor*, arm_compute::PadStrideInfo const&, arm_compute::WeightsInfo const&)’未定义的引用
.build_release/lib/libcaffe.so:对‘arm_compute::NESoftmaxLayer::NESoftmaxLayer(std::shared_ptr<arm_compute::IMemoryManager>)’未定义的引用
.build_release/lib/libcaffe.so:对‘arm_compute::NEDepthConcatenate::configure(std::vector<arm_compute::ITensor*, std::allocator<arm_compute::ITensor*> >, arm_compute::ITensor*)’未定义的引用
collect2: error: ld returned 1 exit status
Makefile:679: recipe for target '.build_release/tools/caffe.bin' failed
make: *** [.build_release/tools/caffe.bin] Error 1
The text was updated successfully, but these errors were encountered:
When I make Caffe-HRT,I encountered the following problems, How can I solve it?
......
.build_release/lib/libcaffe.so:对‘arm_compute::NEPoolingLayer::configure(arm_compute::ITensor*, arm_compute::ITensor*, arm_compute::PoolingLayerInfo const&)’未定义的引用
.build_release/lib/libcaffe.so:对‘arm_compute::NEConvolutionLayer::configure(arm_compute::ITensor const*, arm_compute::ITensor const*, arm_compute::ITensor const*, arm_compute::ITensor*, arm_compute::PadStrideInfo const&, arm_compute::WeightsInfo const&)’未定义的引用
.build_release/lib/libcaffe.so:对‘arm_compute::NESoftmaxLayer::NESoftmaxLayer(std::shared_ptr<arm_compute::IMemoryManager>)’未定义的引用
.build_release/lib/libcaffe.so:对‘arm_compute::NEDepthConcatenate::configure(std::vector<arm_compute::ITensor*, std::allocator<arm_compute::ITensor*> >, arm_compute::ITensor*)’未定义的引用
collect2: error: ld returned 1 exit status
Makefile:679: recipe for target '.build_release/tools/caffe.bin' failed
make: *** [.build_release/tools/caffe.bin] Error 1
The text was updated successfully, but these errors were encountered: