if backend.NAME == "torch":
devices = ["cpu", "gpu"]
elif backend.NAME == "skcuda":
devices = ["gpu"]
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Create the `Scattering1D` object using the given parameters and generate
// some compatible test data with the specified batch size.