Brick Library 0.1
Performance-portable stencil datalayout & codegen
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
st.grid.GridRef Class Reference
Inheritance diagram for st.grid.GridRef:
[legend]
Collaboration diagram for st.grid.GridRef:
[legend]

Public Member Functions

def __init__ (self, Grid grid, List indices)
 
def assign (self, rhs)
 
def str_attr (self)
 
- Public Member Functions inherited from st.expr.Expr
def __init__ (self, *args, **kwargs)
 
def visit (self, init, func)
 
def mk_child (self, child)
 
def str_attr (self)
 
def get_attr (self, attr)
 
def __str__ (self)
 
def __add__ (self, other)
 
def __radd__ (self, other)
 
def __sub__ (self, other)
 
def __rsub__ (self, other)
 
def __mul__ (self, other)
 
def __rmul__ (self, other)
 
def __truediv__ (self, other)
 
def __rtruediv__ (self, other)
 
def __mod__ (self, other)
 
def __rmod__ (self, other)
 
def __and__ (self, other)
 
def __rand__ (self, other)
 
def __xor__ (self, other)
 
def __rxor__ (self, other)
 
def __or__ (self, other)
 
def __ror__ (self, other)
 
def __lshift__ (self, other)
 
def __rlshift__ (self, other)
 
def __rshift__ (self, other)
 
def __rrshift__ (self, other)
 
def __neg__ (self)
 
def __lt__ (self, other)
 
def __le__ (self, other)
 
def __eq__ (self, other)
 
def __ne__ (self, other)
 
def __gt__ (self, other)
 
def __ge__ (self, other)
 
def logical_and (self, other)
 
def logical_or (self, other)
 
def logical_not (self)
 
def __hash__ (self)
 
- Public Member Functions inherited from st.expr_meta.ExprMeta
def __new__ (cls, name, bases, namespace)
 

Public Attributes

 grid
 
 children
 
 indices
 
 offsets
 
- Public Attributes inherited from st.expr.Expr
 children
 
 attr
 
 parent
 

Static Protected Attributes

dict _attr = {'atomic': True}
 
- Static Protected Attributes inherited from st.expr.Expr
list _children = []
 
None _arg_sig = None
 
dict _attr = dict()
 

Additional Inherited Members

- Static Public Attributes inherited from st.expr.Expr
Dict attr
 

Constructor & Destructor Documentation

◆ __init__()

def st.grid.GridRef.__init__ (   self,
Grid  grid,
List  indices 
)

Reimplemented from st.expr.Expr.

Here is the call graph for this function:

Member Function Documentation

◆ assign()

def st.grid.GridRef.assign (   self,
  rhs 
)

◆ str_attr()

def st.grid.GridRef.str_attr (   self)
 Extra attributes that should be printed in str representation 

Reimplemented from st.expr.Expr.

Member Data Documentation

◆ _attr

dict st.grid.GridRef._attr = {'atomic': True}
staticprotected

◆ children

st.grid.GridRef.children

◆ grid

st.grid.GridRef.grid

◆ indices

st.grid.GridRef.indices

◆ offsets

st.grid.GridRef.offsets

The documentation for this class was generated from the following file: