PytorchBackend.fill# PytorchBackend.fill(arr, value)[source]# Fills arr in-place with a given value. Parameters: arrBackendArrayInput data. valueScalarThe value to fill the array with.