clDNN
cldnn::build_options Class Reference

Represents program build options list. More...

#include <program.hpp>

Public Member Functions

void set_option (std::shared_ptr< const build_option > opt)
 Adds or replace option to the options list.
 
template<typename ... Args>
void set_option (std::shared_ptr< const build_option > opt, Args... args)
 Adds or replace options to the options list.
 
template<typename ... Args>
 build_options (Args... args)
 Constructs build options list from its arguments.
 
 build_options (array_ref< cldnn_build_option > options)
 Constructs build options list from C API ::cldnn_build_options.
 
template<build_option_type OptType>
std::shared_ptr< const typename detail::build_option_traits< OptType >::object_type > get () const
 Returns program build option for OptType.
 

Detailed Description

Represents program build options list.

Definition at line 399 of file program.hpp.


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