Unverified Commit 5d37d7bf authored by Chao Liu's avatar Chao Liu Committed by GitHub
Browse files

Reorganize files, Part 1 (#119)

* delete obselete files

* move files

* build

* update cmake

* update cmake

* fix build

* reorg examples

* update cmake for example and test
parent 245f7414
...@@ -87,14 +87,17 @@ struct NKHW : public BaseTensorLayout ...@@ -87,14 +87,17 @@ struct NKHW : public BaseTensorLayout
struct NDHWC : public BaseTensorLayout struct NDHWC : public BaseTensorLayout
{ {
static constexpr const char* name = "NDHWC";
}; };
struct KZYXC : public BaseTensorLayout struct KZYXC : public BaseTensorLayout
{ {
static constexpr const char* name = "KZYXC";
}; };
struct NDHWK : public BaseTensorLayout struct NDHWK : public BaseTensorLayout
{ {
static constexpr const char* name = "NDHWK";
}; };
} // namespace convolution } // namespace convolution
......
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