Class ov::reference::philox::PyTorchPhiloxConverter#

class PyTorchPhiloxConverter : public ov::reference::philox::PhiloxConverter#

Public Functions

virtual size_t get_converted_elements_count() const override#

Returns the number of generated elements per execution based on the requested data type.

virtual void convert(const PhiloxOutput result, size_t idx) override#

Converts the given array (PhiloxOutput) to the target dtype and assigns them at the k-th index of the output array.