BNNSGraphCompileOptionsGetGenerateDebugInfo(_:)
Returns the option for the compiled graph to include debugging information.
Declaration
func BNNSGraphCompileOptionsGetGenerateDebugInfo(_ options: bnns_graph_compile_options_t) -> BoolParameters
- options:
The compilation options object.
Return Value
true if the options specify that the compiled graph includes debugging information; otherwise, false.
See Also
Specifying and querying compilation options
bnns_graph_compile_options_tBNNSGraphCompileOptionsMakeDefault()BNNSGraphCompileOptionsDestroy(_:)BNNSGraphCompileOptionsSetOutputPath(_:_:)BNNSGraphCompileOptionsGetOutputPath(_:)BNNSGraphCompileOptionsSetOutputFD(_:_:)BNNSGraphCompileOptionsGetOutputFD(_:)BNNSGraphCompileOptionsSetTargetSingleThread(_:_:)BNNSGraphCompileOptionsGetTargetSingleThread(_:)BNNSGraphCompileOptionsSetOptimizationPreference(_:_:)BNNSGraphCompileOptionsGetOptimizationPreference(_:)BNNSGraphOptimizationPreferenceBNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)BNNSTargetSystemGeneric