Skip to main content

TessellatedTensor.h File

Format-string predicates for MLA-tessellated tensor payloads. More...

Included Headers

#include <string>

Namespaces Index

namespacesimaai
namespaceneat

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:

1
11#pragma once
12
13#include <string>
14
15namespace simaai::neat {
16
18bool is_tessellated_int8_format(const std::string& fmt);
20bool is_tessellated_bf16_format(const std::string& fmt);
21
22} // namespace simaai::neat

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.