aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/data_layout.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/data_layout.dox')
-rw-r--r--docs/user_guide/data_layout.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user_guide/data_layout.dox b/docs/user_guide/data_layout.dox
index 97d3ea6262..ae69bbf457 100644
--- a/docs/user_guide/data_layout.dox
+++ b/docs/user_guide/data_layout.dox
@@ -34,8 +34,9 @@ the right-most letter represents the fastest changing dimension:
- NHWC: The native layout of Compute Library that delivers the best performance where channels are in the fastest changing dimension
- NCHW: Legacy layout where width is in the fastest changing dimension
+- NDHWC: New data layout for supporting 3D operators
-, where N = batch, C = channel, H = height, W = width.
+, where N = batch, C = channel, H = height, W = width, D = depth.
*/
} // namespace