Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NeedsLifting (0.17 sec)

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

          ReplaceResourceLoads(region, read_only);
        });
      }
    
      static LogicalResult ReplaceOpWithNewOp(Operation* op);
    
     private:
      // Returns if any resources need lifting.
      bool NeedsLifting() const { return !resources_.empty(); }
    
      // Returns the number of results generated by the lifted op.
      int GetLiftedNumResults() const { return num_new_results_; }
    
    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