Claude Sonnet 4.5
fix: stub files contained HF redirect pages instead of Python
94b4398 unverified
Raw
History Blame Contribute Delete
154 Bytes
"""kaolin.utils.testing stub."""
def check_tensor(tensor, shape=None, dtype=None, device=None, throw=True):
"""No-op tensor check."""
return True