Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Dec 5, 2024
1 parent 0fb7a57 commit 18576c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ class MORPHEUS_EXPORT ControlMessage
void tensors(const std::shared_ptr<TensorMemory>& tensor_memory);

/**
* @brief Get the number of tensors in the tensor memory.
* @brief Get the length of tensors in the tensor memory.
*
* @return The count of tensors in the tensor memory.
* @return The length of tensors in the tensor memory.
*/
TensorIndex tensor_count();

Expand Down

0 comments on commit 18576c3

Please sign in to comment.