Skip to content

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

Merged
merged 2 commits into from
Jan 14, 2021

Conversation

alonre24
Copy link
Collaborator

No description provided.

@alonre24 alonre24 self-assigned this Jan 14, 2021
@alonre24 alonre24 force-pushed the Support_TENSORGET_command_without_format_arg branch from b47b957 to d840edc Compare January 14, 2021 09:24
@codecov
Copy link

codecov bot commented Jan 14, 2021

Codecov Report

Merging #561 (0c9c805) into master (7947e6e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #561   +/-   ##
=======================================
  Coverage   72.30%   72.31%           
=======================================
  Files          37       37           
  Lines        5915     5917    +2     
=======================================
+ Hits         4277     4279    +2     
  Misses       1638     1638           
Impacted Files Coverage Δ
src/tensor.c 74.37% <100.00%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7947e6e...0c9c805. Read the comment docs.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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.

@alonre24 alonre24 force-pushed the Support_TENSORGET_command_without_format_arg branch from 491ad78 to 0c9c805 Compare January 14, 2021 10:13
@alonre24 alonre24 merged commit ffd4084 into master Jan 14, 2021
@alonre24 alonre24 deleted the Support_TENSORGET_command_without_format_arg branch January 14, 2021 11:20
DvirDukhan pushed a commit that referenced this pull request Feb 3, 2021
…t_format_arg

Let TENSORGET command return BLOB+META by default
@chayim chayim mentioned this pull request Jul 22, 2021
@chayim chayim mentioned this pull request Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants