问题标签 [tensorflow-xla]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
20 浏览

tensorflow - XLA HLO 的张量形状中的括号是什么意思?

我对 中的数字感到困惑{}。例如,下面的代码是示例 XLA HLO,我无法理解%bitcast.26它的作用。

当然,我可以看到维度从f16[8192,768]{1,0}变为f16[16,512,768]{2,1,0},但我不明白{1,0}{2,1,0}代表什么。