运行时报错Expected static_cast(col) < feed_list.size(), but received static_cast(col):23 >= feed_list.size():0
在2.0 rc1之前的版本,用户使用ZeroCopyTensor和ZeroCopyRun接口时,需要设置config.SwitchUseFeedFetchOps(false),后续版本已经隐藏ZeroCopyTensor的设计,无需手动设置。
在2.0 rc1之前的版本,用户使用ZeroCopyTensor和ZeroCopyRun接口时,需要设置config.SwitchUseFeedFetchOps(false),后续版本已经隐藏ZeroCopyTensor的设计,无需手动设置。