21 lines
372 B
C++
21 lines
372 B
C++
//
|
|
// FuseBufExecution.hpp
|
|
// MNN
|
|
//
|
|
// Created by MNN on 2025/07/14.
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
|
//
|
|
|
|
#ifndef MNN_OPENCL_BUFFER_CLOSED
|
|
#ifndef FuseBufExecution_hpp
|
|
#define FuseBufExecution_hpp
|
|
|
|
namespace MNN {
|
|
namespace OpenCL {
|
|
|
|
|
|
} // namespace OpenCL
|
|
} // namespace MNN
|
|
#endif /* FuseBufExecution_hpp */
|
|
#endif /* MNN_OPENCL_BUFFER_CLOSED */
|