valuePopulator method

  1. @override
FloatingPointValuePopulator<FloatingPointBF16Value> valuePopulator()
override

A FloatingPointValuePopulator for values associated with this FloatingPoint type.

Implementation

@override
FloatingPointValuePopulator<FloatingPointBF16Value> valuePopulator() =>
    FloatingPointBF16Value.populator();