ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::compiler::CompilerArtifact Struct Reference

#include <ICompiler.h>

Public Member Functions

 CompilerArtifact (void)=delete
 
 CompilerArtifact (std::shared_ptr< exec::IExecutors > executors, std::unique_ptr< const util::TracingCtx > tracing_ctx)
 

Data Fields

std::shared_ptr< exec::IExecutors_executors
 
std::unique_ptr< const util::TracingCtx_tracing_ctx
 

Detailed Description

Definition at line 33 of file ICompiler.h.

Constructor & Destructor Documentation

◆ CompilerArtifact() [1/2]

onert::compiler::CompilerArtifact::CompilerArtifact ( void  )
delete

◆ CompilerArtifact() [2/2]

onert::compiler::CompilerArtifact::CompilerArtifact ( std::shared_ptr< exec::IExecutors executors,
std::unique_ptr< const util::TracingCtx tracing_ctx 
)
inline

Definition at line 36 of file ICompiler.h.

38 : _executors{executors}, _tracing_ctx{std::move(tracing_ctx)} {};
std::shared_ptr< exec::IExecutors > _executors
Definition ICompiler.h:40
std::unique_ptr< const util::TracingCtx > _tracing_ctx
Definition ICompiler.h:41

Field Documentation

◆ _executors

std::shared_ptr<exec::IExecutors> onert::compiler::CompilerArtifact::_executors

Definition at line 40 of file ICompiler.h.

◆ _tracing_ctx

std::unique_ptr<const util::TracingCtx> onert::compiler::CompilerArtifact::_tracing_ctx

Definition at line 41 of file ICompiler.h.


The documentation for this struct was generated from the following file: