Skip to main content

runtime.h File

Umbrella include for SiMa NEAT's Graph and runtime tensor types. More...

Included Headers

Namespaces Index

namespacesimaai
namespaceneat

Description

Umbrella include for SiMa NEAT's Graph and runtime tensor types.

Pulls in the Graph/Run lifecycle types (Graph, Run, GraphOptions, NeatError, GraphReport) along with the tensor surface area applications interact with at runtime (Tensor, TensorCore, TensorSpec, TensorTypes, TensorAdapters, TensorConversion, TensorOpenCV, TessellatedTensor).

Include this instead of cherry-picking individual pipeline subheaders.

File Listing

The file content with the documentation metadata removed is:

1
12#pragma once
13
15#include "pipeline/Run.h"
16#include "pipeline/Graph.h"
20#include "pipeline/Tensor.h"
28
29#include <future>
30
31namespace simaai::neat {
32
42
48std::future<void> prewarm_runtime_async();
49
50} // namespace simaai::neat

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.