aclGetCustomOpLibPath
函数功能
获取自定义算子库的路径。
该接口为内部框架会调用的接口,称之为内部关联接口。开发者不会直接调用内部关联接口,无需关注。
函数原型
const char *aclGetCustomOpLibPath()
参数说明
无。
约束说明
无。
调用示例
const char* path = aclGetCustomOpLibPath();
父主题: C接口
获取自定义算子库的路径。
该接口为内部框架会调用的接口,称之为内部关联接口。开发者不会直接调用内部关联接口,无需关注。
const char *aclGetCustomOpLibPath()
无。
无。
const char* path = aclGetCustomOpLibPath();