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 で ops をプロファイリングしています。長い NoOp の背後で何が起こっているのでしょうか?
TF 0.11.0 では、最後の操作である TopKV2 が CPU (GPU カーネルを持たない) で実行されるため、NoOp は GPU から CPU にデータを転送する間の時間を表しているようです。
完全にはわかりませんが、グラフ内のプレースホルダー ノードの初期化メカニズムに関連しているようです。
Tensorflow ドキュメントからのノーオペレーションの説明