clDNN
|
build_option specialization for program outputs list. More...
#include <program.hpp>
Public Member Functions | |
build_option_outputs (const std::vector< primitive_id > &outs) | |
Constructs option. More... | |
build_option_outputs (const cldnn_build_option &value) | |
Constructs from C API cldnn_build_option. | |
Public Attributes | |
const std::vector< primitive_id > | outputs |
The list of output ids (names) | |
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 program outputs list.
Definition at line 151 of file program.hpp.
|
inlineexplicit |
Constructs option.
outs | List of ouput ids (names) |
Definition at line 158 of file program.hpp.