BNNSGraphGetFunctionCount(_:)
Returns the number of callable functions in the specified graph.
Declaration
func BNNSGraphGetFunctionCount(_ graph: bnns_graph_t) -> IntParameters
- graph:
The compiled graph object.
Return Value
The number of callable functions in the specified graph, or SIZE_T_MAX if the query fails.
See Also
Querying a graph’s properties
BNNSGraphGetArgumentIntents(_:_:_:_:)BNNSGraphArgumentIntentBNNSGraphGetArgumentCount(_:_:)BNNSGraphGetArgumentNames(_:_:_:_:)BNNSGraphGetFunctionNames(_:_:_:)BNNSGraphGetInputCount(_:_:)BNNSGraphGetInputNames(_:_:_:_:)BNNSGraphGetOutputCount(_:_:)BNNSGraphGetOutputNames(_:_:_:_:)BNNSGraphGetArgumentPosition(_:_:_:)BNNSGraphGetArgumentInterleaveFactors(_:_:_:_:_:)