Skip to content

Commit 86734f0

Browse files
committed
Typo
1 parent f1e61ec commit 86734f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backends/tensorflow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ RAI_Model *RAI_ModelCreateTF(RAI_Backend backend, const char *devicestr, RAI_Mod
305305
ninputs, tf_inputs, // ninputs, inputs,
306306
noutputs, tf_outputs, // noutputs, outputs
307307
outputs, // output_names,
308-
opts, // opts
308+
NULL, // opts
309309
"", // description
310310
status // status
311311
);

0 commit comments

Comments
 (0)