4.7. Analyzer Tool Options (dla_compiler Command Options)
--fanalyze-performance Option
- Syntax
- --fanalyze-performance
- Description
-
When this option is set, the compiler estimates the performance of the given graph on the specified architecture. The performance report provides the estimated kernel throughput for each network graph provided.
An example performance report is as follows:
Graph reported throughput: 12.345678
- Parsed As
- (bool)
--fdump-performance-report Option
- Syntax
- --fdump-performance-report=<dump_performance>
- Description
-
Optional output file for the performance estimate.
This option also enables the --fanalyze-performance option.
- Parsed As
- (string)
--fanalyze-area Option
- Syntax
- --fanalyze-area
- Description
- Set this option to have the compiler estimate the area of the specified architecture.
- Parsed As
- (bool)
--fdump-area-report Option
- Syntax
- --fdump-area-report=<dump_area>
- Description
-
Optional output file for the area estimate.
This option also enables the --fanalyze-area option.
- Parsed As
- (string)
--est-fps-single-subgraph Option
- Syntax
- --est-fps-single-subgraph
- Description
- This option enables throughput estimation for a specific subgraph of a specific graph.
- Parsed As
- (bool)
--est-fps-network-index Option
- Syntax
- --est-fps-network-index=<network_index>
- Description
- This option specifies the index for the network to be estimated for throughput.
- Parsed As
- (int)
--est-fps-subgraph-index Option
- Syntax
- --est-fps-subgraph-index=<network_subgraph_index>
- Description
- This option specifies the subgraph index for the network to be estimated for throughput.
- Parsed As
- (int)
--fdisplay-device Option
- Syntax
- --fdisplay-device
- Description
- The option enables displaying the device (for example, CPU or FPGA) for each subgraph for all networks.
- Parsed As
- (bool)