iota2.sequence_builders.i2_vectorization

Functions

generate_vectorization_directories(root)

generate vectorization needed directories

Classes

OrderedDict

Dictionary that remembers insertion order

Step(cfg, cfg_resources_file[, ...])

iota2 step base class

StepContainer([name])

this class is dedicated to contains Step

i2_builder(cfg, config_resources, schduler_type)

class use to describe steps sequence and variable to use at each step (config)

i2_vectorization(cfg, config_resources, ...)

class use to describe steps sequence and variable to use at each step (config)

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.