Contents

BNNSGraphCompileOptionsGetTargetSingleThread(_:)

Returns the option for the compiled graph to execute on a single thread.

Declaration

func BNNSGraphCompileOptionsGetTargetSingleThread(_ options: bnns_graph_compile_options_t) -> Bool

Parameters

  • options:

    The compilation options object.

Return Value

true if the options specify single-threaded execution; otherwise, false.

See Also

Specifying and querying compilation options