Defined in File response_memory.hpp
-
struct ResponseMemoryInterfaceProxy
Interface proxy, used to insulate python bindings.
Public Static Functions
-
static pybind11::object get_output(ResponseMemory &self, const std::string &name)
Get the output object.
- Parameters
self –
name –
- Returns
pybind11::object
-
static TensorObject get_output_tensor(ResponseMemory &self, const std::string &name)
Get the output tensor object.
- Parameters
self –
name –
- Returns
-
static pybind11::object get_output(ResponseMemory &self, const std::string &name)