concepts.dsl.executors#

The baseclass for all executors of domain-specific languages and a few implementations for simple function domains and tensor-based value representations.

concepts.dsl.executors.executor_base

The baseclass for all executors of domain-specific languages.

concepts.dsl.executors.function_domain_executor

A simple executor for a domain that only contains function applications.

concepts.dsl.executors.tensor_value_eager_executor

concepts.dsl.executors.tensor_value_executor

Tensor-based expression executor.

concepts.dsl.executors.value_quantizers