ianier
ianier
_Edit: I'm completely rewriting my entry_ Using the FFT in XDSP.h I'm implementing a transform routine for pure real sequences equivalent to the function ippsFFTFwd_RToCCS_32f in the Intel IPP. The...
I opened [this issue](https://github.com/tensorflow/tensorflow/issues/45151) in the TF repository to allow Windows ARM64 as a compilation target (on an x64 host, to be clear), and I was wondering if there were...
Compilation of TensorFlow on Windows currently assumes x64 as a target CPU architecture. Searching .bzl files for "x64_windows" shows the many places in TF where this assumption is made. In...