remove warning for forward decl (#13459)

This commit is contained in:
horance 2017-10-04 07:21:36 +08:00 committed by Frank Chen
parent 931609fcfc
commit 075d1d13b4

View File

@ -70,7 +70,7 @@ class BatchDescriptor;
class FilterDescriptor;
class ConvolutionDescriptor;
class ProfileResult;
struct AlgorithmDesc;
class AlgorithmDesc;
} // namespace dnn
class StreamExecutor;