- 1. Introduction
- 2. Getting Started
- User guide
- 3. Building
- 4. Testing
- 5. Controlling Compiler
- 6. Pre-commit
- 7. Profiling
- 8. Adding Models
- Models and Operations
- 9. Supported Models
- 10. Operations
- 10.1. StableHLO Operations
- 10.1.1. Arith Constant
- 10.1.2. Stablehlo Add
- 10.1.3. Stablehlo And
- 10.1.4. Stablehlo Broadcast_In_Dim
- 10.1.5. Stablehlo Ceil
- 10.1.6. Stablehlo Clamp
- 10.1.7. Stablehlo Compare
- 10.1.8. Stablehlo Concatenate
- 10.1.9. Stablehlo Constant
- 10.1.10. Stablehlo Convert
- 10.1.11. Stablehlo Convolution
- 10.1.12. Stablehlo Cosine
- 10.1.13. Stablehlo Divide
- 10.1.14. Stablehlo Dot_General
- 10.1.15. Stablehlo Dynamic_Iota
- 10.1.16. Stablehlo Exponential
- 10.1.17. Stablehlo Floor
- 10.1.18. Stablehlo Gather
- 10.1.19. Stablehlo Iota
- 10.1.20. Stablehlo Log
- 10.1.21. Stablehlo Logistic
- 10.1.22. Stablehlo Maximum
- 10.1.23. Stablehlo Minimum
- 10.1.24. Stablehlo Multiply
- 10.1.25. Stablehlo Negate
- 10.1.26. Stablehlo Not
- 10.1.27. Stablehlo Power
- 10.1.28. Stablehlo Reduce_Stablehlo Add
- 10.1.29. Stablehlo Reduce_Stablehlo And
- 10.1.30. Stablehlo Reduce_Stablehlo Maximum
- 10.1.31. Stablehlo Reduce_Window_Stablehlo Add
- 10.1.32. Stablehlo Remainder
- 10.1.33. Stablehlo Reshape
- 10.1.34. Stablehlo Reverse
- 10.1.35. Stablehlo Rng
- 10.1.36. Stablehlo Rsqrt
- 10.1.37. Stablehlo Scatter
- 10.1.38. Stablehlo Select
- 10.1.39. Stablehlo Sine
- 10.1.40. Stablehlo Slice
- 10.1.41. Stablehlo Sqrt
- 10.1.42. Stablehlo Subtract
- 10.1.43. Stablehlo Tanh
- 10.1.44. Stablehlo Transpose
- 10.1.45. Tensor Empty
- 10.2. TTNN Operations
- 10.2.1. Ttnn Add
- 10.2.2. Ttnn Arange
- 10.2.3. Ttnn Concat
- 10.2.4. Ttnn Constant
- 10.2.5. Ttnn Conv2D
- 10.2.6. Ttnn Embedding
- 10.2.7. Ttnn From_Device
- 10.2.8. Ttnn Full
- 10.2.9. Ttnn Get_Device
- 10.2.10. Ttnn Matmul
- 10.2.11. Ttnn Max_Pool2D
- 10.2.12. Ttnn Maximum
- 10.2.13. Ttnn Multiply
- 10.2.14. Ttnn Permute
- 10.2.15. Ttnn Reshape
- 10.2.16. Ttnn Slice
- 10.2.17. Ttnn To_Device
- 10.2.18. Ttnn To_Layout
- 10.2.19. Ttnn Typecast
- 10.2.20. Ttnn Where