Closed null-a closed 5 years ago
This change moves the default inference arguments that are shared across back ends to the methods of the GenerateResult class. The idea is that by doing so we make them easier to document, as these methods are part of the public interface.
GenerateResult
Tests pass locally.
This change moves the default inference arguments that are shared across back ends to the methods of the
GenerateResult
class. The idea is that by doing so we make them easier to document, as these methods are part of the public interface.Tests pass locally.