- 1. Introduction
- 2. Getting Started
- User guide
- 3. Testing
- 4. Controlling Compiler
- 5. Pre-commit
- 6. Profiling
- 7. Adding Models
- Models and Operations
- 8. Supported Models
- 9. Operations
- 9.1. StableHLO Operations
- 9.1.1. Arith Constant
- 9.1.2. Stablehlo Add
- 9.1.3. Stablehlo And
- 9.1.4. Stablehlo Broadcast_In_Dim
- 9.1.5. Stablehlo Ceil
- 9.1.6. Stablehlo Clamp
- 9.1.7. Stablehlo Compare
- 9.1.8. Stablehlo Concatenate
- 9.1.9. Stablehlo Constant
- 9.1.10. Stablehlo Convert
- 9.1.11. Stablehlo Convolution
- 9.1.12. Stablehlo Cosine
- 9.1.13. Stablehlo Divide
- 9.1.14. Stablehlo Dot_General
- 9.1.15. Stablehlo Dynamic_Iota
- 9.1.16. Stablehlo Exponential
- 9.1.17. Stablehlo Floor
- 9.1.18. Stablehlo Gather
- 9.1.19. Stablehlo Iota
- 9.1.20. Stablehlo Log
- 9.1.21. Stablehlo Logistic
- 9.1.22. Stablehlo Maximum
- 9.1.23. Stablehlo Minimum
- 9.1.24. Stablehlo Multiply
- 9.1.25. Stablehlo Negate
- 9.1.26. Stablehlo Not
- 9.1.27. Stablehlo Power
- 9.1.28. Stablehlo Reduce_Stablehlo Add
- 9.1.29. Stablehlo Reduce_Stablehlo And
- 9.1.30. Stablehlo Reduce_Stablehlo Maximum
- 9.1.31. Stablehlo Reduce_Window_Stablehlo Add
- 9.1.32. Stablehlo Remainder
- 9.1.33. Stablehlo Reshape
- 9.1.34. Stablehlo Reverse
- 9.1.35. Stablehlo Rng
- 9.1.36. Stablehlo Rsqrt
- 9.1.37. Stablehlo Scatter
- 9.1.38. Stablehlo Select
- 9.1.39. Stablehlo Sine
- 9.1.40. Stablehlo Slice
- 9.1.41. Stablehlo Sqrt
- 9.1.42. Stablehlo Subtract
- 9.1.43. Stablehlo Tanh
- 9.1.44. Stablehlo Transpose
- 9.1.45. Tensor Empty
- 9.2. TTNN Operations
- 9.2.1. Ttnn Add
- 9.2.2. Ttnn Arange
- 9.2.3. Ttnn Concat
- 9.2.4. Ttnn Constant
- 9.2.5. Ttnn Conv2D
- 9.2.6. Ttnn Embedding
- 9.2.7. Ttnn From_Device
- 9.2.8. Ttnn Full
- 9.2.9. Ttnn Get_Device
- 9.2.10. Ttnn Matmul
- 9.2.11. Ttnn Max_Pool2D
- 9.2.12. Ttnn Maximum
- 9.2.13. Ttnn Multiply
- 9.2.14. Ttnn Permute
- 9.2.15. Ttnn Reshape
- 9.2.16. Ttnn Slice
- 9.2.17. Ttnn To_Device
- 9.2.18. Ttnn To_Layout
- 9.2.19. Ttnn Typecast
- 9.2.20. Ttnn Where