Commit a4fffb40 authored by Chao Liu's avatar Chao Liu
Browse files

move files

parent 756b0ca1
...@@ -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