[FEA]: Add tensor_count
property for ControlMessage
#1876
Labels
feature request
New feature or request
tensor_count
property for ControlMessage
#1876
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
For
ControlMessage
,msg.tensors().count
is a common pattern, calling msg.tensors() might require a bit more cost than we think, we might want to consider atensor_count
property.See #1803 (comment)
Describe your ideal solution
Add a
tensor_count
property forControlMessage
.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: