Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SortControlInputs (0.11 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

      VLOG(2) << "# iterations = " << iterations;
    
      return absl::OkStatus();
    }
    
    // Sorts control inputs of a graphdef so that they are deterministically
    // ordered.
    void SortControlInputs(GraphDef* gdef) {
      int64_t num_nodes = gdef->node_size();
      for (int64_t i = 0; i < num_nodes; ++i) {
        NodeDef* node = gdef->mutable_node(i);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top