I wonder if ATen is supported in Tensorflow. I would like to convert a Pytorch model which has an ATen operation to TensorFlow. I could convert the Pytorch model to ONNX, but ONNX does not support the conversion of ATen op into TF. I wonder if ATen is even available in TF?
Thanks a lot.
I wonder if ATen is supported in Tensorflow. I would like to convert a Pytorch model which has an ATen operation to TensorFlow. I could convert the Pytorch model to ONNX, but ONNX does not support the conversion of ATen op into TF. I wonder if ATen is even available in TF? Thanks a lot.