Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanonicalizeRegionIfCaseCluster (0.45 sec)

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

    // captured resource typed value is used for all region results, then that value
    // is forwared to the result and the result is dropped.
    LogicalResult CanonicalizeRegionIfCaseCluster(Operation *op) {
      // Check if the same value is used for all region results for this output.
      bool has_resource_result = false;
      for (OpResult result : op->getResults()) {
        if (!IsResource(result)) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top