forked from tinygrad/tinygrad
compile_tensorflow: no cast required
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user