Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CloneConstantsForBetterClusteringPassImpl (0.39 sec)

  1. tensorflow/compiler/jit/clone_constants_for_better_clustering.cc

    #include "tensorflow/core/framework/tensor.pb.h"
    #include "tensorflow/core/util/dump_graph.h"
    
    namespace tensorflow {
    
    using tsl::StatusOr;
    
    class CloneConstantsForBetterClusteringPassImpl {
     public:
      explicit CloneConstantsForBetterClusteringPassImpl(Graph* graph)
          : graph_(graph), unique_name_counter_(0) {}
      Status Run();
    
     private:
      Status CloneSmallConstantInputs(const absl::flat_hash_set<string>& name_set,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top