logo

Getting Started

  • Installation
    • Build from source
  • Quick Start

Tutorials

  • Optimize PyTorch Model
  • Optimize ONNX Model

How-to Guide

  • Add New Operator
    • Define Operator Computation
    • Using Rule-based Scheduling
    • Using Template-based Scheduling
  • Add Operator Resolve Rule
  • Add Sub-Graph Rewrite Rule
  • Visualize Flow Graph

Developer Guide

  • Contributing
  • Hidet Script
    • Writing Dynamic kernel

Notes

  • Operator Cache

Reference

  • Python API
    • hidet
    • hidet.option
    • hidet.driver
    • hidet.cuda
    • hidet.Tensor
    • hidet.dtypes
    • hidet.ops
    • hidet.ir
      • hidet.ir.type
      • hidet.ir.expr
      • hidet.ir.stmt
      • hidet.ir.func
      • hidet.ir.compute
      • hidet.ir.task
    • hidet.graph
      • hidet.graph.frontend
        • hidet.graph.frontend.onnx
        • hidet.graph.frontend.torch
      • hidet.graph.transforms
        • Sub-graph Rewrite Pass
        • Resolve Operator Pass
    • hidet.runtime
    • hidet.utils
    • hidet.testing
  • Index
Customized Netron
  • .rst

hidet.ir

hidet.irΒΆ

Submodules

  • hidet.ir.type
  • hidet.ir.expr
  • hidet.ir.stmt
  • hidet.ir.func
  • hidet.ir.compute
  • hidet.ir.task

previous

hidet.ops

next

hidet.ir.type

By Hidet Team
© Copyright 2023, Hidet Authors.