Contents

BNNSGraphCompileOptionsGetOutputFD(_:)

Returns the option for the compiled graph’s output file descriptor.

Declaration

func BNNSGraphCompileOptionsGetOutputFD(_ options: bnns_graph_compile_options_t) -> Int32

Parameters

  • options:

    The compilation options object.

Return Value

The file descriptor that the BNNSGraphCompileOptionsSetOutputFD(_:_:) function defines, if any.

See Also

Specifying and querying compilation options