You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this code private members of type "PersistentTensor" are defined. These do not exist in my TensorFlow in the OpKernel class.
Additionally and along the same line, a method allocate_persistent is used 4 times
OP_REQUIRES_OK(context, context->allocate_persistent(...
There is no allocate_persistent in the OpKernelContext class, in my TensorFlow.
Any ideas what to do? I am working on a Jetson Nano 2GB kit. Tensorflow version: 2.6.0. Cuda version 10.2.300. Could it be that my versions are too recent?
Thanks.
The text was updated successfully, but these errors were encountered:
In this code private members of type "PersistentTensor" are defined. These do not exist in my TensorFlow in the OpKernel class.
Additionally and along the same line, a method allocate_persistent is used 4 times
OP_REQUIRES_OK(context, context->allocate_persistent(...
There is no allocate_persistent in the OpKernelContext class, in my TensorFlow.
Any ideas what to do? I am working on a Jetson Nano 2GB kit. Tensorflow version: 2.6.0. Cuda version 10.2.300. Could it be that my versions are too recent?
Thanks.
The text was updated successfully, but these errors were encountered: