在我的Tensorflow图表中,我有一个curl -X POST -H "Content-Type: application/json" -d '{
"type": "standard",
"image_size": 1000
}' "https://graph.facebook.com/v2.6/me/messenger_codes?access_token=<ACCESS_TOKEN>"
操作。如何在运行图表时确定实际使用的实现? Tensorflow具有a number of implementations of this Op available并根据各种优化标准,设备和已安装的库选择一个。