|
clDNN
|
build_option specialization for selecting a directory. More...
#include <program.hpp>


Public Member Functions | |
| build_option_directory (const std::string &dir_path) | |
| Constructs option. More... | |
| build_option_directory (const cldnn_build_option &value) | |
| Constructs from C API cldnn_build_option. | |
Public Attributes | |
| const std::string | directory_path |
Additional Inherited Members | |
Static Public Member Functions inherited from cldnn::build_option | |
| static std::shared_ptr< const build_option > | fusing (bool enable=false) |
| Allow primitives fusing during program build (default: false). | |
| static std::shared_ptr< const build_option > | optimize_data (bool enable=false) |
| Enable implicit reordering for user inputs (default: false). | |
| static std::shared_ptr< const build_option > | debug (bool enable=false) |
| Enable debug mode (default: false). More... | |
| static std::shared_ptr< const build_option > | outputs (const std::vector< primitive_id > &outs) |
| User selected list of program outputs. | |
| static std::shared_ptr< const build_option > | tuning_config (const tuning_config_options &config=tuning_config_options()) |
| Tuning configuration (default: false). More... | |
| static std::shared_ptr< const build_option > | graph_dumps_dir (const std::string &dir_path) |
| Specifies a directory to which stages of network compilation should be dumped (default: empty, i.e. no dumping) | |
build_option specialization for selecting a directory.
Definition at line 253 of file program.hpp.
|
inlineexplicit |
Constructs option.
| outs | List of ouput ids (names) |
Definition at line 259 of file program.hpp.