Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for num_node_ids (0.18 sec)

  1. tensorflow/c/c_api.cc

      const int last_node_id = graph->graph.num_node_ids();
      tensorflow::ImportGraphDefResults results;
      status->status = tensorflow::ImportGraphDef(opts->opts, def, &graph->graph,
                                                  &graph->refiner, &results);
      if (!status->status.ok()) return;
    
      // Add new nodes to name_map
      for (int i = last_node_id; i < graph->graph.num_node_ids(); ++i) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
Back to top