morpheus.messages.multi_response_message.ResponseMemory
- class ResponseMemory(*args, **kwargs)[source]
Bases:
<a href="morpheus.messages.tensor_memory.TensorMemory.html#morpheus.messages.tensor_memory.TensorMemory">morpheus.messages.tensor_memory.TensorMemory</a>
Output memory block holding the results of inference.
Methods
<a href="#morpheus.messages.multi_response_message.ResponseMemory.get_output">get_output</a>
(name)Return the output tensor specified by
name
.- get_output(name)[source]
Return the output tensor specified by
name
.- Parameters
- namestr
Name of output tensor.
- Returns
- cupy.ndarray
Tensor corresponding to name.