compile_tensorflow: no cast required

This commit is contained in:
George Hotz
2023-02-22 21:14:21 -08:00
parent 135d0ddb78
commit 94ccab941e
+1 -1
View File
@@ -68,7 +68,7 @@ def compile_onnx_model(onnx_model):
fclose(f);
// init the net
initialize((float *)weights);
initialize(weights);
// test run
float input[32];