tvm.h 310 Bytes
Newer Older
tqchen committed
1 2 3 4 5 6 7 8 9 10
/*!
 *  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"
11
#include "./ir_operator.h"
tqchen committed
12
#include "./tensor.h"
13
#include "./operation.h"
14
#include "./packed_func_ext.h"
tqchen committed
15 16

#endif  // TVM_TVM_H_