Class mediapipe::InferenceRunner
ClassList > mediapipe > InferenceRunner
Inherited by the following classes: mediapipe::InferenceInterpreterDelegateRunner
Public Functions
Type | Name |
---|---|
virtual const InputOutputTensorNames & | GetInputOutputTensorNames () const = 0 |
virtual absl::StatusOr< std::vector< Tensor > > | Run (CalculatorContext * cc, const TensorSpan & tensor_span) = 0 |
virtual | ~InferenceRunner () = default |
Public Functions Documentation
function GetInputOutputTensorNames
virtual const InputOutputTensorNames & mediapipe::InferenceRunner::GetInputOutputTensorNames () const = 0
function Run
virtual absl::StatusOr< std::vector< Tensor > > mediapipe::InferenceRunner::Run (
CalculatorContext * cc,
const TensorSpan & tensor_span
) = 0
function ~InferenceRunner
virtual mediapipe::InferenceRunner::~InferenceRunner () = default
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/tensor/inference_runner.h