jboth's picture
Upload kaolin_stub/kaolin/utils/testing.py with huggingface_hub
c96374b verified
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