Skip to content

Commit 036c5b4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 20e7ff3 + d96f1ef commit 036c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ AI.TENSORSET tensor_key data_type shape1 shape2 ... [BLOB data | VALUES val1 val
1212
* shape - shape of the tensor, i.e. how many elements for each axis
1313

1414
Optional args:
15-
* BLOB data - provide tensor content as a binary buffer
16-
* VALUES val1 val2 - provide tensor content as individual values
15+
* BLOB data - provide tensor content as a binary buffer
16+
* VALUES val1 val2 - provide tensor content as individual values
1717

1818
> If no BLOB or VALUES are specified, the tensor is allocated but not initialized to any value.
1919

0 commit comments

Comments
 (0)