Contents

BNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)

Sets the option for the compiled graph to include debugging information.

Declaration

func BNNSGraphCompileOptionsSetGenerateDebugInfo(_ options: bnns_graph_compile_options_t, _ value: Bool)

Parameters

  • options:

    The compilation options object.

  • value:

    true specifies that the compiled graph includes debugging information; otherwise, the compiled graph excludes debugging information.

Discussion

The default option is to exclude debugging information.

See Also

Specifying and querying compilation options