* fix typo

* FIx Typo
This commit is contained in:
ManHyuk 2018-02-06 08:11:17 +09:00 committed by Jonathan Hseu
parent ce6c6c4c12
commit ee8742b949
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ void CopyTensorSegments(const std::vector<Array*>& input_arrays,
// Receives a series of input arrays of type Array and an integer showing the
// axis on which those arrays will be concatenated. It returns the concatenated
// arrray.
// array.
template <ArrayDataType A>
void ConcatenateTensorBuffers(const std::vector<Array*>& input_arrays,
int concatenation_axis,

View File

@ -66,7 +66,7 @@ class GrpcBufferWriter final
}
// It's dangerous to keep an inlined grpc_slice as the backup slice, since
// on a following Next() call, a reference will be returned to this slice
// via GRPC_SLICE_START_PTR, which will not be an adddress held by
// via GRPC_SLICE_START_PTR, which will not be an address held by
// slice_buffer_.
have_backup_ = backup_slice_.refcount != NULL;
byte_count_ -= count;

View File

@ -214,7 +214,7 @@ navigate between these screens by clicking the `<--` and
### Other Features of the tfdbg CLI
In addition to the commands listed above, the tfdbg CLI provides the following
addditional features:
additional features:
* To navigate through previous tfdbg commands, type in a few characters
followed by the Up or Down arrow keys. tfdbg will show you the history of