taichi.lang.expr

Module Contents

Classes

Expr

A Python-side Expr wrapper, whose member variable ptr is an instance of C++ Expr class. A C++ Expr object contains member variable expr which holds an instance of C++ Expression class.

Functions

make_var_list(size)

make_expr_group(*exprs)

class taichi.lang.expr.Expr(*args, tb=None)

Bases: taichi.lang.common_ops.TaichiOperations

A Python-side Expr wrapper, whose member variable ptr is an instance of C++ Expr class. A C++ Expr object contains member variable expr which holds an instance of C++ Expression class.

taichi.lang.expr.make_var_list(size)
taichi.lang.expr.make_expr_group(*exprs)