Skip to content

Commit 501a87d

Browse files
committed
Add github issue number to TBD
Signed-off-by: Adrian Lundell <[email protected]> Change-Id: Id4a792880c4778062d959e7c5525ceb49960a11f
1 parent c2a1531 commit 501a87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cortex_m/ops/cortex_m_ops_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ inline void validate_cmsis_nn_tensor_requirements(
6969
"Output must have the same sizes as inputs");
7070
}
7171

72-
// TBD: Validate dim_order
72+
// TBD (#16032): Validate dim_order
7373
// TBD: Validate memory alignment (CMSIS-NN requirement)
7474
}
7575

0 commit comments

Comments
 (0)