OutputFunctionCache

class cubie.outputhandling.OutputFunctionCache(save_state_function: Callable, update_summaries_function: Callable, save_summaries_function: Callable)[source]

Bases: CUDADispatcherCache

Cache container for compiled output functions.

save_state_function

Compiled CUDA function for saving state values.

Type:

Callable

update_summaries_function

Compiled CUDA function for updating summary metrics.

Type:

Callable

save_summaries_function

Compiled CUDA function for saving summary results.

Type:

Callable

save_state_function: Callable
save_summaries_function: Callable
update_summaries_function: Callable