ttnn.SoftmaxDefaultProgramConfig

class ttnn.SoftmaxDefaultProgramConfig

Bases: pybind11_object

Default program configuration for Softmax operations.

This configuration uses the default settings for Softmax operations, providing standard behavior suitable for most use cases. It automatically selects appropriate parameters based on the input tensor characteristics.

Example

config = ttnn.SoftmaxDefaultProgramConfig()
result = ttnn.softmax_in_place(tensor, program_config=config)