Skip to content

Commit c5b31d8

Browse files
committed
Remove extraneous C-related comments from import_graph_def_with_return_outputs
1 parent e9dfa4d commit c5b31d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/graph.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ impl Graph {
285285
}
286286

287287
/// Import the graph serialized in `graph_def`.
288-
///
289-
/// `num_return_outputs` must be the number of return outputs added (i.e. the
290-
/// result of TF_ImportGraphDefOptionsNumReturnOutputs()). If
291-
/// `num_return_outputs` is non-zero, `return_outputs` must be of length
292-
/// `num_return_outputs`. Otherwise it can be null.
293288
pub fn import_graph_def_with_return_outputs(&mut self,
294289
graph_def: &[u8],
295290
options: &ImportGraphDefOptions)

0 commit comments

Comments
 (0)