以下错误的原因是什么?

时间:2018-12-04 04:02:48

标签: paddle-paddle

NotImplementedError:重载函数“ IVector_create”的参数数量或类型错误。

可能的C / C ++原型为:

IVector::create(std::vector< int,std::allocator< int > > const &,bool)
IVector::create(std::vector< int,std::allocator< int > > const &)

1 个答案:

答案 0 :(得分:0)

这是因为参数的数据类型未正确写入代码中,或者函数名称未正确写入。