/*! * Copyright (c) 2016 by Contributors * \file tvm.h * \brief Header to include all C++ API. */ #ifndef TVM_TVM_H_ #define TVM_TVM_H_ #include "./base.h" #include "./expr.h"
#include "./ir_operator.h"
#include "./tensor.h"
#include "./operation.h"
#include "./packed_func_ext.h"
#endif // TVM_TVM_H_