Skip to content

Commit

Permalink
消除多余的头文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhellofss committed Jul 22, 2023
1 parent c4eac4f commit 0b43d42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/layer/details/convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@

#include "convolution.hpp"
#include <glog/logging.h>
#include "data/tensor_util.hpp"
#include "layer/abstract/layer_factory.hpp"
#include "runtime/runtime_ir.hpp"
#include "tick.hpp"

namespace kuiper_infer {
ConvolutionLayer::ConvolutionLayer(uint32_t output_channel, uint32_t in_channel,
Expand Down

0 comments on commit 0b43d42

Please sign in to comment.