Greetings XLA developers,
We're trying to implement DynamicReshape operation on the
Nx frontend. Since the operation is not listed in the
operation semantics page, we're using the C++ headers for reference.
I have some questions.
A static reshape operation preserves the tensor's size. Does it also apply for dynamic reshape operations as well or is it legal to reduce it?
Best regards,
dan