New backend require a "fake" tensor backend
When creating a new backend, we need to add a "fake" tensor backend:
aidge_core.register_Tensor(["aidge_arm", aidge_core.dtype.float32],
aidge_core.get_key_value_Tensor(["cpu", aidge_core.dtype.float32]))
This issue track progress for a fix regarding this issue.