Class mediapipe::InferenceFeedbackManager
ClassList > mediapipe > InferenceFeedbackManager
Public Functions
Type | Name |
---|---|
int | GetNumberOfFeedbackTensors () const |
int | GetNumberOfNonFeedbackInputTensors () const |
absl::Status | Init (const mediapipe::InferenceCalculatorOptions::InputOutputConfig & io_config, const InputOutputTensorNames & input_output_tensor_names_map, tflite::Interpreter * interpreter) |
bool | IsFeedbackInputTensorAtIndex (int idx) const |
bool | IsFeedbackOutputTensorAtIndex (int idx) const |
absl::StatusOr< int > | MapInputTensorToModelIndex (int input_idx) const |
void | SwapFeedbackTensors () |
Public Functions Documentation
function GetNumberOfFeedbackTensors
int mediapipe::InferenceFeedbackManager::GetNumberOfFeedbackTensors () const
function GetNumberOfNonFeedbackInputTensors
int mediapipe::InferenceFeedbackManager::GetNumberOfNonFeedbackInputTensors () const
function Init
absl::Status mediapipe::InferenceFeedbackManager::Init (
const mediapipe::InferenceCalculatorOptions::InputOutputConfig & io_config,
const InputOutputTensorNames & input_output_tensor_names_map,
tflite::Interpreter * interpreter
)
function IsFeedbackInputTensorAtIndex
bool mediapipe::InferenceFeedbackManager::IsFeedbackInputTensorAtIndex (
int idx
) const
function IsFeedbackOutputTensorAtIndex
bool mediapipe::InferenceFeedbackManager::IsFeedbackOutputTensorAtIndex (
int idx
) const
function MapInputTensorToModelIndex
absl::StatusOr< int > mediapipe::InferenceFeedbackManager::MapInputTensorToModelIndex (
int input_idx
) const
function SwapFeedbackTensors
void mediapipe::InferenceFeedbackManager::SwapFeedbackTensors ()
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/tensor/inference_feedback_manager.h