zdevito / ATen

ATen: A TENsor library for C++11
683 stars 125 forks source link

Support in TensorFlow #230

Open NoushNabi opened 5 years ago

NoushNabi commented 5 years ago

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.