Skip to contents

Generic method for compiling/optimizing a module using a teleprompter.

Usage

compile(teleprompter, program, ...)

Arguments

teleprompter

A Teleprompter object

program

A module to optimize

...

Additional arguments including trainset (training data)

Value

An optimized module

Details

This file defines the compile generic and its methods for optimizing DSPrrr modules using teleprompters. Compile Generic