MCPcopy
hub / github.com/tinygrad/tinygrad / JitError

Class JitError

tinygrad/engine/jit.py:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78class GraphException(Exception): pass
79class JitError(Exception): pass
80
81def _check_no_non_tensor_return(ret):
82 if ret is None or isinstance(ret, Tensor): return

Callers 4

_bufferMethod · 0.90
_prepare_jit_inputsFunction · 0.85
__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…