aclGetCustomOpLibPath
产品支持情况
|
产品 |
是否支持 |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
头文件
#include <register/register_base.h>
功能说明
获取自定义算子库的路径。
该接口为内部框架会调用的接口,称之为内部关联接口。开发者不会直接调用内部关联接口,无需关注。
函数原型
1
|
const char *aclGetCustomOpLibPath() |
参数说明
无
约束说明
无
调用示例
const char* path = aclGetCustomOpLibPath();
父主题: C接口