invoke

abstract operator fun invoke(req: Precompiler.PrecompileSourceRequest<C>, input: I): O?

Invoke this precompiler, producing an output of shape O for an input of shape I.

This is the ultimate method implemented by each precompiler class.

Return

Output produced by this precompiler.

Parameters

req

Information about the source code being precompiled.

input

Input to be transformed by this precompiler.