15. Evaluator type definitions¶
sasmodels.kernel
¶
Execution kernel interface¶
KernelModel
defines the interface to all kernel models.
In particular, each model should provide a KernelModel.make_kernel()
call which returns an executable kernel, Kernel
, that operates
on the given set of q_vector inputs. On completion of the computation,
the kernel should be released, which also releases the inputs.