Skip to main content

Nv12View Struct

Declaration

struct simaai::neat::Nv12View { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

intwidth = 0
intheight = 0
const uint8_t *y = nullptr
int64_ty_stride = 0
const uint8_t *uv = nullptr
int64_tuv_stride = 0

Definition at line 205 of file TensorCore.h.

Public Member Attributes

height

int simaai::neat::Nv12View::height = 0

Definition at line 207 of file TensorCore.h.

207 int height = 0;

uv

const uint8_t* simaai::neat::Nv12View::uv = nullptr

Definition at line 210 of file TensorCore.h.

210 const uint8_t* uv = nullptr;

uv_stride

int64_t simaai::neat::Nv12View::uv_stride = 0

Definition at line 211 of file TensorCore.h.

211 int64_t uv_stride = 0;

width

int simaai::neat::Nv12View::width = 0

Definition at line 206 of file TensorCore.h.

206 int width = 0;

y

const uint8_t* simaai::neat::Nv12View::y = nullptr

Definition at line 208 of file TensorCore.h.

208 const uint8_t* y = nullptr;

y_stride

int64_t simaai::neat::Nv12View::y_stride = 0

Definition at line 209 of file TensorCore.h.

209 int64_t y_stride = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.