zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support in TensorFlow

NoushNabi opened this issue · comments

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.