よくわからないけどたしかにtensorflow周りの部分はコンパイラで一級に扱ってグラフ化して、 TFのライブラリだかランタイムだかに流せる何かしらになるっぽい /// Lower the specified SIL function (which was formed by the partitioner) /// into a TensorFlow graph, and encode into a vector of bytes. /// std::vector<char> lowerTFGraph(SILFunction *fn);