MCPcopy
hub / github.com/tinygrad/tinygrad / ops.py

File ops.py

tinygrad/uop/ops.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2from typing import Any, Callable, cast, TYPE_CHECKING, Type, Sequence, Iterable, Final, Iterator
3import sys, time, functools, itertools, math, operator, hashlib, os, types, pickle, pathlib, inspect, weakref, collections, struct
4from dataclasses import dataclass

Callers

nothing calls this directly

Calls 15

ContextVarClass · 0.90
least_upper_dtypeFunction · 0.90
castFunction · 0.85
PatternMatcherClass · 0.85
UPatClass · 0.85
select_dtypeFunction · 0.85
log2Method · 0.80
sqrtMethod · 0.80
copysignMethod · 0.80
sinMethod · 0.80
isinfMethod · 0.80
scalarMethod · 0.80

Tested by

no test coverage detected