clDNN
|
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_option > | make_default () |
Make default build_option corresponding OptType . | |
static std::shared_ptr< const build_option > | make_option (const cldnn_build_option &option) |
Make build_option from C API cldnn_build_option. | |
Helper template to convert build_option_type value to particular build_option class.
Definition at line 292 of file program.hpp.