"docs/source/en/_toctree.yml" did not exist on "e0d836c81322b0ce4766cb2f95333191a299ed99"
Commit 692f9e0e authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Change problem description for 'DevicePermute'

parent bf3ef797
......@@ -69,8 +69,10 @@ struct InvokerBase : BaseInvoker
} // namespace detail
// Swap last 2 dimensions
// input: [d0, d1, d2, ..., d, dn-2, dn-1]
// output: [d0, d1, d2, ..., d, dn-1, dn-2]
// input shape: [d[0], d[1], d[2], ..., d[NumDim-3], d[NumDim-2], d[NumDim-1]]
// ^^^^^^^^^^^
// output shape: [d[0], d[1], d[2], ..., d[NumDim-3], d[NumDim-1], d[NumDim-2]]
// ^^^^^^^^^^^
template <typename InDataType,
typename OutDataType,
typename ElementwiseOperation,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment