parent
ce6c6c4c12
commit
ee8742b949
@ -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,
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user