We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dfa4d commit c5b31d8Copy full SHA for c5b31d8
src/graph.rs
@@ -285,11 +285,6 @@ impl Graph {
285
}
286
287
/// 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.
293
pub fn import_graph_def_with_return_outputs(&mut self,
294
graph_def: &[u8],
295
options: &ImportGraphDefOptions)
0 commit comments