Skip to main content

Module copy_based

Module copy_based 

Source
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.