Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
8edd047b
Commit
8edd047b
authored
Aug 14, 2017
by
Tianqi Chen
Committed by
GitHub
Aug 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TOPI] Move ewise.h -> elemwise.h (#327)
* [TOPI] Move ewise.h -> elemwise.h * fix test
parent
760475f9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
tests/cpp/topi_ewise_test.cc
+1
-1
topi/include/topi/elemwise.h
+4
-4
No files found.
tests/cpp/topi_ewise_test.cc
View file @
8edd047b
#include <tvm/tvm.h>
#include <topi/ewise.h>
#include <topi/e
lem
wise.h>
#include <gtest/gtest.h>
namespace
topi
{
...
...
topi/include/topi/ewise.h
→
topi/include/topi/e
lem
wise.h
View file @
8edd047b
/*!
* Copyright (c) 2017 by Contributors
* \file ewise.h
* \file e
lem
wise.h
* \brief Elementwise op constructions
*/
#ifndef TOPI_EWISE_H_
#define TOPI_EWISE_H_
#ifndef TOPI_E
LEM
WISE_H_
#define TOPI_E
LEM
WISE_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_E
LEM
WISE_H_
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment