"""kaolin.utils.testing stub.""" def check_tensor(tensor, shape=None, dtype=None, device=None, throw=True): """No-op tensor check.""" return True