1pub mod adv_indexing; 2pub mod assignment; 3pub mod matmul_naive; 4pub mod op_tri; 5pub mod op_with_func; 6pub mod reduction; 7pub mod transpose;