Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegionResourceHoister (0.33 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

      }
    }
    
    //===----------------------------------------------------------------------===//
    // RegionResourceHoister
    //===----------------------------------------------------------------------===//
    
    // Helper class to hoist resource ops out of regions attached to an op.
    class RegionResourceHoister {
     public:
      explicit RegionResourceHoister(Operation* op) : op_(op) {}
    
      // Analyzes attached regions to record resources read and written.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top