Module TensorCopyPolicy

Module TensorCopyPolicy 

Source
Expand description

The policy of copying tensor.

Constants§

COPY_DEFAULT
COPY_FALSE
Force not copy; and when copy is required, it will emit error
COPY_NEEDED
Copy when needed
COPY_TRUE
Force copy

Type Aliases§

FlagCopy