clDNN
cldnn::detail::build_option_traits< OptType > Struct Template Reference

Helper template to convert build_option_type value to particular build_option class. More...

#include <program.hpp>

Public Types

typedef build_option object_type
 build_option object type which represents the particular OptType.
 

Static Public Member Functions

static std::shared_ptr< const build_optionmake_default ()
 Make default build_option corresponding OptType.
 
static std::shared_ptr< const build_optionmake_option (const cldnn_build_option &option)
 Make build_option from C API cldnn_build_option.
 

Detailed Description

template<build_option_type OptType>
struct cldnn::detail::build_option_traits< OptType >

Helper template to convert build_option_type value to particular build_option class.

Definition at line 292 of file program.hpp.


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