Skip to content

Commit ab9f47d

Browse files
committed
Typo
1 parent ee2e200 commit ab9f47d

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
@@ -304,7 +304,7 @@ RAI_Model *RAI_ModelCreateTF(RAI_Backend backend, const char *devicestr, RAI_Mod
304304
ninputs, tf_inputs, // ninputs, inputs,
305305
noutputs, tf_outputs, // noutputs, outputs
306306
outputs, // output_names,
307-
opts, // opts
307+
NULL, // opts
308308
"", // description
309309
status // status
310310
);

0 commit comments

Comments
 (0)