Skip to content

Class mediapipe::Tensor::CpuView

template <typename T>

ClassList > mediapipe > Tensor > CpuView

Inherits the following classes: mediapipe::Tensor::View

Public Functions

Type Name
CpuView (CpuView && src)
auto buffer () const
~CpuView ()

Protected Attributes

Type Name
T * buffer_
absl::AnyInvocable< void()> release_callback_

Protected Functions

Type Name
CpuView (T * buffer, std::unique_ptr< absl::MutexLock > && lock, absl::AnyInvocable< void()> release_callback=nullptr)

Public Functions Documentation

function CpuView [1/2]

inline mediapipe::Tensor::CpuView::CpuView (
    CpuView && src
) 

function buffer

template<typename P>
inline auto mediapipe::Tensor::CpuView::buffer () const

function ~CpuView

inline mediapipe::Tensor::CpuView::~CpuView () 

Protected Attributes Documentation

variable buffer_

T* mediapipe::Tensor::CpuView< T >::buffer_;

variable release_callback_

absl::AnyInvocable<void()> mediapipe::Tensor::CpuView< T >::release_callback_;

Protected Functions Documentation

function CpuView [2/2]

inline mediapipe::Tensor::CpuView::CpuView (
    T * buffer,
    std::unique_ptr< absl::MutexLock > && lock,
    absl::AnyInvocable< void()> release_callback=nullptr
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/formats/tensor.h