Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertGraphDefToGraph (0.15 sec)

  1. tensorflow/compiler/jit/tests/auto_clustering_test_helper.cc

      Graph graph(OpRegistry::Global());
      GraphConstructorOptions graph_opts;
      graph_opts.expect_device_spec = true;
      graph_opts.allow_internal_ops = true;
      TF_RETURN_IF_ERROR(
          ConvertGraphDefToGraph(graph_opts, auto_clustered_graph_def, &graph));
    
      // cluster_id -> (operation name -> # of operations)
      const int kNoCluster = -1;
      std::map<int, std::map<string, int>> clusters;
      std::map<int, int> cluster_size;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 12:11:46 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top