Package hedge :: Package backends :: Package jit :: Module compiler :: Class VectorExprAssign
[hide private]
[frames] | no frames]

Class VectorExprAssign

source code


Instance Methods [hide private]
 
get_executor_method(self, executor) source code
 
compiled(self, executor) source code

Inherited from compiler.Assign: __init__, __str__, flop_count, get_assignees, get_dependencies

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 = 'compiled'

Inherited from compiler.Instruction: priority

Properties [hide private]
  toolchain

Inherited from compiler.Instruction: dep_mapper_factory

Inherited from object: __class__

Method Details [hide private]

get_executor_method(self, executor)

source code 
Overrides: compiler.Instruction.get_executor_method

compiled(self, executor)

source code 
Decorators:
  • @memoize_method