Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tensortask/ttp
Browse files Browse the repository at this point in the history
  • Loading branch information
samsends committed Dec 15, 2018
2 parents 00b6696 + f03e63a commit c1eb3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The goal of TTP is to create a standard minimum that enables basic conversion be
### Per Tensor
* Data Type (data type for the given tensor)
* Tensor Dimensions (dimensionality of the given tensor)
* Tensor Contents (raw bytes)
* Tensor Contents (raw bytes using C-standard for packing a multidim array)

## Generate Protobuffers

Expand All @@ -36,4 +36,4 @@ go generate ./...
```

## JSON Support
Protocol Buffers automatically map to JSON and vice versa. Examples of standard and extended JSON tensors, requests, and responses are on the way!
Protocol Buffers automatically map to JSON and vice versa. Examples of standard and extended JSON tensors, requests, and responses are on the way!

0 comments on commit c1eb3b1

Please sign in to comment.