morpheus.messages.multi_response_message.ResponseMemory

class ResponseMemory(*args, **kwargs)[source]

Bases: morpheus.messages.tensor_memory.TensorMemory

Output memory block holding the results of inference.

Methods

get_output(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.

© Copyright 2023, NVIDIA. Last updated on Feb 3, 2023.