ExecutionStats

class ctranslate2.ExecutionStats

A structure containing some execution statistics.

Inherits from: pybind11_builtins.pybind11_object

Attributes:

property num_examples

Number of processed examples.

property num_tokens

Number of output tokens.

property total_time_in_ms

Total processing time in milliseconds.