Struct ResponseMemoryInterfaceProxy

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

TensorObject

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