Skip to main content

ByteStreamSpec Struct

Opaque byte-stream tensor metadata. More...

Declaration

struct simaai::neat::ByteStreamSpec { ... }

Included Headers

#include <TensorCore.h>

Enumerations Index

enum classByteFormat { ... }

Byte-level payload formats for opaque raw-byte tensors. More...

Public Member Attributes Index

ByteFormatformat = ByteFormat::Raw

Byte payload format. More...

std::stringdescription

Optional human-readable contract hint; empty = unspecified. More...

Description

Opaque byte-stream tensor metadata.

Set on Tensor::semantic.byte_stream when the tensor carries raw bytes that should not be interpreted as a structured numeric tensor by the transport layer. The downstream stage owns the byte contract (size, layout, meaning).

Definition at line 204 of file TensorCore.h.

Enumerations

ByteFormat

enum class simaai::neat::ByteStreamSpec::ByteFormat
strong

Byte-level payload formats for opaque raw-byte tensors.

Enumeration values
RawRaw opaque bytes; downstream interprets byte contract out-of-band (= 0)

Definition at line 206 of file TensorCore.h.

206 enum class ByteFormat {
207 Raw = 0,
208 };

Public Member Attributes

description

std::string simaai::neat::ByteStreamSpec::description

Optional human-readable contract hint; empty = unspecified.

Definition at line 211 of file TensorCore.h.

211 std::string description;

format

ByteFormat simaai::neat::ByteStreamSpec::format = ByteFormat::Raw

Byte payload format.

Definition at line 210 of file TensorCore.h.

210 ByteFormat format = ByteFormat::Raw;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.