Defined in File multi_inference_fil.hpp
-
struct MultiInferenceFILMessageInterfaceProxy
Interface proxy, used to insulate python bindings.
Public Static Functions
Create and initialize a MultiInferenceFILMessage, and return a shared pointer to the result.
- Parameters
meta – Holds a data table, in practice a cudf DataFrame, with the ability to return both Python and C++ representations of the table
mess_offset – Offset into the metadata batch
mess_count – Messages count
memory – Holds the generic tensor data in cupy arrays that will be used for inference stages
offset – Message offset in inference memory object
count – Message count in inference memory object
- Returns
std::shared_ptr<MultiInferenceFILMessage>
-
static std::shared_ptr<morpheus::InferenceMemory> memory(MultiInferenceFILMessage &self)
Returns a shared pointer of a inference memory object.
- Parameters
self –
- Returns
std::shared_ptr<morpheus::InferenceMemory>
-
static std::size_t offset(MultiInferenceFILMessage &self)
Message offset in inference memory object.
- Parameters
self –
- Returns
std::size_t
-
static std::size_t count(MultiInferenceFILMessage &self)
Message count in inference memory object.
- Parameters
self –
- Returns
std::size_t