Contents

BNNSGraphCompileOptionsGetOutputPath(_:)

Returns the option for the compiled graph’s output path.

Declaration

func BNNSGraphCompileOptionsGetOutputPath(_ options: bnns_graph_compile_options_t) -> UnsafePointer<CChar>?

Parameters

  • options:

    The compilation options object.

Return Value

The path that the BNNSGraphCompileOptionsSetOutputPath(_:_:) function defines, if any.

See Also

Specifying and querying compilation options