Skip to main content

I420View Struct

Declaration

struct simaai::neat::I420View { ... }

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 *u = nullptr
int64_tu_stride = 0
const uint8_t *v = nullptr
int64_tv_stride = 0

Definition at line 219 of file TensorCore.h.

Public Member Attributes

height

int simaai::neat::I420View::height = 0

Definition at line 221 of file TensorCore.h.

221 int height = 0;

u

const uint8_t* simaai::neat::I420View::u = nullptr

Definition at line 224 of file TensorCore.h.

224 const uint8_t* u = nullptr;

u_stride

int64_t simaai::neat::I420View::u_stride = 0

Definition at line 225 of file TensorCore.h.

225 int64_t u_stride = 0;

v

const uint8_t* simaai::neat::I420View::v = nullptr

Definition at line 226 of file TensorCore.h.

226 const uint8_t* v = nullptr;

v_stride

int64_t simaai::neat::I420View::v_stride = 0

Definition at line 227 of file TensorCore.h.

227 int64_t v_stride = 0;

width

int simaai::neat::I420View::width = 0

Definition at line 220 of file TensorCore.h.

220 int width = 0;

y

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

Definition at line 222 of file TensorCore.h.

222 const uint8_t* y = nullptr;

y_stride

int64_t simaai::neat::I420View::y_stride = 0

Definition at line 223 of file TensorCore.h.

223 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.