MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ctx

Function ctx

external/ggml/examples/python/test_tensor.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9@pytest.fixture()
10def ctx():
11 print("setup")
12 yield init(mem_size=10*1024*1024)
13 print("teardown")
14
15class TestNumPy:
16

Callers

nothing calls this directly

Calls 2

initFunction · 0.90
printFunction · 0.85

Tested by

no test coverage detected