nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
333 stars 124 forks source link

[FEA]: ControlMessage.tensors(TensorMemory) should support casting from the Python impl of TensorMemory #1646

Open dagardner-nv opened 4 months ago

dagardner-nv commented 4 months ago

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

High

Please provide a clear description of problem this feature solves

Currently interacting with the ControlMessage requires from morpheus._lib.messages import TensorMemory as CppTensorMemory

Describe your ideal solution

Support a cast in the python bindings

Additional context

No response

Code of Conduct