Reuse parameter buffer if the input parameter has an output aliasing.
Most of the time We assume parameters are readonly. However if a parameter is aliased with an output, we can safely assume it is writable (its content will be overwritten by output anyway). In the future, we can also add options in our client API to allow user explicitly set a parameter to be writable. PiperOrigin-RevId: 230621258
Loading
Please sign in to comment