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

File transformer.py

examples/transformer.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2import numpy as np
3import random
4

Callers

nothing calls this directly

Calls 7

TransformerClass · 0.90
AdamFunction · 0.90
get_parametersFunction · 0.90
trainFunction · 0.90
evaluateFunction · 0.90
make_datasetFunction · 0.85
anyMethod · 0.45

Tested by

no test coverage detected