Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在分析 GPU 上的操作。漫长的 NoOp 背后发生了什么?
似乎 NoOp 可能代表从 GPU 传输数据到 CPU 之间的时间,因为最终操作 TopKV2 在 TF 0.11.0 中的 CPU(没有 GPU 内核)上执行。
我不完全确定,但它似乎与图中占位符节点的一些初始化机制有关。
TensorFlow 文档中的无操作描述