Skip to main content

Tensor.h File

Umbrella header — the stable include surface for simaai::neat::Tensor users. More...

Included Headers

Namespaces Index

namespacesimaai
namespaceneat

Description

Umbrella header — the stable include surface for simaai::neat::Tensor users.

Pulls in TensorCore.h (the type definition and methods) and TensorSpec.h (the TensorConstraint/TensorSpec shape contract used in introspection APIs). Most application code only needs to #include "pipeline/Tensor.h" to get the full Tensor surface plus the TensorList alias.

See Also

TensorCore.h for the Tensor struct itself

See Also

TensorSpec.h for the constraint/spec types

See Also

"Tensors: hiding the memory mess" (§0.10 of the design deep dive)

File Listing

The file content with the documentation metadata removed is:

1
15#pragma once
16
19
20namespace simaai::neat {
21
23using TensorList = std::vector<Tensor>;
24
25} // namespace simaai::neat

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.