25 #ifndef MXNET_C_API_TEST_H_ 26 #define MXNET_C_API_TEST_H_ 42 const char* prop_name,
44 const char** op_names,
54 const char** op_names);
66 #endif // MXNET_C_API_TEST_H_
MXNET_DLL int MXBuildSubgraphByOpNames(SymbolHandle sym_handle, const char *prop_name, const mx_uint num_ops, const char **op_names, SymbolHandle *ret_sym_handle)
Inhibit C++ name-mangling for MXNet functions.
void * SymbolHandle
handle to a symbol that can be bind as operator
Definition: c_api.h:75
MXNET_DLL int MXSetSubgraphPropertyOpNames(const char *prop_name, const mx_uint num_ops, const char **op_names)
Given a subgraph property name, use the provided op names as the op_names attribute for that subgraph...
unsigned int mx_uint
manually define unsigned int
Definition: c_api.h:58
#define MXNET_DLL
MXNET_DLL prefix for windows.
Definition: c_api.h:54
MXNET_DLL int MXRemoveSubgraphPropertyOpNames(const char *prop_name)
Given a subgraph property name, delete the op name set in the SubgraphPropertyOpNameSet.