[Relay]What does relay.take() mean? Is it a copy or a reference?

IIRC it’s basically the same thing as “Gather” in ONNX

To assign values you should use scatter or scatter_nd in relay.

1 Like