Skip to content
Snippets Groups Projects
Commit 6ccee2a1 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Core] add unknown tensor layout

parent eaa1a86b
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@
NHWC = ["N", "H", "W", "C"]
NCHW = ["N", "C", "H", "W"]
NC = ["N", "C"]
UNKNOWN = []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment