bnns_graph_compile_options_t
The compilation options that BNNS uses when compiling a source mlmodelc file to a graph object.
Declaration
struct bnns_graph_compile_options_tOverview
Call BNNSGraphCompileOptionsMakeDefault() to create a default options structure and then call functions such as BNNSGraphCompileOptionsSetOptimizationPreference(_:_:) to set indivual options.
Topics
Initializing an options structure
Specifying an options structure’s properties
See Also
Specifying and querying compilation options
BNNSGraphCompileOptionsMakeDefault()BNNSGraphCompileOptionsDestroy(_:)BNNSGraphCompileOptionsSetOutputPath(_:_:)BNNSGraphCompileOptionsGetOutputPath(_:)BNNSGraphCompileOptionsSetOutputFD(_:_:)BNNSGraphCompileOptionsGetOutputFD(_:)BNNSGraphCompileOptionsSetTargetSingleThread(_:_:)BNNSGraphCompileOptionsGetTargetSingleThread(_:)BNNSGraphCompileOptionsSetOptimizationPreference(_:_:)BNNSGraphCompileOptionsGetOptimizationPreference(_:)BNNSGraphOptimizationPreferenceBNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)BNNSGraphCompileOptionsGetGenerateDebugInfo(_:)BNNSTargetSystemGeneric