Previous
Index
Next
C API -- Operations
Obtain operation handle:
FCM_OPERATION
op_handle
= fcm_lookup_operation(
fcm
, "
opname
")
Call operation:
fcm_invoke(
model_handle
,
op_handle
)
model_handle
: model instance handle obtained from
fcm_create()
Previous
Notes
Next