Contents

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_t

Overview

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