Tensor.h File
Umbrella header — the stable include surface for simaai::neat::Tensor users. More...
Included Headers
#include "pipeline/TensorCore.h"
#include "pipeline/TensorSpec.h"
Namespaces Index
| namespace | simaai |
| namespace | neat |
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:
17#include "pipeline/TensorCore.h"
18#include "pipeline/TensorSpec.h"
20namespace simaai::neat {
23using TensorList = std::vector<Tensor>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.