summaryrefslogtreecommitdiff
path: root/candle-pyo3/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'candle-pyo3/test.py')
-rw-r--r--candle-pyo3/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-pyo3/test.py b/candle-pyo3/test.py
index d63f752b..1d792de5 100644
--- a/candle-pyo3/test.py
+++ b/candle-pyo3/test.py
@@ -10,3 +10,4 @@ print(t)
print(t+t)
t = t.reshape([2, 4])
print(t.matmul(t.t()))
+print(t.to_dtype("u8"))