File size: 154 Bytes
c96374b
 
 
 
1
2
3
4
5
"""kaolin.utils.testing stub."""
def check_tensor(tensor, shape=None, dtype=None, device=None, throw=True):
    """No-op tensor check."""
    return True