|
HAL
|
#include <configuration.h>

Public Attributes | |
| u32 | pass_layers |
| u32 | num_threads |
| bool | enforce_type_consistency |
| bool | has_known_groups = false |
Definition at line 36 of file configuration.h.
| bool hal::dataflow::processing::Configuration::enforce_type_consistency |
Definition at line 41 of file configuration.h.
Referenced by hal::dataflow::analyze(), hal::dataflow::group_by_control_signals::process(), hal::dataflow::group_by_input_output_size::process(), hal::dataflow::group_by_successor_predecessor_known_groups::process(), and hal::dataflow::group_by_successors_predecessors::process().
| bool hal::dataflow::processing::Configuration::has_known_groups = false |
Definition at line 42 of file configuration.h.
Referenced by hal::dataflow::analyze().
| u32 hal::dataflow::processing::Configuration::num_threads |
Definition at line 39 of file configuration.h.
Referenced by hal::dataflow::analyze(), and hal::dataflow::processing::run().
| u32 hal::dataflow::processing::Configuration::pass_layers |
Definition at line 38 of file configuration.h.
Referenced by hal::dataflow::analyze(), and hal::dataflow::processing::run().