Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_GraphImportGraphDefWithReturnOutputs (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_api_test.cc

      TF_ImportGraphDefOptionsAddReturnOutput(opts, "scalar", 0);
      EXPECT_EQ(2, TF_ImportGraphDefOptionsNumReturnOutputs(opts));
      TF_Output return_outputs[2];
      TF_GraphImportGraphDefWithReturnOutputs(graph, graph_def, opts,
                                              return_outputs, 2, s);
      ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
    
      TF_Operation* scalar = TF_GraphOperationByName(graph, "scalar");
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 07 04:56:09 GMT 2026
    - 97.3K bytes
    - Click Count (0)
Back to Top