-
Notifications
You must be signed in to change notification settings - Fork 106
Let TENSORGET command return BLOB+META by default #561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let TENSORGET command return BLOB+META by default #561
Conversation
b47b957
to
d840edc
Compare
Codecov Report
@@ Coverage Diff @@
## master #561 +/- ##
=======================================
Coverage 72.30% 72.31%
=======================================
Files 37 37
Lines 5915 5917 +2
=======================================
+ Hits 4277 4279 +2
Misses 1638 1638
Continue to review full report at Codecov.
|
docs/commands.md
Outdated
@@ -79,7 +79,7 @@ Depending on the specified reply format: | |||
1. The tensor's shape as an Array consisting of an item per dimension | |||
* **BLOB**: the tensor's binary data as a String. If used together with the **META** option, the binary data string will put after the metadata in the array reply. | |||
* **VALUES**: Array containing the numerical representation of the tensor's data. If used together with the **META** option, the binary data string will put after the metadata in the array reply. | |||
|
|||
* Default: META+BLOB are returned by default, in case that non of the arguments above is specified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Default: META+BLOB are returned by default, in case that non of the arguments above is specified. | |
* Default: **META** and **BLOB** are returned by default, in case that non of the arguments above is specified. |
491ad78
to
0c9c805
Compare
…t_format_arg Let TENSORGET command return BLOB+META by default
No description provided.