Package hedge :: Module compiler :: Class Assign
[hide private]
[frames] | no frames]

Class Assign

source code


Instance Methods [hide private]
 
__init__(self, names, exprs, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
flop_count(self) source code
 
get_assignees(self) source code
 
get_dependencies(self, each_vector=False) source code
 
__str__(self)
str(x)
source code
 
get_executor_method(self, executor) source code

Inherited from pytools.Record: __eq__, __getstate__, __ne__, __repr__, __setstate__, copy

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  comment = ''

Inherited from Instruction: priority

Properties [hide private]

Inherited from Instruction: dep_mapper_factory

Inherited from object: __class__

Method Details [hide private]

__init__(self, names, exprs, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

flop_count(self)

source code 
Decorators:
  • @memoize_method

get_assignees(self)

source code 
Overrides: Instruction.get_assignees

get_dependencies(self, each_vector=False)

source code 
Overrides: Instruction.get_dependencies

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

get_executor_method(self, executor)

source code 
Overrides: Instruction.get_executor_method