Expand description
Translators for ops that only need the generic copy_nd dispatch. These are fully backend-agnostic and can be constructed without any backend-specific arguments.
Functionsยง
- try_
make_ copy_ based_ op - Try to translate a node into a copy-based GPU op.
Returns
Some(gpu_op)if the node is one of the 7 copy-based ops.