17 lines
282 B
C++
17 lines
282 B
C++
//
|
|
// ExprCreator.hpp
|
|
// MNN
|
|
//
|
|
// Created by MNN on 2019/06/27.
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
|
//
|
|
|
|
#ifndef ExprCreator_hpp
|
|
#define ExprCreator_hpp
|
|
|
|
#include <MNN/expr/Expr.hpp>
|
|
#include <MNN/expr/MathOp.hpp>
|
|
#include <MNN/expr/NeuralNetWorkOp.hpp>
|
|
|
|
#endif
|