Skip to content

Commit

Permalink
[type] Rename module quantized_types to quant
Browse files Browse the repository at this point in the history
  • Loading branch information
strongoier committed Aug 3, 2022
1 parent 59ef8af commit 4f4ef52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/taichi/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- compound: matrix, vector, struct.
- template: for reference types.
- ndarray: for arbitrary arrays.
- quantized: for quantized types, see "https://yuanming.taichi.graphics/publication/2021-quantaichi/quantaichi.pdf"
- quant: for quantized types, see "https://yuanming.taichi.graphics/publication/2021-quantaichi/quantaichi.pdf"
"""
from taichi.types import quantized_types as quant
from taichi.types import quant
from taichi.types.annotations import *
from taichi.types.compound_types import *
from taichi.types.ndarray_type import *
Expand Down
File renamed without changes.

0 comments on commit 4f4ef52

Please sign in to comment.