Skip to content

Namespace mediapipe::anonymous_namespace{inference_interpreter_delegate_runner.cc}

Namespace List > mediapipe > anonymous_namespace{inference_interpreter_delegate_runner.cc}

Public Types

Type Name
typedef ::tflite::Interpreter Interpreter
typedef ::tflite::InterpreterBuilder InterpreterBuilder

Public Functions

Type Name
void CopyTensorBufferFromInterpreter (Interpreter * interpreter, int output_tensor_index, Tensor * output_tensor)
void CopyTensorBufferToInterpreter (const Tensor & input_tensor, Interpreter * interpreter, int input_tensor_index)
void CopyTensorBufferToInterpreter< char > (const Tensor & input_tensor, Interpreter * interpreter, int input_tensor_index)

Public Types Documentation

typedef Interpreter

using mediapipe::anonymous_namespace{inference_interpreter_delegate_runner.cc}::Interpreter = typedef ::tflite::Interpreter;

typedef InterpreterBuilder

using mediapipe::anonymous_namespace{inference_interpreter_delegate_runner.cc}::InterpreterBuilder = typedef ::tflite::InterpreterBuilder;

Public Functions Documentation

function CopyTensorBufferFromInterpreter

template<typename T>
void mediapipe::anonymous_namespace{inference_interpreter_delegate_runner.cc}::CopyTensorBufferFromInterpreter (
    Interpreter * interpreter,
    int output_tensor_index,
    Tensor * output_tensor
) 

function CopyTensorBufferToInterpreter

template<typename T>
void mediapipe::anonymous_namespace{inference_interpreter_delegate_runner.cc}::CopyTensorBufferToInterpreter (
    const Tensor & input_tensor,
    Interpreter * interpreter,
    int input_tensor_index
) 

function CopyTensorBufferToInterpreter< char >

template<>
void mediapipe::anonymous_namespace{inference_interpreter_delegate_runner.cc}::CopyTensorBufferToInterpreter< char > (
    const Tensor & input_tensor,
    Interpreter * interpreter,
    int input_tensor_index
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/tensor/inference_interpreter_delegate_runner.cc