Commit 8edd047b by Tianqi Chen Committed by GitHub

[TOPI] Move ewise.h -> elemwise.h (#327)

* [TOPI] Move ewise.h -> elemwise.h

* fix test
parent 760475f9
#include <tvm/tvm.h>
#include <topi/ewise.h>
#include <topi/elemwise.h>
#include <gtest/gtest.h>
namespace topi {
......
/*!
* Copyright (c) 2017 by Contributors
* \file ewise.h
* \file elemwise.h
* \brief Elementwise op constructions
*/
#ifndef TOPI_EWISE_H_
#define TOPI_EWISE_H_
#ifndef TOPI_ELEMWISE_H_
#define TOPI_ELEMWISE_H_
#include <string>
......@@ -30,4 +30,4 @@ TOPI_DECLARE_UNARY_OP(sigmoid);
TOPI_DECLARE_UNARY_OP(sqrt);
} // namespace topi
#endif // TOPI_EWISE_H_
#endif // TOPI_ELEMWISE_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment