Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TIR] Fix printing enum in TransformLayout::AsPython (apache#11211)
After this PR, `as_python` can handle `transform_layout` correctly. The result will be like ```python sch.transform_layout(..., buffer_index_type="read", ...) ``` Previously `buffer_index_type` was printed unquoted.
- Loading branch information