We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20e7ff3 + d96f1ef commit 036c5b4Copy full SHA for 036c5b4
docs/commands.md
@@ -12,8 +12,8 @@ AI.TENSORSET tensor_key data_type shape1 shape2 ... [BLOB data | VALUES val1 val
12
* shape - shape of the tensor, i.e. how many elements for each axis
13
14
Optional args:
15
- * BLOB data - provide tensor content as a binary buffer
16
- * VALUES val1 val2 - provide tensor content as individual values
+* BLOB data - provide tensor content as a binary buffer
+* VALUES val1 val2 - provide tensor content as individual values
17
18
> If no BLOB or VALUES are specified, the tensor is allocated but not initialized to any value.
19
0 commit comments