TPUBf16Precision
- class lightning_fabric.plugins.precision.TPUBf16Precision[source]
Bases:
lightning_fabric.plugins.precision.tpu.TPUPrecision
Plugin that enables bfloats on TPUs.
- convert_input(data)[source]
Convert model inputs (forward) to the floating point precision type of this plugin.
This is a no-op for tensors that are not of floating-point type or already have the desired type.
- Return type