TessellatedTensor.h File
Format-string predicates for MLA-tessellated tensor payloads. More...
Included Headers
#include <string>
Namespaces Index
| namespace | simaai |
| namespace | neat |
Description
Format-string predicates for MLA-tessellated tensor payloads.
The Neat dtype contract keeps tessellated tensors out of the public Tensor API; this header exposes a couple of small predicates used by advanced code paths and diagnostics that need to recognise tessellated payload formats by their caps-string token.
File Listing
The file content with the documentation metadata removed is:
15namespace simaai::neat {
18bool is_tessellated_int8_format(const std::string& fmt);
20bool is_tessellated_bf16_format(const std::string& fmt);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.