DebugTypes.h File
Included Headers
#include "builder/OutputSpec.h"
#include "pipeline/TensorCore.h"
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | debug |
Classes Index
| struct | DebugOptions |
| struct | DebugOutput |
| struct | DebugStream |
| struct | OutputTag |
| struct | StreamTag |
File Listing
The file content with the documentation metadata removed is:
4#include "pipeline/TensorCore.h"
12namespace simaai::neat::debug {
14struct DebugOptions {
15 int timeout_ms = 10000;
17 bool force_system_memory = true;
20struct DebugOutput {
23 std::string caps_string;
24 bool tensorizable = false;
31struct DebugStream {
36 std::string caps_string;
37 bool tensorizable = false;
41 explicit operator bool() const {
42 return static_cast<bool>(next);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.