Skip to content

Namespace mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}

Namespace List > mediapipe > tflite_operations > anonymous_namespace{max_unpooling.cc}

Public Attributes

Type Name
constexpr int kDataInputTensor = 0
constexpr int kIndicesTensor = 1
constexpr int kOutputTensor = 0

Public Functions

Type Name
TfLiteStatus Eval (TfLiteContext * context, TfLiteNode * node)
void MaxUnpooling (const ::tflite::PoolParams & params, const ::tflite::RuntimeShape & input_shape, const float * input_data, const float * indices_data, const ::tflite::RuntimeShape & output_shape, float * output_data)
TfLiteStatus Prepare (TfLiteContext * context, TfLiteNode * node)

Public Attributes Documentation

variable kDataInputTensor

constexpr int mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}::kDataInputTensor;

variable kIndicesTensor

constexpr int mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}::kIndicesTensor;

variable kOutputTensor

constexpr int mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}::kOutputTensor;

Public Functions Documentation

function Eval

TfLiteStatus mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}::Eval (
    TfLiteContext * context,
    TfLiteNode * node
) 

function MaxUnpooling

inline void mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}::MaxUnpooling (
    const ::tflite::PoolParams & params,
    const ::tflite::RuntimeShape & input_shape,
    const float * input_data,
    const float * indices_data,
    const ::tflite::RuntimeShape & output_shape,
    float * output_data
) 

function Prepare

TfLiteStatus mediapipe::tflite_operations::anonymous_namespace{max_unpooling.cc}::Prepare (
    TfLiteContext * context,
    TfLiteNode * node
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/util/tflite/operations/max_unpooling.cc