populator static method

FloatingPointValuePopulator<FloatingPointTF32Value> populator()
override

Creates a FloatingPointValuePopulator, which can then be used to complete construction using population functions.

Implementation

static FloatingPointValuePopulator<FloatingPointTF32Value> populator() =>
    FloatingPointValuePopulator(FloatingPointTF32Value.uninitialized());