Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
class
GraphException(Exception):
pass
79
class
JitError(Exception):
pass
80
81
def
_check_no_non_tensor_return(ret):
82
if
ret is None or isinstance(ret, Tensor):
return
Callers
4
_buffer
Method · 0.90
_check_no_non_tensor_return
Function · 0.85
_prepare_jit_inputs
Function · 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…