Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResourceInfo (0.12 sec)

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

      static LogicalResult HoistResourcesOutOfWhileRegion(TF::WhileRegionOp op);
    
      Operation* op_;
    
      // Per resource information about accesses to that resource.
      struct ResourceInfo {
        // Is this resource read in any of the regions?
        bool is_read;
        // Is this resource written in any of the regions?
        bool is_written;
        // Is this resource written in all of the regions?
    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