Skip to main content

Segment Struct

One named memory segment within a multi-segment tensor buffer (e.g., separate Y / UV planes). More...

Declaration

struct simaai::neat::Segment { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

std::stringname

Segment label (e.g., "Y", "UV", "weights"). More...

std::size_tsize_bytes = 0

Size of this segment in bytes. More...

Description

One named memory segment within a multi-segment tensor buffer (e.g., separate Y / UV planes).

Definition at line 408 of file TensorCore.h.

Public Member Attributes

name

std::string simaai::neat::Segment::name

Segment label (e.g., "Y", "UV", "weights").

Definition at line 409 of file TensorCore.h.

409 std::string name;

size_bytes

std::size_t simaai::neat::Segment::size_bytes = 0

Size of this segment in bytes.

Definition at line 410 of file TensorCore.h.

410 std::size_t size_bytes = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.